Skip to content

Commit

Permalink
luci-mod-network: change ULA explanation
Browse files Browse the repository at this point in the history
ULA as defined in RFC4193 mentioned a possible future where the L bit
is 0 (implying some global coordinator be used). Locally generated ULA
always have the L bit set to 1, so the prefix is always fd00::/8 (though
ULA with the L bit set 0 or 1 are treated identically).

Technically, fc00::/7 isn't a range, but a prefix which implies a range,
conveniently partitioned by and at the L bit. A range would be correctly
denoted as fc00::-fdff:ffff:ffff:ffff:ffff:ffff:ffff:ffff.

The rewording avoids mention of fc00::/7. The randomly generated prefix
in all cases starts fd.

The sentences were split to ease i18n.

Signed-off-by: Paul Donald <newtwen+github@gmail.com>
  • Loading branch information
systemcrash committed Mar 29, 2024
1 parent 0ecb5ed commit d129082
Show file tree
Hide file tree
Showing 39 changed files with 2,478 additions and 2,317 deletions.
124 changes: 65 additions & 59 deletions modules/luci-base/po/ar/base.po

Large diffs are not rendered by default.

124 changes: 65 additions & 59 deletions modules/luci-base/po/ast/base.po

Large diffs are not rendered by default.

124 changes: 65 additions & 59 deletions modules/luci-base/po/bg/base.po

Large diffs are not rendered by default.

124 changes: 65 additions & 59 deletions modules/luci-base/po/bn_BD/base.po

Large diffs are not rendered by default.

124 changes: 65 additions & 59 deletions modules/luci-base/po/ca/base.po

Large diffs are not rendered by default.

124 changes: 65 additions & 59 deletions modules/luci-base/po/cs/base.po

Large diffs are not rendered by default.

128 changes: 65 additions & 63 deletions modules/luci-base/po/da/base.po

Large diffs are not rendered by default.

128 changes: 65 additions & 63 deletions modules/luci-base/po/de/base.po

Large diffs are not rendered by default.

124 changes: 65 additions & 59 deletions modules/luci-base/po/el/base.po

Large diffs are not rendered by default.

124 changes: 65 additions & 59 deletions modules/luci-base/po/en/base.po

Large diffs are not rendered by default.

128 changes: 65 additions & 63 deletions modules/luci-base/po/es/base.po

Large diffs are not rendered by default.

124 changes: 65 additions & 59 deletions modules/luci-base/po/fi/base.po

Large diffs are not rendered by default.

128 changes: 65 additions & 63 deletions modules/luci-base/po/fr/base.po

Large diffs are not rendered by default.

124 changes: 65 additions & 59 deletions modules/luci-base/po/he/base.po

Large diffs are not rendered by default.

124 changes: 65 additions & 59 deletions modules/luci-base/po/hi/base.po

Large diffs are not rendered by default.

124 changes: 65 additions & 59 deletions modules/luci-base/po/hu/base.po

Large diffs are not rendered by default.

129 changes: 65 additions & 64 deletions modules/luci-base/po/it/base.po

Large diffs are not rendered by default.

124 changes: 65 additions & 59 deletions modules/luci-base/po/ja/base.po

Large diffs are not rendered by default.

124 changes: 65 additions & 59 deletions modules/luci-base/po/ko/base.po

Large diffs are not rendered by default.

128 changes: 65 additions & 63 deletions modules/luci-base/po/lt/base.po

Large diffs are not rendered by default.

124 changes: 65 additions & 59 deletions modules/luci-base/po/mr/base.po

Large diffs are not rendered by default.

124 changes: 65 additions & 59 deletions modules/luci-base/po/ms/base.po

Large diffs are not rendered by default.

124 changes: 65 additions & 59 deletions modules/luci-base/po/nb_NO/base.po

Large diffs are not rendered by default.

128 changes: 65 additions & 63 deletions modules/luci-base/po/nl/base.po

Large diffs are not rendered by default.

128 changes: 65 additions & 63 deletions modules/luci-base/po/pl/base.po

Large diffs are not rendered by default.

128 changes: 65 additions & 63 deletions modules/luci-base/po/pt/base.po

Large diffs are not rendered by default.

128 changes: 65 additions & 63 deletions modules/luci-base/po/pt_BR/base.po

Large diffs are not rendered by default.

128 changes: 65 additions & 63 deletions modules/luci-base/po/ro/base.po

Large diffs are not rendered by default.

131 changes: 67 additions & 64 deletions modules/luci-base/po/ru/base.po

Large diffs are not rendered by default.

128 changes: 65 additions & 63 deletions modules/luci-base/po/sk/base.po

Large diffs are not rendered by default.

127 changes: 67 additions & 60 deletions modules/luci-base/po/sv/base.po

Large diffs are not rendered by default.

124 changes: 65 additions & 59 deletions modules/luci-base/po/templates/base.pot

Large diffs are not rendered by default.

128 changes: 65 additions & 63 deletions modules/luci-base/po/tr/base.po

Large diffs are not rendered by default.

129 changes: 65 additions & 64 deletions modules/luci-base/po/uk/base.po

Large diffs are not rendered by default.

124 changes: 65 additions & 59 deletions modules/luci-base/po/ur/base.po

Large diffs are not rendered by default.

128 changes: 65 additions & 63 deletions modules/luci-base/po/vi/base.po

Large diffs are not rendered by default.

127 changes: 65 additions & 62 deletions modules/luci-base/po/zh_Hans/base.po

Large diffs are not rendered by default.

127 changes: 65 additions & 62 deletions modules/luci-base/po/zh_Hant/base.po

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -1563,7 +1563,10 @@ return view.extend({
s.addremove = false;
s.anonymous = true;

o = s.option(form.Value, 'ula_prefix', _('IPv6 ULA-Prefix'), _('Unique Local Address - in the range <code>fc00::/7</code>. Typically only within the &#8216;local&#8217; half <code>fd00::/8</code>. ULA for IPv6 is analogous to IPv4 private network addressing. This prefix is randomly generated at first install.'));
o = s.option(form.Value, 'ula_prefix', _('IPv6 ULA-Prefix'),
_('Unique Local Address (%s) - prefix <code>fd00::/8</code> (the L bit is always 1).').format('<a href="%s" target="_blank">RFC4193</a>').format('https://datatracker.ietf.org/doc/html/rfc4193#section-3') + ' ' +
_('ULA for IPv6 is analogous to IPv4 private network addressing.') + ' ' +
_('This prefix is randomly generated at first install.'));
o.datatype = 'cidr6';

o = s.option(form.Flag, 'packet_steering', _('Packet Steering'), _('Enable packet steering across all CPUs. May help or hinder network speed.'));
Expand Down

0 comments on commit d129082

Please sign in to comment.