mirror of
https://github.com/openwrt/luci.git
synced 2026-05-31 02:21:50 +08:00
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:
@@ -14,7 +14,7 @@ return network.registerProtocol('6to4', {
|
||||
},
|
||||
|
||||
getPackageName: function() {
|
||||
return '6rd';
|
||||
return '6to4';
|
||||
},
|
||||
|
||||
isFloating: function() {
|
||||
|
||||
Reference in New Issue
Block a user