vyatta - netlink-listen recvmsg overrun: No buffer space available
Saturday, September 20th, 2008edit /etc/rc.local
echo 2048576 > /proc/sys/net/core/rmem_max
=============
Then edit “/etc/init.d/vyatta-quagga” and change the following line:
declare -a zebra_args=( ${common_args[@]} -l -s 223232 -i $pid_dir/zebra.pid )
to
declare -a zebra_args=( ${common_args[@]} -l -s 2048576 -i $pid_dir/zebra.pid )