Re: [ovs-dev] [PATCH v6 1/3] userspace: add support for pop_eth and push_eth actions

2014-11-05 Thread Ben Pfaff
On Mon, Nov 03, 2014 at 11:36:29PM +0200, Lorand Jakab wrote: > These actions will allow L2->L3 and L3->L2 switching, and are supposed > to be added to flows installed in the datapath transparently by > ovs-vswitchd. > > Signed-off-by: Lorand Jakab Acked-by: Ben Pfaff __

[ovs-dev] [PATCH v6 1/3] userspace: add support for pop_eth and push_eth actions

2014-11-03 Thread Lorand Jakab
These actions will allow L2->L3 and L3->L2 switching, and are supposed to be added to flows installed in the datapath transparently by ovs-vswitchd. Signed-off-by: Lorand Jakab --- datapath/linux/compat/include/linux/openvswitch.h | 12 + lib/dpif-netdev.c |