summaryrefslogtreecommitdiffstats
path: root/iptables/xtables-eb.c
diff options
context:
space:
mode:
authorArturo Borrero <arturo.borrero.glez@gmail.com>2015-01-30 12:43:08 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2015-01-30 19:11:44 +0100
commit535ede97cd78a10ea4aaad249a6576fbf37aebc3 (patch)
tree71536e6ee72d9b53db55a803be27091ff3e02e98 /iptables/xtables-eb.c
parent49479aa12a158001bf1e4104b248e533f5038cf3 (diff)
ebtables-compat: add mark_m match extension
Translate mark_m match extension to the xtables-compat environment. 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 27a1c168..0ac39d0f 100644
--- a/iptables/xtables-eb.c
+++ b/iptables/xtables-eb.c
@@ -640,6 +640,7 @@ static void ebt_load_matches(void)
opts = ebt_original_options;
ebt_load_match("802_3");
ebt_load_match("ip");
+ ebt_load_match("mark_m");
}
static void ebt_add_match(struct xtables_match *m,