Skip to content

Commit 3dc3b40

Browse files
committed
treewide: replace ip6tables with ip6tables-legacy
1 parent e453b50 commit 3dc3b40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package/gluon-iptables-clamp-mss-to-pmtu/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ include ../gluon.mk
66

77
define Package/$(PKG_NAME)
88
TITLE:=This will establish a firewall rule to clamp the mss to pmtu on the mesh-vpn interface when the connection is towards 64:ff9b::/96
9-
DEPENDS:= +ip6tables
9+
DEPENDS:= +ip6tables-legacy
1010
endef
1111

1212
define Package/$(PKG_NAME)/description

targets/generic

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,5 +80,5 @@ packages {
8080
'-wpad-basic',
8181
'-wpad-basic-wolfssl',
8282
'gluon-core',
83-
'ip6tables',
83+
'ip6tables-legacy',
8484
}

0 commit comments

Comments
 (0)