Bug 214347

Summary: [bridge] [patch] add support for Spanning Tree Protocol on vlan ports (IFT_L2VLAN)
Product: Base System Reporter: Eugene Grosbein <ports>
Component: kernAssignee: Eugene Grosbein <eugen>
Status: Open ---    
Severity: Affects Some People CC: eugen, valentin_bugs.freebsd.org_gefa
Priority: --- Keywords: patch
Version: 11.0-STABLE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
allow STP on vlans none

Description Eugene Grosbein 2016-11-09 07:15:29 UTC
Created attachment 176806 [details]
allow STP on vlans

Currently, if_bridge(4) refuses to enable STP on ports of type IFT_L2VLAN and enables it on IFT_ETHER only. This restriction is meaningless. Attached patch allows to enable STP on vlans.
Comment 1 Eugene Grosbein freebsd_committer freebsd_triage 2017-09-19 17:17:19 UTC
My PR.