diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2020-09-30 10:42:50 -0400 | 
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2020-10-02 12:15:03 -0400 | 
| commit | 5c30573e2a89af84f110fd3abba7bd6695d43f84 (patch) | |
| tree | 03487ec4839cad0515167bac5bb8930b214ee86b /zebra/zebra_rnh.h | |
| parent | 3a1d1d6076897b2bb7afae96b4191c14888447f8 (diff) | |
zebra: cleanup zebra_rnh.c debugs
a) Use appropriate %p modifiers for output
2) Display vrf name in addition to vrf id
c) Remove now unused function
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
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 ba12b1738f..c71a2b9cce 100644 --- a/zebra/zebra_rnh.h +++ b/zebra/zebra_rnh.h @@ -61,7 +61,6 @@ extern void zebra_evaluate_rnh(struct zebra_vrf *zvrf, afi_t afi, int force,  			       enum rnh_type type, struct prefix *p);  extern void zebra_print_rnh_table(vrf_id_t vrfid, afi_t afi, struct vty *vty,  				  enum rnh_type type, struct prefix *p); -extern char *rnh_str(struct rnh *rnh, char *buf, int size);  extern int rnh_resolve_via_default(struct zebra_vrf *zvrf, int family);  | 
