commit | 7e5e866a36a76c153e5903b8251f90cfe07a1d34 | [log] [tgz] |
---|---|---|
author | Jan Engelhardt <jengelh@medozas.de> | Sat Aug 27 11:16:16 2011 +0200 |
committer | Jan Engelhardt <jengelh@medozas.de> | Sun Sep 11 17:31:34 2011 +0200 |
tree | 2468658a122f3c9d5db1c4bfbf06d7eb097a3b1f | |
parent | 2325c0fedf7507f94aa3bb11cc65a70d33836f8f [diff] [blame] |
libiptc: replace ipt_chainlabel by xt_chainlabel Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
diff --git a/libiptc/libip6tc.c b/libiptc/libip6tc.c index 0f8a889..93366e2 100644 --- a/libiptc/libip6tc.c +++ b/libiptc/libip6tc.c
@@ -57,7 +57,7 @@ #define ERROR_TARGET IP6T_ERROR_TARGET #define NUMHOOKS NF_IP6_NUMHOOKS -#define IPT_CHAINLABEL ip6t_chainlabel +#define IPT_CHAINLABEL xt_chainlabel #define TC_DUMP_ENTRIES dump_entries6 #define TC_IS_CHAIN ip6tc_is_chain