Merge "bgpwtf: bump net.ipv6.route_max_size on routers"

This commit is contained in:
q3k 2020-11-18 10:57:34 +00:00 committed by Gerrit Code Review
commit 2f9e3cc7ef

View file

@ -35,6 +35,7 @@ rec {
boot.kernel.sysctl."net.ipv6.conf.*.accept_ra" = 0;
boot.kernel.sysctl."net.ipv6.conf.*.autoconf" = 0;
boot.kernel.sysctl."net.ipv6.conf.*.router_solicitations" = 0;
boot.kernel.sysctl."net.ipv6.route.max_size" = 2147483647;
# Use Chrony instead of systemd-timesyncd
time.timeZone = "Europe/Warsaw";