gluon-l3roamd: set gc_thresh for ipv4 and ipv6 to obtain DELNEIGH messages
This commit is contained in:
parent
d17cef06a2
commit
a304814c80
@ -10,6 +10,8 @@ start_service () {
|
|||||||
for dev in $(gluon-list-mesh-interfaces); do echo " -m $dev"; done
|
for dev in $(gluon-list-mesh-interfaces); do echo " -m $dev"; done
|
||||||
[ "$(ifstatus local_node | jsonfilter -e '@.up')" = 'true' ] && echo ' -i local-node'
|
[ "$(ifstatus local_node | jsonfilter -e '@.up')" = 'true' ] && echo ' -i local-node'
|
||||||
)
|
)
|
||||||
|
/sbin/sysctl -w net.ipv6.neigh.default.gc_thresh1=2
|
||||||
|
/sbin/sysctl -w net.ipv4.neigh.default.gc_thresh1=2
|
||||||
|
|
||||||
procd_open_instance
|
procd_open_instance
|
||||||
procd_set_param stdout 1
|
procd_set_param stdout 1
|
||||||
|
Loading…
Reference in New Issue
Block a user