diff options
author | vivek <vivek@cumulusnetworks.com> | 2016-02-26 20:51:34 +0100 |
---|---|---|
committer | vivek <vivek@cumulusnetworks.com> | 2016-02-26 20:51:34 +0100 |
commit | 67cc8c5e5f3ad79f9fee6417071f4aea77726156 (patch) | |
tree | 12baec95731c2fb4d60d1bb52aec8576098d4836 /zebra/zebra_rnh.h | |
parent | Zebra: Fix static NHT to work properly in a VRF (diff) | |
download | frr-67cc8c5e5f3ad79f9fee6417071f4aea77726156.tar.xz frr-67cc8c5e5f3ad79f9fee6417071f4aea77726156.zip |
Zebra: Fix static NHT to work properly in a VRF
Cleanup code and improve debugs as part of fixing NHT for static routes
in a VRF.
Signed-off-by: Vivek Venkatraman <vivek@cumulusnetworks.com>
Reviewed-by: Donald Sharp <sharpd@cumulusnetworks.com>
Reviewed-by: Don Slice <dslice@cumulusnetworks.com>
Ticket: CM-9457
Reviewed By: CCR-4185
Testing Done: Manual verification
Diffstat (limited to 'zebra/zebra_rnh.h')
-rw-r--r-- | zebra/zebra_rnh.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/zebra/zebra_rnh.h b/zebra/zebra_rnh.h index 0732a4f92..3a57ef1bc 100644 --- a/zebra/zebra_rnh.h +++ b/zebra/zebra_rnh.h @@ -70,7 +70,6 @@ extern void zebra_remove_rnh_client(struct rnh *rnh, struct zserv *client, rnh_type_t type); extern void zebra_evaluate_rnh(vrf_id_t vrfid, int family, int force, rnh_type_t type, struct prefix *p); -extern int zebra_dispatch_rnh_table(vrf_id_t vrfid, int family, struct zserv *cl, rnh_type_t); extern void zebra_print_rnh_table(vrf_id_t vrfid, int family, struct vty *vty, rnh_type_t); extern char *rnh_str(struct rnh *rnh, char *buf, int size); extern int zebra_cleanup_rnh_client(vrf_id_t vrf, int family, struct zserv *client, |