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/libip6t_MARK.c | 1 + 1 file changed, 1 insertion(+) (limited to 'extensions/libip6t_MARK.c') diff --git a/extensions/libip6t_MARK.c b/extensions/libip6t_MARK.c index efbb4ec..6d2b103 100644 --- a/extensions/libip6t_MARK.c +++ b/extensions/libip6t_MARK.c @@ -100,6 +100,7 @@ save(const struct ip6t_ip6 *ip, const struct ip6t_entry_target *target) printf("--set-mark 0x%lx ", markinfo->mark); } +static struct ip6tables_target mark = { NULL, "MARK", -- cgit v1.2.3