diff options
| author | Rafael Zalamena <rzalamena@opensourcerouting.org> | 2019-10-01 17:56:41 -0300 | 
|---|---|---|
| committer | Rafael Zalamena <rzalamena@opensourcerouting.org> | 2020-02-04 14:05:43 -0300 | 
| commit | 91835f1fd2a8dd05a5ba03c8961b699aaabed7e7 (patch) | |
| tree | 0376ffa58520d713366791eda736544a8736f157 /eigrpd/eigrp_main.c | |
| parent | e324ef433ca611ddf8274015c0b36c8de1fb3075 (diff) | |
*: fix route map integration
Add the appropriated code to bootstrap route map northbound for all
daemons.
Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
Diffstat (limited to 'eigrpd/eigrp_main.c')
| -rw-r--r-- | eigrpd/eigrp_main.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/eigrpd/eigrp_main.c b/eigrpd/eigrp_main.c index 0746b04edb..922c0fe3e7 100644 --- a/eigrpd/eigrp_main.c +++ b/eigrpd/eigrp_main.c @@ -140,6 +140,7 @@ struct quagga_signal_t eigrp_signals[] = {  static const struct frr_yang_module_info *const eigrpd_yang_modules[] = {  	&frr_eigrpd_info,  	&frr_interface_info, +	&frr_route_map_info,  };  FRR_DAEMON_INFO(eigrpd, EIGRP, .vty_port = EIGRP_VTY_PORT,  | 
