1
0
Fork 0
forked from mirror/openwrt
openwrt/package/network/ipv6
Florian Eckert 32c46b569f odhcp6c: add new option to start 4in6 protos as dynamic interface
If proto 'dhcpv6' is set for an interface, dynamic interfaces are created
for the protocols map, dslite or 464xlat if this netifd protocols are
installed and the interface option is not explicitly set to '0'.

The problem is that this option cannot be configured via LuCI, which means
that the dynamic protocols are started. In my case, that is the '464xlat'
'6in4' protocol. I see the follwing log messages continuously in the log as
I do not have a '464xlat' in my network.

Fri Aug 22 10:36:33 2025 daemon.notice netifd: Interface 'wan6_4' is now down
Fri Aug 22 10:36:33 2025 daemon.notice netifd: Interface 'wan6_4' is setting up now
Fri Aug 22 10:36:36 2025 daemon.notice netifd: Interface 'wan6_4' is now down
Fri Aug 22 10:36:36 2025 daemon.notice netifd: Interface 'wan6_4' is setting up now

To fix this by adding a new option to disable the dynamic interface creation
for '4in6' if needed. The option is named '4in6_dynamic' and is a boolean.

If the new option is 'true' (default) dynamic interfaces are create.
If the new option set to 'false' no dynamic 4in6 interface are created.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2025-11-03 12:06:18 +01:00
..
6in4 6in4: add 'nohostroute' option 2024-09-22 16:28:52 +02:00
6rd package: avoid the use of eval to parse ipcalc.sh output 2023-09-25 15:02:49 +02:00
6to4 package: drop PKG_VERSION for purely local packages 2020-07-15 18:33:56 +02:00
464xlat 464xlat: delete SNATed conntracks on interface teardown 2022-06-19 21:54:05 +02:00
ds-lite ds-lite: Add support for IPIP6(RFC2473) tunnel 2024-03-16 13:15:18 +08:00
map map: rename type to maptype (FS#3287) 2020-08-19 21:14:00 +02:00
odhcp6c odhcp6c: add new option to start 4in6 protos as dynamic interface 2025-11-03 12:06:18 +01:00
thc-ipv6 packages: refresh patches 2024-05-31 11:30:06 +02:00