From e42ffb4077c29c28f9e4b4d9cb62e863d7f24027 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Tue, 22 Feb 2011 10:27:14 -0800 Subject: Increase upper limit of IPV6 route table Bug 6681 Default configuration for IPV6 max routes is too small --- sysconf/vyatta-sysctl.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sysconf') 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 -- cgit v1.2.3