diff options
| author | vishaldhingra <vdhingra@vmware.com> | 2018-10-11 10:46:55 -0700 |
|---|---|---|
| committer | vishaldhingra <vdhingra@vmware.com> | 2018-10-11 10:46:55 -0700 |
| commit | 6d53d7b1af1f45da8ab8c10add5efee81008ff25 (patch) | |
| tree | b37ff14de6a1da4e252bbb93f4f2b74b8fcc4115 /zebra/zebra_rnh.h | |
| parent | ac6eebce505fa54e27dd5d70ad56f5d96d99bd9d (diff) | |
zebra: vrf aware routmap is missing in Zebra #2802(Part 2 of 4)
Function parameter replacement of using zvrf instead of vrf_id
Signed-off-by: vishaldhingra vdhingra@vmware.com
Diffstat (limited to 'zebra/zebra_rnh.h')
| -rw-r--r-- | zebra/zebra_rnh.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/zebra_rnh.h b/zebra/zebra_rnh.h index f4b4b56390..33302f0ee2 100644 --- a/zebra/zebra_rnh.h +++ b/zebra/zebra_rnh.h @@ -79,7 +79,7 @@ extern void zebra_register_rnh_pseudowire(vrf_id_t, struct zebra_pw *); extern void zebra_deregister_rnh_pseudowire(vrf_id_t, struct zebra_pw *); 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, +extern void zebra_evaluate_rnh(struct zebra_vrf *zvrf, int family, int force, rnh_type_t type, struct prefix *p); extern void zebra_print_rnh_table(vrf_id_t vrfid, int family, struct vty *vty, rnh_type_t); |
