]> git.proxmox.com Git - mirror_frr.git/commit - redhat/frr.spec.in
bgpd/bmp: BMP implementation
authorDavid Lamparter <equinox@diac24.net>
Wed, 24 Apr 2019 17:33:41 +0000 (19:33 +0200)
committerDavid Lamparter <equinox@diac24.net>
Fri, 30 Aug 2019 17:22:23 +0000 (19:22 +0200)
commited18356f1f2deef5ed564fad6897a84b282ba992
treed4a2a89b27d7ec82852939be386b483e9ca0d747
parent0ba4eeec2208d9290d090ae6a086f74cd24a6865
bgpd/bmp: BMP implementation

This implements BMP.  There's no fine-grained history here, the non-BMP
preparations are already split out from here so all that remains is BMP
proper.

Signed-off-by: David Lamparter <equinox@diac24.net>
13 files changed:
bgpd/bgp_bmp.c
bgpd/bgp_bmp.h
bgpd/subdir.am
configure.ac
debian/frr.install
doc/user/bmp.rst [new file with mode: 0644]
doc/user/index.rst
doc/user/subdir.am
lib/command.c
lib/command.h
python/clidef.py
redhat/frr.spec.in
vtysh/vtysh.c