From e822c0ec10e20248b959e9b271efef125feb8a4d Mon Sep 17 00:00:00 2001 From: laforge Date: Wed, 29 May 2002 13:08:15 +0000 Subject: globally replace NETFILTER_VERSION with IPTABLES_VERSION to have consistent naming --- extensions/libipt_TTL.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'extensions/libipt_TTL.c') diff --git a/extensions/libipt_TTL.c b/extensions/libipt_TTL.c index e4d56b3..e6f8a0c 100644 --- a/extensions/libipt_TTL.c +++ b/extensions/libipt_TTL.c @@ -1,7 +1,7 @@ /* Shared library add-on to iptables for the TTL target * (C) 2000 by Harald Welte * - * $Id: libipt_TTL.c,v 1.4 2002/02/25 11:25:41 laforge Exp $ + * $Id: libipt_TTL.c,v 1.5 2002/03/14 11:35:58 laforge Exp $ * * This program is distributed under the terms of GNU GPL */ @@ -27,7 +27,7 @@ static void help(void) " --ttl-set value Set TTL to \n" " --ttl-dec value Decrement TTL by \n" " --ttl-inc value Increment TTL by \n" -, NETFILTER_VERSION); +, IPTABLES_VERSION); } static int parse(int c, char **argv, int invert, unsigned int *flags, @@ -146,7 +146,7 @@ static struct option opts[] = { static struct iptables_target TTL = { NULL, "TTL", - NETFILTER_VERSION, + IPTABLES_VERSION, IPT_ALIGN(sizeof(struct ipt_TTL_info)), IPT_ALIGN(sizeof(struct ipt_TTL_info)), &help, -- cgit v1.2.3