Re: [PATCH net-next v13 7/8] openvswitch: add Ethernet push and pop actions

2016-11-12 Thread Pravin Shelar
On Thu, Nov 10, 2016 at 7:28 AM, Jiri Benc wrote: > It's not allowed to push Ethernet header in front of another Ethernet > header. > > It's not allowed to pop Ethernet header if there's a vlan tag. This > preserves the invariant that L3 packet never has a vlan tag. > > Based on previous versions

[PATCH net-next v13 7/8] openvswitch: add Ethernet push and pop actions

2016-11-10 Thread Jiri Benc
It's not allowed to push Ethernet header in front of another Ethernet header. It's not allowed to pop Ethernet header if there's a vlan tag. This preserves the invariant that L3 packet never has a vlan tag. Based on previous versions by Lorand Jakab and Simon Horman. Signed-off-by: Lorand Jakab