Age | Commit message (Collapse) | Author |
|
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 <newtwen+github@gmail.com>
|
|
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 <newtwen+github@gmail.com>
|
|
Signed-off-by: Richard Patterson <richard@helix.net.nz>
|
|
Fixes: #6730, #6751
Fixes: 2065ead4e8 ("luci-proto-ipv6: dhcpv6.js fix translation (#6751)")
Suggested-by: he ping <pinghejk@gmail.com>
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
|
|
This reverts commit 2065ead4e86d2da8868dd88160af5b2fdcf3adde.
The commit contains syntax errors despite two reviews and was apparently
not runtime tested at all.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
|
|
Signed-off-by: he ping <pinghejk@gmail.com>
|
|
Those are L2 options that are not part of interfaces (L3), should not be
set there and don't work. Setting MAC and MTU should be done at device
layer (config device) and is supported for basic types already.
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
|
|
The introduction of network device configuration support also implemented
all common, protocol-independent interface options directly in the
interface config view, so drop the redundant option definitions.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
|
|
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
|