openwrt/package
Florian Eckert 32c46b569f
Some checks are pending
Build all core packages / Build all core packages for selected target (push) Waiting to run
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
..
base-files base-files: generate a global DHCP DUID 2025-10-19 19:46:22 +02:00
boot mediatek: Add support for Acer Predator Connect W6x Ubootmod 2025-10-31 09:40:07 +00:00
devel valgrind: Update to version 3.26.0 2025-10-25 22:32:15 +02:00
firmware linux-firmware: update to 20251021 2025-10-23 22:03:31 +02:00
kernel kernel: package kmod-drm-shmem-helper and kmod-drm-sched 2025-11-02 12:53:29 +00:00
libs Revert "elfutils: add compatibility with new fortify-headers" 2025-10-28 21:59:46 +01:00
network odhcp6c: add new option to start 4in6 protos as dynamic interface 2025-11-03 12:06:18 +01:00
system ubus: update to Git HEAD (2025-10-17) 2025-10-17 13:28:52 +02:00
utils provision: drop usage of AUTORELEASE 2025-10-29 21:09:55 +01:00
Makefile package: do not sign individual APK packages 2025-10-09 12:52:43 +02:00