From a1187fff744cf407c010fb52a482950d958dbf02 Mon Sep 17 00:00:00 2001 From: laforge 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_owner.c | 1 + 1 file changed, 1 insertion(+) (limited to 'extensions/libipt_owner.c') diff --git a/extensions/libipt_owner.c b/extensions/libipt_owner.c index 233cd0b..953eb59 100644 --- a/extensions/libipt_owner.c +++ b/extensions/libipt_owner.c @@ -199,6 +199,7 @@ save(const struct ipt_ip *ip, const struct ipt_entry_match *match) print_item(info, IPT_OWNER_SID, 0, "--sid-owner "); } +static struct iptables_match owner = { NULL, "owner", -- cgit v1.2.3