summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_TTL.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2002-05-29 13:08:15 +0000
committerHarald Welte <laforge@gnumonks.org>2002-05-29 13:08:15 +0000
commit80fe35d6339b53a12ddaec41885613e4e37ed031 (patch)
tree795febe10f0229253621990c2c0616a0054d9906 /extensions/libipt_TTL.c
parent1c8fa733e6092029d97bc5b2b6a4cb13b513f2f0 (diff)
globally replace NETFILTER_VERSION with IPTABLES_VERSION to have consistent naming
Diffstat (limited to 'extensions/libipt_TTL.c')
-rw-r--r--extensions/libipt_TTL.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/libipt_TTL.c b/extensions/libipt_TTL.c
index e4d56b36..e6f8a0c3 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 <laforge@gnumonks.org>
*
- * $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 <value>\n"
" --ttl-dec value Decrement TTL by <value>\n"
" --ttl-inc value Increment TTL by <value>\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,