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

2019-05-24 Thread Ben Pfaff
On Sun, May 12, 2019 at 05:50:58AM +, 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 retain the 8021Q header in such frames as well. > > Patch #1: change boolean

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

2019-05-20 Thread Eli Britstein
ping On 5/12/2019 8:50 AM, 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 retain the 8021Q header in such frames as well. > > Patch #1: change boolean to enum as a

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

2019-05-11 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 retain the 8021Q header in such frames as well. Patch #1: change boolean to enum as a pre-step to adding addition option Patch #2: add "include"