Merge pull request #4355 from RemiNV/legacymap

protocols: add legacymap option for map
This commit is contained in:
Florian Eckert 2020-09-02 15:33:59 +02:00 committed by GitHub
commit 82d4384898
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'));
}
});