Skip to content

Commit c116417

Browse files
pmachatakuba-moo
authored andcommitted
net: bridge: Introduce BROPT_FDB_LOCAL_VLAN_0
The following patches will gradually introduce the ability of the bridge to look up local FDB entries on VLAN 0 instead of using the VLAN indicated by a packet. In this patch, just introduce the option itself, with which the feature will be linked. Reviewed-by: Ido Schimmel <[email protected]> Signed-off-by: Petr Machata <[email protected]> Acked-by: Nikolay Aleksandrov <[email protected]> Link: https://patch.msgid.link/ab85e33ef41ed19a3deaef0ff7da26830da30642.1757004393.git.petrm@nvidia.com Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 1828210 commit c116417

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

net/bridge/br_private.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -487,6 +487,7 @@ enum net_bridge_opts {
487487
BROPT_MCAST_VLAN_SNOOPING_ENABLED,
488488
BROPT_MST_ENABLED,
489489
BROPT_MDB_OFFLOAD_FAIL_NOTIFICATION,
490+
BROPT_FDB_LOCAL_VLAN_0,
490491
};
491492

492493
struct net_bridge {

0 commit comments

Comments
 (0)