From 4e741910289e610885cdf4d0c97d384b01b1c6bc Mon Sep 17 00:00:00 2001 From: Marek Isalski Date: Sun, 29 Sep 2019 21:48:16 +0100 Subject: net.ipv6.route.max_size = 262144 The IPv6 DFZ is now approaching 80k routes. Time to bump VyOS's default up, because otherwise it is a nasty surprise that's tricky to debug. --- scripts/rl-system.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/rl-system.init b/scripts/rl-system.init index 62eac9e7..48f90833 100755 --- a/scripts/rl-system.init +++ b/scripts/rl-system.init @@ -136,7 +136,7 @@ set_ipv6_params () echo 1 >/proc/sys/net/ipv6/conf/all/forwarding # Increase route table limit - echo 32768 >/proc/sys/net/ipv6/route/max_size + echo 262144 >/proc/sys/net/ipv6/route/max_size # These values all should be disabled for p in accept_source_route accept_redirects -- cgit v1.2.3