[openwrt/openwrt] iptables: fix ip6tables-nft description
LEDE Commits
lede-commits at lists.infradead.org
Wed Feb 2 15:14:15 PST 2022
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/4e7ad159043f3c75eaf4d81a2dc089d7babba07e
commit 4e7ad159043f3c75eaf4d81a2dc089d7babba07e
Author: Etienne Champetier <champetier.etienne at gmail.com>
AuthorDate: Thu Jan 27 14:03:02 2022 -0500
iptables: fix ip6tables-nft description
ip6tables-nft packages ip6tables* utils not iptables*
Signed-off-by: Etienne Champetier <champetier.etienne at gmail.com>
---
package/network/utils/iptables/Makefile | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/package/network/utils/iptables/Makefile b/package/network/utils/iptables/Makefile
index a21a2382e3..2ba30eeca8 100644
--- a/package/network/utils/iptables/Makefile
+++ b/package/network/utils/iptables/Makefile
@@ -460,11 +460,11 @@ endef
define Package/ip6tables-nft/description
Extra ip6tables nftables nft binaries.
- iptables-nft
- iptables-nft-restore
- iptables-nft-save
- iptables-translate
- iptables-restore-translate
+ ip6tables-nft
+ ip6tables-nft-restore
+ ip6tables-nft-save
+ ip6tables-translate
+ ip6tables-restore-translate
endef
define Package/ip6tables-extra
More information about the lede-commits
mailing list