]> git.ipfire.org Git - thirdparty/bird.git/commit
BMP protocol support
authorPawel Maslanka <pmaslank@akamai.com>
Mon, 29 Mar 2021 20:45:21 +0000 (22:45 +0200)
committerOndrej Zajicek <santiago@crfreenet.org>
Sun, 16 Apr 2023 18:05:15 +0000 (20:05 +0200)
commita848dad40aa618e5e24417e4ef46b62c860de679
treef14426246ec7f6ef89b0c12460f4979f6b2a047e
parent9e44ace3928a19560058dc713fcbff3a8bad3b3c
BMP protocol support

Initial implementation of a basic subset of the BMP (BGP Monitoring
Protocol, RFC 7854) from Akamai team. Submitted for further review
and improvement.
20 files changed:
configure.ac
nest/protocol.h
nest/rt-table.c
proto/Doc
proto/bgp/attrs.c
proto/bgp/bgp.c
proto/bgp/bgp.h
proto/bgp/packets.c
proto/bmp/Doc [new file with mode: 0644]
proto/bmp/LICENSE [new file with mode: 0644]
proto/bmp/Makefile [new file with mode: 0644]
proto/bmp/README.txt [new file with mode: 0644]
proto/bmp/bmp.c [new file with mode: 0644]
proto/bmp/bmp.h [new file with mode: 0644]
proto/bmp/buffer.c [new file with mode: 0644]
proto/bmp/buffer.h [new file with mode: 0644]
proto/bmp/config.Y [new file with mode: 0644]
proto/bmp/map.c [new file with mode: 0644]
proto/bmp/map.h [new file with mode: 0644]
proto/bmp/utils.h [new file with mode: 0644]