summaryrefslogtreecommitdiffstats
path: root/ip6tables-standalone.c
diff options
context:
space:
mode:
Diffstat (limited to 'ip6tables-standalone.c')
-rw-r--r--ip6tables-standalone.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/ip6tables-standalone.c b/ip6tables-standalone.c
index 1120590..f0145ce 100644
--- a/ip6tables-standalone.c
+++ b/ip6tables-standalone.c
@@ -39,6 +39,10 @@ main(int argc, char *argv[])
program_name = "ip6tables";
program_version = NETFILTER_VERSION;
+#ifdef NO_SHARED_LIBS
+ init_extensions();
+#endif
+
ret = do_command6(argc, argv, &table, &handle);
if (ret)
ret = ip6tc_commit(&handle);