diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-04-22 17:03:52 -0400 | 
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-04-22 22:50:24 -0400 | 
| commit | 453844abd7bce28479d10490de513ca59cd0d490 (patch) | |
| tree | 7396f2ff275f5e8186975d819b3cc75a4b3b34bc /zebra/zebra_ptm.h | |
| parent | bf094f69758888e3bd555a24e91f3768bffbf31a (diff) | |
zebra: use hooks for client lifecycle callbacks
zserv.c was using hardcoded callbacks to clean up various components
when a client disconnected. Ergo zserv.c had to know about all these
unrelated components that it should not care about. We have hooks now,
let's use the proper thing instead.
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'zebra/zebra_ptm.h')
| -rw-r--r-- | zebra/zebra_ptm.h | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/zebra/zebra_ptm.h b/zebra/zebra_ptm.h index fa95e9ea79..0e55574a02 100644 --- a/zebra/zebra_ptm.h +++ b/zebra/zebra_ptm.h @@ -75,5 +75,4 @@ void zebra_ptm_if_init(struct zebra_if *zebra_ifp);  void zebra_ptm_if_set_ptm_state(struct interface *ifp,  				struct zebra_if *zebra_ifp);  void zebra_ptm_if_write(struct vty *vty, struct zebra_if *zebra_ifp); -void zebra_ptm_bfd_client_deregister(int proto);  #endif  | 
