<feed xmlns='http://www.w3.org/2005/Atom'>
<title>luci/protocols/luci-proto-ipv6/htdocs, branch master</title>
<subtitle>Lua Configuration Interface (mirror)</subtitle>
<id>https://git.openwrt.org/project/luci/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/project/luci/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/'/>
<updated>2026-07-21T21:02:15Z</updated>
<entry>
<title>luci-proto-ipv6: dhcpv6: add option to select the DHCPv6 client ID</title>
<updated>2026-07-21T21:02:15Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2026-07-21T20:38:48Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=4a78eccd90dc9fd1fd982e1a1e6f7e2448dad79f'/>
<id>urn:sha1:4a78eccd90dc9fd1fd982e1a1e6f7e2448dad79f</id>
<content type='text'>
OpenWrt gained a per-interface "sendclientid" option which overrides the
preferred DUID used for DHCPv6 requests. Expose it in the advanced
settings of the DHCPv6 client protocol:

- "auto" (default) uses the explicitly configured client ID, or falls
  back to the global default DUID and finally a DUID-LL derived from the
  interface MAC address
- "global" always uses the global default DUID
- "hardware" passes no client ID to odhcp6c, so a type 3 DUID-LL is used

Unlike DHCPv4 there is no "none" mode, as odhcp6c always sends a client
identifier. The explicit client ID is only evaluated in "auto" mode,
hence it now depends on that setting.

Assisted-by: Claude:claude-opus-4-8
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>luci-proto-ipv6: 6to4 fix</title>
<updated>2026-05-27T12:49:44Z</updated>
<author>
<name>Paul Donald</name>
</author>
<published>2026-05-21T20:50:04Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=adf5f6d49223fd381e292e159c08722c16abf181'/>
<id>urn:sha1:adf5f6d49223fd381e292e159c08722c16abf181</id>
<content type='text'>
This hasn't knowingly caused problems before now, an indicator
that it goes lesser or unused hitherto.

Signed-off-by: Paul Donald &lt;newtwen+github@gmail.com&gt;
</content>
</entry>
<entry>
<title>luci-proto-ipv6: map: allow /128 IPv6 prefix length</title>
<updated>2025-09-04T12:29:25Z</updated>
<author>
<name>Arayuki Mago</name>
</author>
<published>2025-09-01T15:51:33Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=183ab68aef71beedac346d664876c188e9c9fdcc'/>
<id>urn:sha1:183ab68aef71beedac346d664876c188e9c9fdcc</id>
<content type='text'>
IPv6 prefix length is normally valid in the range 0–64.
Additionally, /128 is a special case that needs to be supported.

Signed-off-by: Arayuki Mago &lt;ms@missing233.com&gt;
</content>
</entry>
<entry>
<title>luci-base, luci-proto-*: rename getOpkgPackage -&gt; getPackageName</title>
<updated>2024-12-15T19:13:56Z</updated>
<author>
<name>Paul Donald</name>
</author>
<published>2024-12-15T19:11:23Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=8d13ea410dcdfbca28fcd6099ce9acb641ac898c'/>
<id>urn:sha1:8d13ea410dcdfbca28fcd6099ce9acb641ac898c</id>
<content type='text'>
Signed-off-by: Paul Donald &lt;newtwen+github@gmail.com&gt;
</content>
</entry>
<entry>
<title>luci-proto-ipv6: add missing extendprefix option for DHCPv6 client</title>
<updated>2024-12-15T17:45:28Z</updated>
<author>
<name>Arayuki Mago</name>
</author>
<published>2024-12-12T19:14:45Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=d992d6f105618c6752019df36acb2645487d7d14'/>
<id>urn:sha1:d992d6f105618c6752019df36acb2645487d7d14</id>
<content type='text'>
Allow the DHCPv6 client to accept /64 prefix via SLAAC and extend it on downstream interface (RFC 7278)
useful for ISPs that only distribute /64 IPv6 prefixes through SLAAC.

Signed-off-by: Arayuki Mago &lt;ms@missing233.com&gt;
</content>
</entry>
<entry>
<title>luci-proto-ipv6: set recommended default for norelease</title>
<updated>2024-11-30T14:49:08Z</updated>
<author>
<name>Paul Donald</name>
</author>
<published>2024-11-30T14:49:08Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=98c04137b47dd5253cdfcf18e5b4ad6e68258c46'/>
<id>urn:sha1:98c04137b47dd5253cdfcf18e5b4ad6e68258c46</id>
<content type='text'>
See https://github.com/openwrt/luci/issues/7410

Basically: RFC9096 updates the language in order to avoid DHCPv6 RELEASE
upon reboot to avoid re-addressing. (now: RELEASE == SHOULD NOT)

Signed-off-by: Paul Donald &lt;newtwen+github@gmail.com&gt;
</content>
</entry>
<entry>
<title>luci-proto-ipv6: augment reqprefix description to include prefix also</title>
<updated>2024-11-30T14:39:22Z</updated>
<author>
<name>Paul Donald</name>
</author>
<published>2024-11-19T15:29:14Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=eadd59fc345a1d9fca66b200156bc382f603d12b'/>
<id>urn:sha1:eadd59fc345a1d9fca66b200156bc382f603d12b</id>
<content type='text'>
See https://github.com/openwrt/luci/issues/7397

to match changes in odhcp6c where one can now also specify the prefix

Signed-off-by: Paul Donald &lt;newtwen+github@gmail.com&gt;
</content>
</entry>
<entry>
<title>luci-proto-ipv6: dslite: suggest common AFTR addresses for Japanese market</title>
<updated>2024-05-21T07:24:36Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2024-05-20T13:56:18Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=216cbb0e5ec4e10512275ecb5225ba09dadb1ce6'/>
<id>urn:sha1:216cbb0e5ec4e10512275ecb5225ba09dadb1ce6</id>
<content type='text'>
Include in DS-Lite General Settings common AFTR addresses for Japan market
to make it easier to configure OpenWrt in Japan and help people to save
money on hardware.

Fixes: #7133
Ref: https://forum.openwrt.org/t/x/195654
Suggested-by: Konstantin-Glukhov &lt;24302271+Konstantin-Glukhov@users.noreply.github.com&gt;
[shorten subject, rewrap commit message]
Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>luci-proto-ipv6: Add support for IPIP6(RFC2473) tunnel</title>
<updated>2024-03-16T22:24:24Z</updated>
<author>
<name>Arayuki Mago</name>
</author>
<published>2024-02-13T10:18:49Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=c88e24772e50cb9e58d6707f1082d9ceb3a8b3e1'/>
<id>urn:sha1:c88e24772e50cb9e58d6707f1082d9ceb3a8b3e1</id>
<content type='text'>
Add Generic Packet Tunneling in IPv6 Specification (RFC 2473) support.

Signed-off-by: Arayuki Mago &lt;ms@missing233.com&gt;
</content>
</entry>
<entry>
<title>luci-proto-ipv6: Add DHCPv6 norelease menu option (#6775)</title>
<updated>2023-12-21T21:53:03Z</updated>
<author>
<name>Det</name>
</author>
<published>2023-12-21T21:53:03Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=4ad5f8111bc357d88390d914d82f0517ccbcf769'/>
<id>urn:sha1:4ad5f8111bc357d88390d914d82f0517ccbcf769</id>
<content type='text'>
Signed-off-by: Richard Patterson &lt;richard@helix.net.nz&gt;</content>
</entry>
</feed>
