rexxar: bump size of ND tables
This commit is contained in:
parent
e9a6c6b068
commit
fa594b3c10
1 changed files with 7 additions and 0 deletions
|
@ -324,6 +324,13 @@
|
|||
"net.ipv4.conf.vl-linx.arp_ignore" = 1;
|
||||
"net.ipv4.neigh.vl-linx.base_reachable_time_ms" = 14400000;
|
||||
"net.ipv6.neigh.vl-linx.base_reachable_time_ms" = 14400000;
|
||||
|
||||
"net.ipv4.neigh.default.gc_thresh1" = 2048;
|
||||
"net.ipv6.neigh.default.gc_thresh1" = 2048;
|
||||
"net.ipv4.neigh.default.gc_thresh2" = 4096;
|
||||
"net.ipv6.neigh.default.gc_thresh2" = 4096;
|
||||
"net.ipv4.neigh.default.gc_thresh3" = 8192;
|
||||
"net.ipv6.neigh.default.gc_thresh3" = 8192;
|
||||
};
|
||||
|
||||
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||
|
|
Loading…
Reference in a new issue