]> git.proxmox.com Git - mirror_frr.git/blobdiff - ospfd/ospf_route.h
Merge pull request #10655 from donaldsharp/timers_warning_when_large
[mirror_frr.git] / ospfd / ospf_route.h
index c2ce0569dbc48d1420941f4d88aa5078c236c3f5..5463e70ffba574897dc981387b4da91ecea5f655 100644 (file)
@@ -128,6 +128,7 @@ struct ospf_route {
        bool changed;
 };
 
+extern const char *ospf_path_type_name(int path_type);
 extern struct ospf_path *ospf_path_new(void);
 extern void ospf_path_free(struct ospf_path *);
 extern struct ospf_path *ospf_path_lookup(struct list *, struct ospf_path *);