From f988fe49839015c6e798a1d4e805aaf52691dbf7 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Thu, 2 Aug 2018 17:05:18 +0200 Subject: xtables: Fix symlinks/names for ebtables-{save, restore} While xtables-nft-multi only recognized ebtables-save and -restore, Makefile did install only ebtables-nft-save and -restore symlinks. Clean this up by making both name variants known and installing respective symlinks, just like for ebtables and ebtables-nft. Signed-off-by: Phil Sutter Signed-off-by: Florian Westphal --- iptables/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'iptables/Makefile.am') diff --git a/iptables/Makefile.am b/iptables/Makefile.am index a950d9fd..2cbd5861 100644 --- a/iptables/Makefile.am +++ b/iptables/Makefile.am @@ -82,7 +82,8 @@ x_sbin_links = iptables-nft iptables-nft-restore iptables-nft-save \ iptables-restore-translate ip6tables-restore-translate \ arptables-nft arptables \ ebtables-nft ebtables \ - ebtables-nft-restore ebtables-nft-save \ + ebtables-nft-restore ebtables-restore \ + ebtables-nft-save ebtables-save \ xtables-monitor endif -- cgit v1.2.3