- added patch to support statically linking of iptables
- iptables-save/-restore is no longer experimental
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 @@
 	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':