summaryrefslogtreecommitdiffstats
path: root/iptables/xtables-restore.c
diff options
context:
space:
mode:
authorErik Wilson <erik.e.wilson@gmail.com>2021-07-13 16:48:23 -0700
committerFlorian Westphal <fw@strlen.de>2021-07-14 11:20:24 +0200
commite727ccad036e2cdba3339536c65c7ceef43c0740 (patch)
tree4e2b2fd98d7885160167fbc40c27ae47312074fb /iptables/xtables-restore.c
parent9e1fffdfeb29a0638e10fda3c0e984d3592e3124 (diff)
xtables: Call init_extensions6() for static builds
Initialize extensions from libext6 for cases where xtables is built statically. Closes: https://bugzilla.netfilter.org/show_bug.cgi?id=1550 Signed-off-by: Erik Wilson <Erik.E.Wilson@gmail.com> Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'iptables/xtables-restore.c')
-rw-r--r--iptables/xtables-restore.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/iptables/xtables-restore.c b/iptables/xtables-restore.c
index d2739497..72832103 100644
--- a/iptables/xtables-restore.c
+++ b/iptables/xtables-restore.c
@@ -364,6 +364,7 @@ xtables_restore_main(int family, const char *progname, int argc, char *argv[])
#if defined(ALL_INCLUSIVE) || defined(NO_SHARED_LIBS)
init_extensions();
init_extensions4();
+ init_extensions6();
#endif
break;
case NFPROTO_ARP: