From 565a22395c4c620bf26a002515d9016db0c35824 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Wed, 11 Jul 2018 12:09:05 +0200 Subject: xtables: Support nft suffix for arptables and ebtables Since the names without suffix clash with legacy tools, support the suffixed versions as well to help distributions packaging for parallel installation of both nft and legacy variants. Signed-off-by: Phil Sutter Signed-off-by: Florian Westphal --- iptables/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'iptables/Makefile.am') diff --git a/iptables/Makefile.am b/iptables/Makefile.am index 9e6f3f4b..800dd13a 100644 --- a/iptables/Makefile.am +++ b/iptables/Makefile.am @@ -80,7 +80,9 @@ x_sbin_links = iptables-nft iptables-nft-restore iptables-nft-save \ ip6tables-nft ip6tables-nft-restore ip6tables-nft-save \ iptables-translate ip6tables-translate \ iptables-restore-translate ip6tables-restore-translate \ - arptables ebtables xtables-monitor + arptables-nft arptables \ + ebtables-nft ebtables \ + xtables-monitor endif iptables-extensions.8: iptables-extensions.8.tmpl ../extensions/matches.man ../extensions/targets.man -- cgit v1.2.3