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_random.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'extensions/libipt_random.c') diff --git a/extensions/libipt_random.c b/extensions/libipt_random.c index 19859eb..d195ca5 100644 --- a/extensions/libipt_random.c +++ b/extensions/libipt_random.c @@ -38,7 +38,7 @@ help(void) " [--average] percent The probability in percentage of the match\n" " If ommited, a probability of 50%% percent is set.\n" " Percentage must be within : 1 <= percent <= 99.\n\n", -NETFILTER_VERSION); +IPTABLES_VERSION); } static struct option opts[] = { @@ -133,7 +133,7 @@ save(const struct ipt_ip *ip, const struct ipt_entry_match *match) struct iptables_match rand_match = { NULL, "random", - NETFILTER_VERSION, + IPTABLES_VERSION, IPT_ALIGN(sizeof(struct ipt_rand_info)), IPT_ALIGN(sizeof(struct ipt_rand_info)), &help, -- cgit v1.2.3