summaryrefslogtreecommitdiffstats
path: root/iptables
diff options
context:
space:
mode:
authorArturo Borrero <arturo.borrero.glez@gmail.com>2015-03-04 19:49:02 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2015-03-13 12:14:40 +0100
commitaf72a05656c7524febb52ffe2c7eed6ccf1f84ee (patch)
tree1af97eec9ee65c59f6a9d59e6bec7fbc5e51b964 /iptables
parentaef04384e130baf0b3d345330692b4c775631ebb (diff)
ebtables-compat: add support for limit extension
Add support for the ebtables limit extension (match), Signed-off-by: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
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 e0e521ae..7da7fc03 100644
--- a/iptables/xtables-eb.c
+++ b/iptables/xtables-eb.c
@@ -643,6 +643,7 @@ static void ebt_load_match_extensions(void)
ebt_load_match("802_3");
ebt_load_match("ip");
ebt_load_match("mark_m");
+ ebt_load_match("limit");
ebt_load_watcher("log");
ebt_load_watcher("nflog");