From eefd72aca33c6cdf7290da0c4a656c6768097181 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Wed, 13 Mar 2019 20:46:14 +0100 Subject: doc: Add ebtables man page This is a 1:1 copy from legacy ebtables repository. 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 c0f657eb..3ff85893 100644 --- a/iptables/Makefile.am +++ b/iptables/Makefile.am @@ -63,7 +63,8 @@ man_MANS = iptables.8 iptables-restore.8 iptables-save.8 \ iptables-translate.8 ip6tables-translate.8 \ xtables-monitor.8 if ENABLE_NFTABLES -man_MANS += arptables-nft.8 arptables-nft-restore.8 arptables-nft-save.8 +man_MANS += arptables-nft.8 arptables-nft-restore.8 arptables-nft-save.8 \ + ebtables-nft.8 endif CLEANFILES = iptables.8 xtables-monitor.8 \ iptables-translate.8 ip6tables-translate.8 \ -- cgit v1.2.3