]> git.ipfire.org Git - thirdparty/bird.git/commit
BMP: Silence some log messages
authorOndrej Zajicek <santiago@crfreenet.org>
Thu, 20 Apr 2023 15:14:45 +0000 (17:14 +0200)
committerOndrej Zajicek <santiago@crfreenet.org>
Thu, 20 Apr 2023 15:14:45 +0000 (17:14 +0200)
commit976dec048a25fc22efb07fa73be1316c95046420
tree40905c5c3e38177d89e5d80b868f0d432c34f41c
parent2c7d2141ac86b0d482d3221447d1ad920c557108
BMP: Silence some log messages

Hooks called from BGP to BMP should not log warning when BMP is not
connected, that is not an error (and we do not want to flood logs with
a ton of messages).

Blocked sk_send() should not log warning, that is expected situation.
Error during sk_send() is handled in error hook anyway.
proto/bmp/bmp.c