summaryrefslogtreecommitdiff
path: root/zebra/kernel_netlink.c
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2022-01-16 22:26:45 +0100
committerDavid Lamparter <equinox@opensourcerouting.org>2022-01-17 09:46:19 +0100
commit17a4c655760cdaf6b3a6420956bcd9351da4ee70 (patch)
tree572b5583d62c836ab725cde8590698ff52a6e66c /zebra/kernel_netlink.c
parent908e4c85b87b3fcb88258db475a89b62293637b9 (diff)
zebra: remove netlink buffer size log message
... really not much point in printing this. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'zebra/kernel_netlink.c')
-rw-r--r--zebra/kernel_netlink.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/zebra/kernel_netlink.c b/zebra/kernel_netlink.c
index 86e8f65b5f..d614aa26d0 100644
--- a/zebra/kernel_netlink.c
+++ b/zebra/kernel_netlink.c
@@ -271,9 +271,6 @@ static int netlink_recvbuf(struct nlsock *nl, uint32_t newsize)
safe_strerror(errno));
return -1;
}
-
- zlog_info("Setting netlink socket receive buffer size: %u -> %u",
- oldsize, newsize);
return 0;
}