summaryrefslogtreecommitdiffstats
path: root/iptables-save.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 /iptables-save.c
parent1c8fa733e6092029d97bc5b2b6a4cb13b513f2f0 (diff)
globally replace NETFILTER_VERSION with IPTABLES_VERSION to have consistent naming
Diffstat (limited to 'iptables-save.c')
-rw-r--r--iptables-save.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/iptables-save.c b/iptables-save.c
index e57cd7cc..cb7da402 100644
--- a/iptables-save.c
+++ b/iptables-save.c
@@ -259,7 +259,7 @@ static int do_output(const char *tablename)
time_t now = time(NULL);
printf("# Generated by iptables-save v%s on %s",
- NETFILTER_VERSION, ctime(&now));
+ IPTABLES_VERSION, ctime(&now));
printf("*%s\n", tablename);
/* Dump out chain names first,
@@ -314,7 +314,7 @@ int main(int argc, char *argv[])
int c;
program_name = "iptables-save";
- program_version = NETFILTER_VERSION;
+ program_version = IPTABLES_VERSION;
#ifdef NO_SHARED_LIBS
init_extensions();