diff options
author | David Lamparter <equinox@diac24.net> | 2019-04-24 19:33:41 +0200 |
---|---|---|
committer | David Lamparter <equinox@diac24.net> | 2019-08-30 19:22:23 +0200 |
commit | ed18356f1f2deef5ed564fad6897a84b282ba992 (patch) | |
tree | d4a2a89b27d7ec82852939be386b483e9ca0d747 /debian | |
parent | bgpd/bmp: convert BMP code into module (diff) | |
download | frr-ed18356f1f2deef5ed564fad6897a84b282ba992.tar.xz frr-ed18356f1f2deef5ed564fad6897a84b282ba992.zip |
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>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/frr.install | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/frr.install b/debian/frr.install index fe34b23d0..09bddf0fc 100644 --- a/debian/frr.install +++ b/debian/frr.install @@ -10,6 +10,7 @@ usr/lib/frr/watchfrr usr/lib/frr/zebra usr/lib/*/frr/modules/zebra_irdp.so usr/lib/*/frr/modules/zebra_fpm.so +usr/lib/*/frr/modules/bgpd_bmp.so usr/share/doc/frr/examples usr/share/man/ usr/share/yang/ |