summaryrefslogtreecommitdiffstats
path: root/ebtables-save.in
diff options
context:
space:
mode:
authorArturo Borrero Gonzalez <arturo@netfilter.org>2018-11-28 13:47:28 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2018-12-05 12:27:50 +0100
commit6218f812d894fdd733d95c3c86b385f6f223a36a (patch)
treea973419bb9a97ab66d128789f9a6c5298b412837 /ebtables-save.in
parentca223bf49807d55c80d4fe1604dc943e6dc069d7 (diff)
ebtables: legacy renaming
The original ebtables tool is now the legacy version, let's rename it. A more uptodate client of the ebtables tool is provided in the iptables tarball (ebtables-nft). The new tool was formerly known as ebtables-compat. The new -legacy binary has no problem if called via a symlink with the 'ebtables' name, so users can still name this binary with whatever name. Signed-off-by: Arturo Borrero Gonzalez <arturo@netfilter.org> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'ebtables-save.in')
-rw-r--r--ebtables-save.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ebtables-save.in b/ebtables-save.in
index df14149..17924a2 100644
--- a/ebtables-save.in
+++ b/ebtables-save.in
@@ -50,7 +50,7 @@ sub process_table {
# ========================================================
unless (-x $ebtables) { exit -1 };
-print "# Generated by ebtables-save v$version on " . `date`;
+print "# Generated by ebtables-save v$version (legacy) on " . `date`;
if (defined($ENV{'EBTABLES_SAVE_COUNTER'}) && $ENV{'EBTABLES_SAVE_COUNTER'} eq "yes") {
$cnt = "--Lc";
}