diff options
| author | Yasuhiro Ohara <yasu@nttv6.jp> | 2019-02-15 18:12:10 +0900 | 
|---|---|---|
| committer | David Lamparter <equinox@diac24.net> | 2019-08-30 19:00:45 +0200 | 
| commit | 6c29258c9647cceee2782bb9409c1030c5531212 (patch) | |
| tree | 0c845dbfba8f6fac3aaff53823791da86ce23afd /bgpd/subdir.am | |
| parent | 6566d669a58eabfda5b287ce5622e5d105df2bd8 (diff) | |
bgpd/bmp: Initial BMP implementation.
This is the initial BMP skeleton from Yasuhiro Ohara.
(License/Signoff note: code published on github as GPLv2+.)
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'bgpd/subdir.am')
| -rw-r--r-- | bgpd/subdir.am | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/bgpd/subdir.am b/bgpd/subdir.am index d281fe4e59..88cf579478 100644 --- a/bgpd/subdir.am +++ b/bgpd/subdir.am @@ -57,6 +57,7 @@ bgpd_libbgp_a_SOURCES = \  	bgpd/bgp_damp.c \  	bgpd/bgp_debug.c \  	bgpd/bgp_dump.c \ +	bgpd/bgp_bmp.c \  	bgpd/bgp_ecommunity.c \  	bgpd/bgp_encap_tlv.c \  	bgpd/bgp_errors.c \ @@ -129,6 +130,7 @@ noinst_HEADERS += \  	bgpd/bgp_damp.h \  	bgpd/bgp_debug.h \  	bgpd/bgp_dump.h \ +	bgpd/bgp_bmp.h \  	bgpd/bgp_ecommunity.h \  	bgpd/bgp_encap_tlv.h \  	bgpd/bgp_encap_types.h \  | 
