summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2011-02-22 10:27:14 -0800
committerStephen Hemminger <stephen.hemminger@vyatta.com>2011-02-22 10:27:14 -0800
commite42ffb4077c29c28f9e4b4d9cb62e863d7f24027 (patch)
treeb1e82021b0e9efada22c0456828abb1ffc23348a
parent0fed45267a4af54fdc944d45d292798a07fb724e (diff)
downloadvyatta-cfg-quagga-e42ffb4077c29c28f9e4b4d9cb62e863d7f24027.tar.gz
vyatta-cfg-quagga-e42ffb4077c29c28f9e4b4d9cb62e863d7f24027.zip
Increase upper limit of IPV6 route table
Bug 6681 Default configuration for IPV6 max routes is too small
-rw-r--r--sysconf/vyatta-sysctl.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysconf/vyatta-sysctl.conf b/sysconf/vyatta-sysctl.conf
index 671afac1..9927e8f0 100644
--- a/sysconf/vyatta-sysctl.conf
+++ b/sysconf/vyatta-sysctl.conf
@@ -63,3 +63,5 @@ net.ipv4.conf.default.accept_source_route=0
# Enable send_redirects by default
net.ipv4.conf.all.send_redirects=1
+# Increase upper limit of IPV6 route table
+net.ipv6.route.max_size=32768