diff options
Diffstat (limited to 'net/openvswitch/datapath.h')
| -rw-r--r-- | net/openvswitch/datapath.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/net/openvswitch/datapath.h b/net/openvswitch/datapath.h index 4ec4a480b147..cd691e935e08 100644 --- a/net/openvswitch/datapath.h +++ b/net/openvswitch/datapath.h @@ -116,6 +116,8 @@ struct ovs_skb_cb {  struct dp_upcall_info {  	const struct ovs_tunnel_info *egress_tun_info;  	const struct nlattr *userdata; +	const struct nlattr *actions; +	int actions_len;  	u32 portid;  	u8 cmd;  };  |