On Sun, May 12, 2019 at 05:50:58AM +0000, 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 pre-step to adding addition option
> Patch #2: add "include" mode for priority-tags configuration
> 
> V2 changes:
> - Added NEWS item.
> - A bit changed documentation.
> 
> Eli Britstein (2):
>   ofproto-dpif-xlate: Change priority tags from boolean to enum
>   ofproto-dpif-xlate: Add include mode to priority tags

I applied these to master.

I decided that I wanted to change the enums from
omit/include-non-zero/include to never/if-nonzero/always, so I made that
change, and I simplified the NEWS item as well.

Thanks,

Ben.
_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to