- added patch to support statically linking of iptables
- iptables-save/-restore is no longer experimental
diff --git a/iptables-save.c b/iptables-save.c
index 6039714..aa3b69a 100644
--- a/iptables-save.c
+++ b/iptables-save.c
@@ -306,6 +306,10 @@
 	program_name = "iptables-save";
 	program_version = NETFILTER_VERSION;
 
+#ifdef NO_SHARED_LIBS
+	init_extensions();
+#endif
+
 	while ((c = getopt_long(argc, argv, "bc", options, NULL)) != -1) {
 		switch (c) {
 		case 'b':