diff options
Diffstat (limited to 'zebra/main.c')
-rw-r--r-- | zebra/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/main.c b/zebra/main.c index d7f2a108b..306468fce 100644 --- a/zebra/main.c +++ b/zebra/main.c @@ -61,7 +61,7 @@ int keep_kernel_mode = 0; #ifdef HAVE_NETLINK /* Receive buffer size for netlink socket */ -u_int32_t nl_rcvbufsize = 0; +u_int32_t nl_rcvbufsize = 4194304; #endif /* HAVE_NETLINK */ /* Command line options. */ |