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/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 e4ed9323..b344bb63 100644 --- a/extensions/libip6t_mark.c +++ b/extensions/libip6t_mark.c @@ -108,6 +108,7 @@ save(const struct ip6t_ip6 *ip, const struct ip6t_entry_match *match) ((struct ip6t_mark_info *)match->data)->invert, 0); } +static struct ip6tables_match mark = { NULL, "mark", -- cgit v1.2.3