]> git.puffer.fish Git - mirror/frr.git/commitdiff
cumulus: Increase netlink socket buffer size
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 19 May 2016 17:31:51 +0000 (13:31 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 19 May 2016 19:10:41 +0000 (15:10 -0400)
Ticket: CM-10950
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Reviewed-by: Vivek Venkatraman <vivek@cumulusnetworks.com>
cumulus/etc/quagga/debian.conf

index ed2fdd985aa2b9a8f12ee45510426067530d6d67..0b7819e1edce7c1c7fc913857b0acee2a1f49678 100644 (file)
@@ -4,7 +4,7 @@
 # Check /etc/pam.d/quagga if you intend to use "vtysh"!
 #
 vtysh_enable=yes
-zebra_options="  -s 16777216 --daemon -A 127.0.0.1"
+zebra_options="  -s 90000000 --daemon -A 127.0.0.1"
 bgpd_options="   --daemon -A 127.0.0.1"
 ospfd_options="  --daemon -A 127.0.0.1"
 ospf6d_options=" --daemon -A ::1"