luci-proto-ipv6: dslite: suggest common AFTR addresses for Japanese market
[project/luci.git] / protocols / luci-proto-ipv6 / htdocs / luci-static / resources / protocol / dslite.js
index 5f1fbf4f7a9ab1bdf1a0e9c928564a74ad79402e..5981973e311fe3bfd33bec8ca1197d7fe00632f1 100644 (file)
@@ -41,6 +41,8 @@ return network.registerProtocol('dslite', {
                o = s.taboption('general', form.Value, 'peeraddr', _('DS-Lite AFTR address'));
                o.rmempty  = false;
                o.datatype = 'or(hostname,ip6addr("nomask"))';
+               o.value("gw.transix.jp", _("Transix (Japan only)"));
+               o.value("dgw.xpass.jp", _("Cross Pass (Japan only)"));
 
                o = s.taboption('general', form.Value, 'ip6addr', _('Local IPv6 address'), _('Leave empty to use the current WAN address'));
                o.datatype = 'ip6addr("nomask")';