[ovs-dev] [PATCH] rstp: add ability to receive VLAN-tagged BPDUs

Ben Pfaff blp at ovn.org
Thu Feb 14 19:17:32 UTC 2019


On Thu, Feb 14, 2019 at 10:58:48AM +0100, Matthias May via dev wrote:
> There are switches which allow to transmit their BPDUs VLAN-tagged.
> With this change OVS is able to receive VLAN-tagged BPDUs, but still
> transmits its own BPDUs untagged.
> This was tested against Westermo RFI-207-F4G-T3G.
> 
> Signed-off-by: Matthias May <matthias.may at neratec.com>

Thanks for the patch.

To me, it seems really odd to treat packets with and without an
arbitrary VLAN header the same way.  I could see it if the VLAN header
had VID 0 or 1 or some other specified value, but it seems unusual to
ignore it entirely.  Is this standardized or a de facto standard of some
kind?


More information about the dev mailing list