mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 10:51:51 +00:00
protocols: add legacymap option for map
legacymap causes map to use the legacy IPv6 Interface Identifier format that was described in draft-ietf-softwire-map-00, but was eventually changed in RFC7597. It is however still used by some major ISPs, including in Japan. Signed-off-by: Remi NGUYEN VAN <remi.nguyenvan+openwrt@gmail.com>
This commit is contained in:
@@ -92,5 +92,7 @@ return network.registerProtocol('map', {
|
||||
o = s.taboption('advanced', form.Value, 'mtu', _('Use MTU on tunnel interface'));
|
||||
o.placeholder = '1280';
|
||||
o.datatype = 'max(9200)';
|
||||
|
||||
o = s.taboption('advanced', form.Flag, 'legacymap', _('Use legacy MAP'), _('Use legacy MAP interface identifier format (draft-ietf-softwire-map-00) instead of RFC7597'));
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user