Skip to content
Snippets Groups Projects
Commit a304814c authored by Christof Schulze's avatar Christof Schulze Committed by Andreas Ziegler
Browse files

gluon-l3roamd: set gc_thresh for ipv4 and ipv6 to obtain DELNEIGH messages

parent d17cef06
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,8 @@ start_service () {
for dev in $(gluon-list-mesh-interfaces); do echo " -m $dev"; done
[ "$(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_set_param stdout 1
......
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