From: Etienne Champetier Date: Wed, 26 Jan 2022 19:23:23 +0000 (-0500) Subject: iptables: add ip{,6}tables-legacy{,-restore,-save} symlinks X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=0e32c6baf37688e8cefed5718afe13ec18f75233;p=openwrt%2Fstaging%2Fansuel.git iptables: add ip{,6}tables-legacy{,-restore,-save} symlinks Now that we can have both legacy and nft iptables variants installed at the same time, install the legacy symlinks Signed-off-by: Etienne Champetier --- diff --git a/package/network/utils/iptables/Makefile b/package/network/utils/iptables/Makefile index cf87d6de06..e936a57380 100644 --- a/package/network/utils/iptables/Makefile +++ b/package/network/utils/iptables/Makefile @@ -614,6 +614,7 @@ endef define Package/iptables/install $(INSTALL_DIR) $(1)/usr/sbin $(CP) $(PKG_INSTALL_DIR)/usr/sbin/xtables-legacy-multi $(1)/usr/sbin/ + $(CP) $(PKG_INSTALL_DIR)/usr/sbin/iptables-legacy{,-restore,-save} $(1)/usr/sbin/ $(INSTALL_DIR) $(1)/usr/lib/iptables endef @@ -626,6 +627,7 @@ endef define Package/ip6tables/install $(INSTALL_DIR) $(1)/usr/sbin + $(CP) $(PKG_INSTALL_DIR)/usr/sbin/ip6tables-legacy{,-restore,-save} $(1)/usr/sbin/ endef define Package/ip6tables-nft/install