luci-mod-network: change ULA explanation
authorPaul Donald <newtwen+github@gmail.com>
Fri, 29 Mar 2024 15:09:43 +0000 (16:09 +0100)
committerPaul Donald <newtwen+github@gmail.com>
Fri, 29 Mar 2024 15:19:40 +0000 (16:19 +0100)
commitd1290829fd589fb5e42d8bb45b57b87547d2a11d
treec40c3281a5ce11f9e248c0c7d26b00e6867cecef
parent0ecb5edba8240c38e513bc10ba558041ec275f3a
luci-mod-network: change ULA explanation

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>
39 files changed:
modules/luci-base/po/ar/base.po
modules/luci-base/po/ast/base.po
modules/luci-base/po/bg/base.po
modules/luci-base/po/bn_BD/base.po
modules/luci-base/po/ca/base.po
modules/luci-base/po/cs/base.po
modules/luci-base/po/da/base.po
modules/luci-base/po/de/base.po
modules/luci-base/po/el/base.po
modules/luci-base/po/en/base.po
modules/luci-base/po/es/base.po
modules/luci-base/po/fi/base.po
modules/luci-base/po/fr/base.po
modules/luci-base/po/he/base.po
modules/luci-base/po/hi/base.po
modules/luci-base/po/hu/base.po
modules/luci-base/po/it/base.po
modules/luci-base/po/ja/base.po
modules/luci-base/po/ko/base.po
modules/luci-base/po/lt/base.po
modules/luci-base/po/mr/base.po
modules/luci-base/po/ms/base.po
modules/luci-base/po/nb_NO/base.po
modules/luci-base/po/nl/base.po
modules/luci-base/po/pl/base.po
modules/luci-base/po/pt/base.po
modules/luci-base/po/pt_BR/base.po
modules/luci-base/po/ro/base.po
modules/luci-base/po/ru/base.po
modules/luci-base/po/sk/base.po
modules/luci-base/po/sv/base.po
modules/luci-base/po/templates/base.pot
modules/luci-base/po/tr/base.po
modules/luci-base/po/uk/base.po
modules/luci-base/po/ur/base.po
modules/luci-base/po/vi/base.po
modules/luci-base/po/zh_Hans/base.po
modules/luci-base/po/zh_Hant/base.po
modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js