From 6218f812d894fdd733d95c3c86b385f6f223a36a Mon Sep 17 00:00:00 2001 From: Arturo Borrero Gonzalez Date: Wed, 28 Nov 2018 13:47:28 +0100 Subject: 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 Signed-off-by: Pablo Neira Ayuso --- include/ebtables_u.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/ebtables_u.h') diff --git a/include/ebtables_u.h b/include/ebtables_u.h index 7f5968d..901b282 100644 --- a/include/ebtables_u.h +++ b/include/ebtables_u.h @@ -395,7 +395,7 @@ extern int ebt_printstyle_mac; #define BASE_CHAIN (hookmask & (1 << NF_BR_NUMHOOKS)) /* Clear the bit in the hook_mask that tells if the rule is on a base chain */ #define CLEAR_BASE_CHAIN_BIT (hookmask &= ~(1 << NF_BR_NUMHOOKS)) -#define PRINT_VERSION printf(PROGNAME" v"PROGVERSION" ("PROGDATE")\n") +#define PRINT_VERSION printf(PROGNAME" v"PROGVERSION" (legacy) ("PROGDATE")\n") #ifndef PROC_SYS_MODPROBE #define PROC_SYS_MODPROBE "/proc/sys/kernel/modprobe" #endif -- cgit v1.2.3