Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F141903979
D54435.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
440 B
Referenced Files
None
Subscribers
None
D54435.diff
View Options
diff --git a/sys/net/if_bridge.c b/sys/net/if_bridge.c
--- a/sys/net/if_bridge.c
+++ b/sys/net/if_bridge.c
@@ -1990,9 +1990,6 @@
struct ifbif_vlan_req *req = arg;
struct bridge_iflist *bif;
- if ((sc->sc_flags & IFBRF_VLANFILTER) == 0)
- return (EXTERROR(EINVAL, "VLAN filtering not enabled"));
-
bif = bridge_lookup_member(sc, req->bv_ifname);
if (bif == NULL)
return (EXTERROR(ENOENT, "Interface is not a bridge member"));
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jan 13, 7:15 AM (5 h, 35 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27438841
Default Alt Text
D54435.diff (440 B)
Attached To
Mode
D54435: bridge: Allow BRDGSIFVLANSET without IFBRF_VLANFILTER
Attached
Detach File
Event Timeline
Log In to Comment