From: Paul Donald Date: Thu, 21 May 2026 20:50:04 +0000 (+0300) Subject: luci-proto-ipv6: 6to4 fix X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=adf5f6d49223fd381e292e159c08722c16abf181;p=openwrt-luci.git 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 --- 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() {