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 --- extensions/libipt_NETLINK.c | 1 + 1 file changed, 1 insertion(+) (limited to 'extensions/libipt_NETLINK.c') diff --git a/extensions/libipt_NETLINK.c b/extensions/libipt_NETLINK.c index 3faf9289..104e6427 100644 --- a/extensions/libipt_NETLINK.c +++ b/extensions/libipt_NETLINK.c @@ -136,6 +136,7 @@ print(const struct ipt_ip *ip, printf("nlsize %i ", nld->size); } +static struct iptables_target netlink = { NULL, "NETLINK", NETFILTER_VERSION, -- cgit v1.2.3