diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-06-30 10:31:09 -0400 | 
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-06-30 10:31:09 -0400 | 
| commit | 8d429559dfb5e00c3ff79ff4811f2d8f707838e4 (patch) | |
| tree | f3c874fb9577ae848c82dee5d0d3d082b2fa4cd8 /isisd/isis_zebra.h | |
| parent | edaf6c016f00547970133b026a63ffab620a7ad2 (diff) | |
isisd: Fix zclient cleanup on shutdown
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'isisd/isis_zebra.h')
| -rw-r--r-- | isisd/isis_zebra.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/isisd/isis_zebra.h b/isisd/isis_zebra.h index 621c32c363..82d5a48d3e 100644 --- a/isisd/isis_zebra.h +++ b/isisd/isis_zebra.h @@ -25,6 +25,8 @@  extern struct zclient *zclient;  void isis_zebra_init(struct thread_master *); +void isis_zebra_stop(void); +  void isis_zebra_route_update (struct prefix *prefix,  			      struct isis_route_info *route_info);  int isis_distribute_list_update (int routetype);  | 
