]> git.proxmox.com Git - mirror_frr.git/blobdiff - zebra/zebra_rnh.h
zebra: When registering a nexthop, we do not always need to re-eval
[mirror_frr.git] / zebra / zebra_rnh.h
index 9e09a1bc6f1ed54a9bf790b95f6aa942041461db..f4b4b56390a7c526266cd7bae3eef4d7f915afa5 100644 (file)
@@ -68,7 +68,7 @@ static inline int rnh_resolve_via_default(int family)
 }
 
 extern struct rnh *zebra_add_rnh(struct prefix *p, vrf_id_t vrfid,
-                                rnh_type_t type);
+                                rnh_type_t type, bool *exists);
 extern struct rnh *zebra_lookup_rnh(struct prefix *p, vrf_id_t vrfid,
                                    rnh_type_t type);
 extern void zebra_free_rnh(struct rnh *rnh);