From adf5f6d49223fd381e292e159c08722c16abf181 Mon Sep 17 00:00:00 2001 From: Paul Donald Date: Thu, 21 May 2026 23:50:04 +0300 Subject: [PATCH] luci-proto-ipv6: 6to4 fix This hasn't knowingly caused problems before now, an indicator that it goes lesser or unused hitherto. Signed-off-by: Paul Donald --- .../htdocs/luci-static/resources/protocol/6to4.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6to4.js b/protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6to4.js index d479bfc658..312f0e82c8 100644 --- a/protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6to4.js +++ b/protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6to4.js @@ -14,7 +14,7 @@ return network.registerProtocol('6to4', { }, getPackageName: function() { - return '6rd'; + return '6to4'; }, isFloating: function() {