]> git.proxmox.com Git - mirror_frr.git/blobdiff - zebra/zebra_rnh.h
isisd: implement the 'lsp-too-large' notification
[mirror_frr.git] / zebra / zebra_rnh.h
index f4b4b56390a7c526266cd7bae3eef4d7f915afa5..33302f0ee27dc5d083fc4123761edbbf63bbdab9 100644 (file)
@@ -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);