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_TTL.c | 1 + 1 file changed, 1 insertion(+) (limited to 'extensions/libipt_TTL.c') diff --git a/extensions/libipt_TTL.c b/extensions/libipt_TTL.c index 985b914..b04289a 100644 --- a/extensions/libipt_TTL.c +++ b/extensions/libipt_TTL.c @@ -143,6 +143,7 @@ static struct option opts[] = { { 0 } }; +static struct iptables_target TTL = { NULL, "TTL", NETFILTER_VERSION, -- cgit v1.2.3