diff options
| author | Quentin Young <qlyoung@users.noreply.github.com> | 2020-07-17 12:39:03 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-17 12:39:03 -0400 |
| commit | d58258e9095761f97bb91cb3b3d1ab8c12447806 (patch) | |
| tree | a0cc0e89646875940ed9e89ceaec7df9b5b2144d /zebra/main.c | |
| parent | 7d4b857955864f6fd8aa40ebf61f9c3a9dc90041 (diff) | |
| parent | 7aa6f9cd47e8574bb4932c88063850e49ca8b665 (diff) | |
Merge pull request #6296 from vishaldhingra/static
staticd: static route NB configuration code
Diffstat (limited to 'zebra/main.c')
| -rw-r--r-- | zebra/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/zebra/main.c b/zebra/main.c index b109c7bcc6..9c5a1ef9b6 100644 --- a/zebra/main.c +++ b/zebra/main.c @@ -35,6 +35,7 @@ #include "vrf.h" #include "libfrr.h" #include "routemap.h" +#include "routing_nb.h" #include "zebra/zebra_router.h" #include "zebra/zebra_errors.h" @@ -258,6 +259,7 @@ static const struct frr_yang_module_info *const zebra_yang_modules[] = { &frr_route_map_info, &frr_zebra_info, &frr_vrf_info, + &frr_routing_info, }; FRR_DAEMON_INFO( |
