summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Isalski <github.com@maz.nu>2019-09-29 21:48:16 +0100
committerDaniil Baturin <daniil@vyos.io>2020-06-19 01:35:39 +0300
commitd1c7e9c16cd8253d31ed3ef8e027bc00b41e944e (patch)
treeb733b361700fd7ed27465cc1290871831b41017f
parent2883fd1fab83942ff5b0ee6f07262fed6b1a86fe (diff)
downloadvyatta-cfg-system-d1c7e9c16cd8253d31ed3ef8e027bc00b41e944e.tar.gz
vyatta-cfg-system-d1c7e9c16cd8253d31ed3ef8e027bc00b41e944e.zip
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.
-rwxr-xr-xscripts/rl-system.init2
1 files changed, 1 insertions, 1 deletions
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