summaryrefslogtreecommitdiffstats
path: root/iptables/xtables-eb.c
diff options
context:
space:
mode:
authorArturo Borrero <arturo.borrero.glez@gmail.com>2015-03-03 19:48:13 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2015-03-04 23:15:43 +0100
commitbdc668637bc1e71020db4ec83d116821ef07d183 (patch)
tree2d235986b3edbc2a6ba91b757edfa04912214d47 /iptables/xtables-eb.c
parent379bd7bb9284f2692cd08accd7d2dbe2fb85b985 (diff)
ebtables-compat: support nflog extension
Let's give support for the nflog extension (a watcher). Signed-off-by: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'iptables/xtables-eb.c')
-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 efbb3cd0..e0e521ae 100644
--- a/iptables/xtables-eb.c
+++ b/iptables/xtables-eb.c
@@ -645,6 +645,7 @@ static void ebt_load_match_extensions(void)
ebt_load_match("mark_m");
ebt_load_watcher("log");
+ ebt_load_watcher("nflog");
}
static void ebt_add_match(struct xtables_match *m,