]> git.99rst.org Git - openwrt-packages.git/commit
olsrd: fix respawn_threshold lookup in the IPv6 init script
authorJosef Schlehofer <redacted>
Thu, 6 Aug 2026 10:39:34 +0000 (12:39 +0200)
committerNick Hainke <redacted>
Thu, 13 Aug 2026 21:21:19 +0000 (23:21 +0200)
commit9af67f00387e20b5c32f9f78f2b8486dfff0dbc3
tree8421c9c90a365b549f15a327e5fbaea34bcb0919
parent1d86a8fffc63e28b8f1ccd565dce933b5ff21e86
olsrd: fix respawn_threshold lookup in the IPv6 init script

The UCI option is spelled respawn_threshold, as documented in
files/olsrd6.config and as read by files/olsrd4.init, but the IPv6
init script looks up _respawn_threshold. The lookup never matches,
so a user-configured value is silently ignored and the built-in
default of 3600 is always used.

Reported-by: openwrt-ai[bot]
Signed-off-by: Josef Schlehofer <redacted>
Co-authored-by: Claude Fable 5 <redacted>
net/olsrd/files/olsrd6.init
git clone https://git.99rst.org/PROJECT