From 3efb6ead2e51fe1eca55bcb2b06afb4dc4b8cb7c Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 6 Aug 2001 18:50:21 +0000 Subject: - added patch to support statically linking of iptables - iptables-save/-restore is no longer experimental --- ip6tables-save.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ip6tables-save.c') diff --git a/ip6tables-save.c b/ip6tables-save.c index c18bda21..772f786c 100644 --- a/ip6tables-save.c +++ b/ip6tables-save.c @@ -314,6 +314,10 @@ int main(int argc, char *argv[]) program_name = "ip6tables-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': -- cgit v1.2.3