mirror of https://github.com/dirtbags/moth.git
increase ipv6 neighbor threshholds
This commit is contained in:
parent
e336eb559d
commit
9e6f61c824
|
@ -2,6 +2,9 @@
|
|||
|
||||
exec 2>&1
|
||||
|
||||
echo 8192 > /proc/sys/net/ipv6/neigh/default/gc_thresh3
|
||||
echo 4096 > /proc/sys/net/ipv6/neigh/default/gc_thresh2
|
||||
|
||||
PFX=fd84:b410:3441
|
||||
|
||||
log () {
|
||||
|
|
Loading…
Reference in New Issue