diff options
| author | vdhingra <vdhingra@vmware.com> | 2020-07-01 22:36:51 -0700 |
|---|---|---|
| committer | vdhingra <vdhingra@vmware.com> | 2020-07-16 08:40:42 -0700 |
| commit | 755100ac8983324e02cca9e1ab50bca1ab2da4da (patch) | |
| tree | 82f051868e1d186b7164788774ffe57858c34c5a /zebra/main.c | |
| parent | 88fa5104a04af60b7d1107f02ee84fb9c0a15abe (diff) | |
zebra: Moving afi-safi identity to lib
afi-safi identity handling should be in the common place.
Signed-off-by: VishalDhingra <vdhingra@vmware.com>
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 748e43b8d9..9de24c5e41 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( |
