Bug 214347 - [bridge] [patch] add support for Spanning Tree Protocol on vlan ports (IFT_L2VLAN)
Summary: [bridge] [patch] add support for Spanning Tree Protocol on vlan ports (IFT_L2...
Status: Open
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: 11.0-STABLE
Hardware: Any Any
: --- Affects Some People
Assignee: Eugene Grosbein
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2016-11-09 07:15 UTC by Eugene Grosbein
Modified: 2017-12-09 13:13 UTC (History)
2 users (show)

See Also:


Attachments
allow STP on vlans (632 bytes, patch)
2016-11-09 07:15 UTC, Eugene Grosbein
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.