mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-11-03 01:03:20 +00:00
zebra: remove netlink buffer size log message
... really not much point in printing this. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
This commit is contained in:
parent
908e4c85b8
commit
17a4c65576
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user