We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e453b50 commit 3dc3b40Copy full SHA for 3dc3b40
package/gluon-iptables-clamp-mss-to-pmtu/Makefile
@@ -6,7 +6,7 @@ include ../gluon.mk
6
7
define Package/$(PKG_NAME)
8
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
+ DEPENDS:= +ip6tables-legacy
10
endef
11
12
define Package/$(PKG_NAME)/description
targets/generic
@@ -80,5 +80,5 @@ packages {
80
'-wpad-basic',
81
'-wpad-basic-wolfssl',
82
'gluon-core',
83
- 'ip6tables',
+ 'ip6tables-legacy',
84
}
0 commit comments