diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2020-02-05 17:54:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-05 17:54:21 +0100 |
commit | 792465c09ff7318741cd65a2e3c0aca825eededb (patch) | |
tree | 4b3a491d71dd4171ff1edf9d5c3a2173c80e43c6 /bgpd/bgp_main.c | |
parent | Merge pull request #5758 from sworleys/Doc-No-Pbr-Dyn-Rules (diff) | |
parent | lib: fix route-map YANG module on old gcc versions (diff) | |
download | frr-792465c09ff7318741cd65a2e3c0aca825eededb.tar.xz frr-792465c09ff7318741cd65a2e3c0aca825eededb.zip |
Merge pull request #5104 from opensourcerouting/route-map-nbv2
lib: migrate route map to use northbound
Diffstat (limited to 'bgpd/bgp_main.c')
-rw-r--r-- | bgpd/bgp_main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bgpd/bgp_main.c b/bgpd/bgp_main.c index 898c35e4e..74e561c74 100644 --- a/bgpd/bgp_main.c +++ b/bgpd/bgp_main.c @@ -359,6 +359,8 @@ static void bgp_vrf_terminate(void) } static const struct frr_yang_module_info *const bgpd_yang_modules[] = { + &frr_interface_info, + &frr_route_map_info, }; FRR_DAEMON_INFO(bgpd, BGP, .vty_port = BGP_VTY_PORT, |