summaryrefslogtreecommitdiffstats
path: root/ip6tables-restore.c
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2009-02-07 19:59:53 +0100
committerJan Engelhardt <jengelh@medozas.de>2009-02-07 20:04:09 +0100
commit77f48c2f1ef21fa43aa68c25a1457db319ca2526 (patch)
tree7ea8f2daedc6d1aebf87e6ca9e7d244a855aedb6 /ip6tables-restore.c
parent1de7edffc9085c0f41c261dca995e28ae4126c29 (diff)
libxtables: move afinfo around
libxtables should not rely on the program executable providing the magic constants for using [gs]etsockopt. Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'ip6tables-restore.c')
-rw-r--r--ip6tables-restore.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ip6tables-restore.c b/ip6tables-restore.c
index beb640b2..acaf97b4 100644
--- a/ip6tables-restore.c
+++ b/ip6tables-restore.c
@@ -132,6 +132,7 @@ int main(int argc, char *argv[])
xtables_program_name = program_name;
xtables_init();
+ xtables_set_nfproto(NFPROTO_IPV6);
#ifdef NO_SHARED_LIBS
init_extensions();
#endif