--- zzzz-none-000/linux-4.1.38/net/bridge/netfilter/Kconfig 2017-01-18 18:48:06.000000000 +0000 +++ bcm63-7582-715/linux-4.1.38/net/bridge/netfilter/Kconfig 2020-11-25 10:06:48.000000000 +0000 @@ -154,6 +154,27 @@ 802.1Q vlan fields. To compile it as a module, choose M here. If unsure, say N. + +config BRIDGE_EBT_TIME + tristate "ebt: time filter support" + depends on BRIDGE_NF_EBTABLES + depends on BCM_KF_NETFILTER + help + This option adds the system time match, which allows the filtering + of system time when a frame arrives. + + To compile it as a module, choose M here. If unsure, say N. + +config BRIDGE_EBT_SKBVLAN + tristate "ebt: skbvlan filter support" + depends on BRIDGE_NF_EBTABLES + depends on BCM_KF_NETFILTER + help + This option adds the skb vlan header match, which allows the filtering + of preserved skbvlan fileds. + + To compile it as a module, choose M here. If unsure, say N. + # # targets # @@ -199,6 +220,37 @@ source address of frames. To compile it as a module, choose M here. If unsure, say N. + +config BRIDGE_EBT_FTOS_T + tristate "ebt: ftos target support" + depends on BRIDGE_NF_EBTABLES + depends on BCM_KF_NETFILTER + help + This option adds the ftos target, which allows altering the full TOS byte + in IP frames. + + To compile it as a module, choose M here. If unsure, say N. + +config BRIDGE_EBT_SKIPLOG_T + tristate "ebt: skip target support" + depends on BRIDGE_NF_EBTABLES + depends on BCM_KF_NETFILTER + help + This option adds the skiplog target, which can prevent packet from + acceleration. + + To compile it as a module, choose M here. If unsure, say N. + +config BRIDGE_EBT_WMM_MARK + tristate "ebt: Wireless Wi-Fi WMM marking support" + depends on BRIDGE_NF_EBTABLES + depends on BCM_KF_NETFILTER + help + This option adds the wmm-mark target, which allows to + mark Wi-Fi WMM priorities. + + To compile it as a module, choose M here. If unsure, say N. + # # watchers #