summaryrefslogtreecommitdiffstats
path: root/ebtables-save.in
diff options
context:
space:
mode:
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";
}