Re: [ovs-dev] [PATCH 0/2] Add include mode to priority tags port option

2019-05-09 Thread Ben Pfaff
On Wed, May 08, 2019 at 07:39:57AM +, Eli Britstein wrote: > Setting priority-tags to "true" Open vSwitch still omits the > 802.1Q header on output if both the VLAN ID and priority would be zero. > Add an option to keep the 8021Q header for such frames as well. > > Patch #1: change boolean to

[ovs-dev] [PATCH 0/2] Add include mode to priority tags port option

2019-05-08 Thread Eli Britstein
Setting priority-tags to "true" Open vSwitch still omits the 802.1Q header on output if both the VLAN ID and priority would be zero. Add an option to keep the 8021Q header for such frames as well. Patch #1: change boolean to enum as a pre-step to adding addition option Patch #2: add "include"