Skip to content
Snippets Groups Projects
Commit 76f59199 authored by Martin Weinelt's avatar Martin Weinelt Committed by Matthias Schiffer
Browse files

gluon-client-bridge: set ra_holdoff interval to 30 seconds (#1597)


Allow odhcp6c to fork the script to handle router
advertisments in 30 seconds intervals. This is the value
that was previously used in Gluon v2018.1 / LEDE 17.01.

The default value is 3 seconds and while it is RFC compliant
it can put alot of pressure on even moderately sized devices.

Signed-off-by: default avatarMartin Weinelt <martin@darmstadt.freifunk.net>
parent 8c058af8
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,7 @@ uci:section('network', 'interface', 'client', {
macaddr = sysconfig.primary_mac,
igmp_snooping = true,
multicast_querier = true,
ra_holdoff = 30,
})
uci:save('network')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment