Re: [ovs-dev] [PATCH v5 2/3] lib: Add tpid parameter to eth_push_vlan()
On Wed, Jan 15, 2014 at 05:17:01PM +0900, Simon Horman wrote: > This is in preparation for pushing vlan tags > using the TPID provided by the kernel via auxdata. > > Signed-off-by: Simon Horman Applied, thanks! ___ dev mailing list dev@openvswitch.org
[ovs-dev] [PATCH v5 2/3] lib: Add tpid parameter to eth_push_vlan()
This is in preparation for pushing vlan tags using the TPID provided by the kernel via auxdata. Signed-off-by: Simon Horman --- v5 * No change v4 * First post --- lib/cfm.c| 2 +- lib/flow.c | 2 +- lib/odp-execute.c| 2 +- lib/packets.c