diff options
Diffstat (limited to 'net/openvswitch/datapath.c')
| -rw-r--r-- | net/openvswitch/datapath.c | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/net/openvswitch/datapath.c b/net/openvswitch/datapath.c index 2d4c4d3911c0..9c62b6325f7a 100644 --- a/net/openvswitch/datapath.c +++ b/net/openvswitch/datapath.c @@ -606,7 +606,6 @@ static int ovs_packet_cmd_execute(struct sk_buff *skb, struct genl_info *info)  	rcu_assign_pointer(flow->sf_acts, acts);  	packet->priority = flow->key.phy.priority;  	packet->mark = flow->key.phy.skb_mark; -	packet->protocol = flow->key.eth.type;  	rcu_read_lock();  	dp = get_dp_rcu(net, ovs_header->dp_ifindex);  |