diff options
Diffstat (limited to 'isisd/isis_zebra.c')
| -rw-r--r-- | isisd/isis_zebra.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/isisd/isis_zebra.c b/isisd/isis_zebra.c index ed96bd31c2..99eb698b75 100644 --- a/isisd/isis_zebra.c +++ b/isisd/isis_zebra.c @@ -35,6 +35,7 @@ #include "linklist.h" #include "nexthop.h" #include "vrf.h" +#include "libfrr.h" #include "isisd/dict.h" #include "isisd/isis_constants.h" @@ -427,4 +428,5 @@ void isis_zebra_stop(void) { zclient_stop(zclient); zclient_free(zclient); + frr_fini(); } |
