rexxar: bump size of ND tables

This commit is contained in:
Luke Granger-Brown 2024-05-18 15:44:43 +01:00
parent e9a6c6b068
commit fa594b3c10

View file

@ -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" ];