Allowing tag stacking by default can permit VLAN-hopping attacks in
certain configurations. To mitigate this, disallow sending Q-in-Q
frames by default unless the new "qinq" option is enabled on the
interface. The bridge flag "defqinq" can be used to restore the
previous behaviour of allowing Q-in-Q on all interfaces.
Details
Details
- Reviewers
des kevans p.mousavizadeh_protonmail.com pauamma_gundo.com - Group Reviewers
network manpages - Commits
- rGd43ac3b76ef7: bridge: Make 802.1ad (Q-in-Q) configurable
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 65330 Build 62213: arc lint + arc unit
Event Timeline
Comment Actions
With this typo fixed (either way) the manual page change appears consistent with the change summary.
share/man/man4/bridge.4 | ||
---|---|---|
555 | or maybe "not the interface receiving..." |
share/man/man4/bridge.4 | ||
---|---|---|
555 | to keep plural agreement i changed this to "the interface", which i think is what i meant to write originally. |