]> git.proxmox.com Git - mirror_frr.git/blobdiff - lib/nexthop.h
lib: Abstract usage of '%pNHs' so that nexthop groups can use it too
[mirror_frr.git] / lib / nexthop.h
index 320b46315e1c653ad4fb4fe977d3504338fc98ae..c13f1b137686be0c8f0b3c118a84d93c9b429a38 100644 (file)
@@ -260,6 +260,7 @@ int nexthop_str2backups(const char *str, int *num_backups,
 #pragma FRR printfrr_ext "%pNH"  (struct nexthop *)
 #endif
 
+ssize_t printfrr_nhs(struct fbuf *buf, const struct nexthop *nh);
 #ifdef __cplusplus
 }
 #endif