diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-04-22 22:10:54 -0400 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-04-22 22:50:25 -0400 |
| commit | d8647095529884ad1d15e4966eb9cd69f5edb66c (patch) | |
| tree | 70e4f813a0e2f47ad9c05ed950e573372e19cdd2 /zebra/zebra_mpls.c | |
| parent | 453844abd7bce28479d10490de513ca59cd0d490 (diff) | |
zebra: cleanup for zapi_msg.c split
* Rename client_connect and client_close hooks to zapi_client_connect
and zapi_client_close
* Remove some more unnecessary headers
* Fix a copy-paste error in zapi_msg.[ch] header comments
* Fix an inclusion comment in zserv.c
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'zebra/zebra_mpls.c')
| -rw-r--r-- | zebra/zebra_mpls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/zebra_mpls.c b/zebra/zebra_mpls.c index 115602f41f..3ad640653f 100644 --- a/zebra/zebra_mpls.c +++ b/zebra/zebra_mpls.c @@ -2916,5 +2916,5 @@ void zebra_mpls_init(void) if (!mpls_processq_init(&zebrad)) mpls_enabled = 1; - hook_register(client_close, zebra_mpls_cleanup_fecs_for_client); + hook_register(zapi_client_close, zebra_mpls_cleanup_fecs_for_client); } |
