summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMichael Larson <slioch@eng-140.vyatta.com>2008-02-06 16:20:49 -0800
committerMichael Larson <slioch@eng-140.vyatta.com>2008-02-06 16:20:49 -0800
commitf0a8d0c3bbcd410b65648fd6971d8d03fdf91d0c (patch)
treef70d599e87178ae29fe18c61615b6fe92ce1cc14 /scripts
parent2ebfcaf09728070b305f41d67a30de45d34413d7 (diff)
downloadvyatta-cfg-quagga-f0a8d0c3bbcd410b65648fd6971d8d03fdf91d0c.tar.gz
vyatta-cfg-quagga-f0a8d0c3bbcd410b65648fd6971d8d03fdf91d0c.zip
bump up rmem_max limit to 223232 (in conjunction with fix for zebra)
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/rl-system.init3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/rl-system.init b/scripts/rl-system.init
index cbdadd0f..61730d31 100755
--- a/scripts/rl-system.init
+++ b/scripts/rl-system.init
@@ -92,6 +92,9 @@ proc_flags ()
# if a primary address is removed from an interface promote and
# secondary available
echo 1 > /proc/sys/net/ipv4/conf/all/promote_secondaries
+
+ # set maximum rmem_max to accomodate netlink buffers
+ echo 223232 > /proc/sys/net/core/rmem_max
}
## Update the version information