summaryrefslogtreecommitdiffstats
path: root/arptables.c
diff options
context:
space:
mode:
authorArturo Borrero Gonzalez <arturo@netfilter.org>2018-06-20 15:43:39 +0200
committerFlorian Westphal <fw@strlen.de>2018-06-26 20:25:42 +0200
commit28b22d55615447c94c5058e0aacec612ebc27f2a (patch)
tree4590b457149c87055c1adcf66a3396c1ff445b96 /arptables.c
parent988d6a4cd1b12718177bf3065f07faeabb208713 (diff)
arptables: legacy renaming
The original arptables tool is now the legacy version, let's rename it. A more uptodate client of the arptables tool is provided in the iptables tarball. The new tool was formerly known as arptables-compat. The new -legacy binary should have no problem if called via a symlink. Signed-off-by: Arturo Borrero Gonzalez <arturo@netfilter.org> Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'arptables.c')
-rw-r--r--arptables.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arptables.c b/arptables.c
index 4e9af67..09c9ca2 100644
--- a/arptables.c
+++ b/arptables.c
@@ -468,7 +468,7 @@ exit_printhelp(void)
struct arptables_target *t = NULL;
int i;
- printf("%s v%s\n\n"
+ printf("%s v%s (legacy)\n\n"
"Usage: %s -[AD] chain rule-specification [options]\n"
" %s -[RI] chain rulenum rule-specification [options]\n"
" %s -D chain rulenum [options]\n"