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 <newtwen+github@gmail.com>
This commit is contained in:
Paul Donald
2026-05-21 23:50:04 +03:00
parent 014c74ce88
commit adf5f6d492
@@ -14,7 +14,7 @@ return network.registerProtocol('6to4', {
},
getPackageName: function() {
return '6rd';
return '6to4';
},
isFloating: function() {