]> git.proxmox.com Git - mirror_frr.git/blobdiff - zebra/zebra_nhg.h
zebra: Re-work zebra_nhg_*_valid APIs
[mirror_frr.git] / zebra / zebra_nhg.h
index 82f54a3a63f3674a261b810fb277083f36f9abce..e636c0f2d2ea4ace34098f2974ee87db4cdeb979 100644 (file)
@@ -249,7 +249,7 @@ void zebra_nhg_free(void *arg);
 void zebra_nhg_decrement_ref(struct nhg_hash_entry *nhe);
 void zebra_nhg_increment_ref(struct nhg_hash_entry *nhe);
 
-void zebra_nhg_set_invalid(struct nhg_hash_entry *nhe);
+void zebra_nhg_check_valid(struct nhg_hash_entry *nhe);
 void zebra_nhg_set_if(struct nhg_hash_entry *nhe, struct interface *ifp);
 
 extern int nexthop_active_update(struct route_node *rn, struct route_entry *re);