| commit | 77f48c2f1ef21fa43aa68c25a1457db319ca2526 | [log] [tgz] |
|---|---|---|
| author | Jan Engelhardt <jengelh@medozas.de> | Sat Feb 07 19:59:53 2009 +0100 |
| committer | Jan Engelhardt <jengelh@medozas.de> | Sat Feb 07 20:04:09 2009 +0100 |
| tree | 7ea8f2daedc6d1aebf87e6ca9e7d244a855aedb6 | |
| parent | 1de7edffc9085c0f41c261dca995e28ae4126c29 [diff] [blame] |
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>
diff --git a/iptables-save.c b/iptables-save.c index d08ec4b..c4306fd 100644 --- a/iptables-save.c +++ b/iptables-save.c
@@ -141,6 +141,7 @@ xtables_program_name = program_name; xtables_init(); + xtables_set_nfproto(NFPROTO_IPV4); #ifdef NO_SHARED_LIBS init_extensions(); #endif