summaryrefslogtreecommitdiffstats
path: root/ip6tables-restore.c
diff options
context:
space:
mode:
authorlaforge <laforge>2001-08-06 18:50:21 +0000
committerlaforge <laforge>2001-08-06 18:50:21 +0000
commita1187fff744cf407c010fb52a482950d958dbf02 (patch)
treed7a51c0752b5a80c8408692277f2b660ce4dfc2b /ip6tables-restore.c
parente23a23bf42e4a963e39c7a858351aacb109e0b8b (diff)
- added patch to support statically linking of iptables
- iptables-save/-restore is no longer experimental
Diffstat (limited to 'ip6tables-restore.c')
-rw-r--r--ip6tables-restore.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/ip6tables-restore.c b/ip6tables-restore.c
index f7a94f2..40804ee 100644
--- a/ip6tables-restore.c
+++ b/ip6tables-restore.c
@@ -93,6 +93,10 @@ int main(int argc, char *argv[])
program_name = "ip6tables-restore";
program_version = NETFILTER_VERSION;
+#ifdef NO_SHARED_LIBS
+ init_extensions();
+#endif
+
while ((c = getopt_long(argc, argv, "bcvhnM:", options, NULL)) != -1) {
switch (c) {
case 'b':