From 3dc3b40819d5590594c98c1f0eafb32f69015d30 Mon Sep 17 00:00:00 2001
From: David Bauer <mail@david-bauer.net>
Date: Tue, 15 Mar 2022 00:54:43 +0100
Subject: [PATCH] treewide: replace ip6tables with ip6tables-legacy

---
 package/gluon-iptables-clamp-mss-to-pmtu/Makefile | 2 +-
 targets/generic                                   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/gluon-iptables-clamp-mss-to-pmtu/Makefile b/package/gluon-iptables-clamp-mss-to-pmtu/Makefile
index b8135c2f..20379e0a 100644
--- a/package/gluon-iptables-clamp-mss-to-pmtu/Makefile
+++ b/package/gluon-iptables-clamp-mss-to-pmtu/Makefile
@@ -6,7 +6,7 @@ include ../gluon.mk
 
 define Package/$(PKG_NAME)
   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
-  DEPENDS:= +ip6tables
+  DEPENDS:= +ip6tables-legacy
 endef
 
 define Package/$(PKG_NAME)/description
diff --git a/targets/generic b/targets/generic
index b0943d9b..7dbcecbf 100644
--- a/targets/generic
+++ b/targets/generic
@@ -80,5 +80,5 @@ packages {
 	'-wpad-basic',
 	'-wpad-basic-wolfssl',
 	'gluon-core',
-	'ip6tables',
+	'ip6tables-legacy',
 }
-- 
GitLab