summaryrefslogtreecommitdiffstats
path: root/iptables
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2018-07-01 20:45:04 +0200
committerFlorian Westphal <fw@strlen.de>2018-07-02 17:14:24 +0200
commitfd8d7d7e5d911ab3752e72105643454da7544df3 (patch)
tree0bb3409b0e67174a890994a8d436c618bff6b943 /iptables
parentf15639bdac71dfe3534d274b14047d224088b15c (diff)
ebtables-nft: add stp match
Unfortunately no nft translation available so far. Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'iptables')
-rw-r--r--iptables/xtables-eb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/iptables/xtables-eb.c b/iptables/xtables-eb.c
index 57026f0e..2f27656d 100644
--- a/iptables/xtables-eb.c
+++ b/iptables/xtables-eb.c
@@ -659,6 +659,7 @@ void ebt_load_match_extensions(void)
ebt_load_match("limit");
ebt_load_match("pkttype");
ebt_load_match("vlan");
+ ebt_load_match("stp");
ebt_load_watcher("log");
ebt_load_watcher("nflog");