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_tos.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'extensions/libipt_tos.c') diff --git a/extensions/libipt_tos.c b/extensions/libipt_tos.c index f1d3b2a..a1ef4e6 100644 --- a/extensions/libipt_tos.c +++ b/extensions/libipt_tos.c @@ -9,6 +9,7 @@ #include /* TOS names and values. */ +static struct TOS_value { unsigned char TOS; @@ -151,6 +152,7 @@ save(const struct ipt_ip *ip, const struct ipt_entry_match *match) ((struct ipt_tos_info *)match->data)->invert, 0); } +static struct iptables_match tos = { NULL, "tos", -- cgit v1.2.3