diff options
| author | Chirag Shah <chirag@cumulusnetworks.com> | 2020-03-11 13:14:08 -0700 |
|---|---|---|
| committer | Santosh P K <sapk@vmware.com> | 2020-04-16 08:00:15 -0700 |
| commit | 6fd8972aef60be1b329831ecf8b0394a59bf2159 (patch) | |
| tree | a6f0c85ac321fcfcae6211bba2cf98ab6c74e7f1 /eigrpd/eigrp_main.c | |
| parent | bc867a5d301dc3c479ff45a11bacc326a9369967 (diff) | |
*: include vrf northbound module in init
Signed-off-by: Chirag Shah <chirag@cumulusnetworks.com>
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 add758fa21..cdf1c6acdb 100644 --- a/eigrpd/eigrp_main.c +++ b/eigrpd/eigrp_main.c @@ -141,6 +141,7 @@ static const struct frr_yang_module_info *const eigrpd_yang_modules[] = { &frr_eigrpd_info, &frr_interface_info, &frr_route_map_info, + &frr_vrf_info, }; FRR_DAEMON_INFO(eigrpd, EIGRP, .vty_port = EIGRP_VTY_PORT, |
