Skip to content

Commit

Permalink
Merge pull request #7419 from patrasar/routemap_nb
Browse files Browse the repository at this point in the history
Routemap nb
  • Loading branch information
idryzhov authored Mar 30, 2021
2 parents ea631ac + 48cb7ea commit fb63937
Show file tree
Hide file tree
Showing 42 changed files with 8,759 additions and 2,698 deletions.
2 changes: 2 additions & 0 deletions bgpd/bgp_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
#include "bgpd/bgp_nb.h"
#include "bgpd/bgp_evpn_mh.h"
#include "bgpd/bgp_nht.h"
#include "bgpd/bgp_routemap_nb.h"

#ifdef ENABLE_BGP_VNC
#include "bgpd/rfapi/rfapi_backend.h"
Expand Down Expand Up @@ -388,6 +389,7 @@ static const struct frr_yang_module_info *const bgpd_yang_modules[] = {
&frr_route_map_info,
&frr_routing_info,
&frr_vrf_info,
&frr_bgp_route_map_info,
};

FRR_DAEMON_INFO(bgpd, BGP, .vty_port = BGP_VTY_PORT,
Expand Down
Loading

0 comments on commit fb63937

Please sign in to comment.