]> Pileus Git - ~andy/linux/blobdiff - net/bridge/br_private.h
cfg80211: add event for unexpected 4addr frames
[~andy/linux] / net / bridge / br_private.h
index 857a021deea9fb6b1d2351fe7a8d3b5d84667947..d7d6fb05411f28715615375982cb51fcbd452dd2 100644 (file)
 
 #define BR_VERSION     "2.3"
 
+/* Control of forwarding link local multicast */
+#define BR_GROUPFWD_DEFAULT    0
+/* Don't allow forwarding control protocols like STP and LLDP */
+#define BR_GROUPFWD_RESTRICTED 0x4007u
+
 /* Path to usermode spanning tree program */
 #define BR_STP_PROG    "/sbin/bridge-stp"
 
@@ -193,6 +198,8 @@ struct net_bridge
        unsigned long                   flags;
 #define BR_SET_MAC_ADDR                0x00000001
 
+       u16                             group_fwd_mask;
+
        /* STP */
        bridge_id                       designated_root;
        bridge_id                       bridge_id;