0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-19 20:05:21 +00:00
bird/proto/bmp
Ondrej Zajicek 57da33172c 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.
2024-05-30 12:30:00 +02:00
..
bmp.c BMP: Silence some log messages 2024-05-30 12:30:00 +02:00
bmp.h BMP: Fix connection management 2024-05-30 12:30:00 +02:00
buffer.c BMP protocol support 2024-05-30 12:30:00 +02:00
buffer.h BMP: Remove superfluous error handling 2024-05-30 12:30:00 +02:00
config.Y BMP: Minor cleanups 2024-05-30 12:30:00 +02:00
Doc BMP protocol support 2024-05-30 12:30:00 +02:00
LICENSE BMP protocol support 2024-05-30 12:30:00 +02:00
Makefile BMP protocol support 2024-05-30 12:30:00 +02:00
map.c BMP: Do not use global instance ptr internally 2024-05-30 12:30:00 +02:00
map.h BMP: Do not use global instance ptr internally 2024-05-30 12:30:00 +02:00
README.txt BMP protocol support 2024-05-30 12:30:00 +02:00

ABOUT
This package |proto/bmp/*| provide implementation of BGP Monitoring Protocol (BMP).
It has been started by Akamai Technologies, Inc. as a pilot program for support BMP in BIRD.
It provides only basic features of BMP specification which are needed by Akamai evaluation of 
feasible BMP protocol.
Content of this package has been provided as a patch for BIRD release v2.0.7.