https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292019
--- Comment #3 from [email protected] --- A commit in branch stable/15 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=34565dd970f648020074af9abf6d960fa3a2e189 commit 34565dd970f648020074af9abf6d960fa3a2e189 Author: Lexi Winter <[email protected]> AuthorDate: 2026-01-03 01:13:22 +0000 Commit: Lexi Winter <[email protected]> CommitDate: 2026-02-22 00:49:46 +0000 bridge: Allow BRDGSIFVLANSET without IFBRF_VLANFILTER Currently, we disallow BRDGSIFVLANSET when IFBRF_VLANFILTER is disabled. There's no particular reason to do this, and it causes some undesirable behaviour such as not being able to remove the tagged config on a member after disabling vlanfilter on the bridge. Remove the restriction so BRDGSIFVLANSET is always accepted. PR: 292019 MFC after: 1 week Reviewed by: zlei, p.mousavizadeh_protonmail.com Sponsored by: https://www.patreon.com/bsdivy Differential Revision: https://reviews.freebsd.org/D54435 (cherry picked from commit 2e92aeede85c8986bd6f4dde65d2ac2449eccf51) sys/net/if_bridge.c | 3 --- 1 file changed, 3 deletions(-) -- You are receiving this mail because: You are on the CC list for the bug.
