]> git.proxmox.com Git - mirror_frr.git/blobdiff - bgpd/bgp_flowspec_util.h
Merge pull request #5717 from pguibert6WIND/flowspec_issue_redistribute
[mirror_frr.git] / bgpd / bgp_flowspec_util.h
index 9bf05847d3aeb879d5cbb140f0c74329cd42cd93..2ce911da4e8d1b6b260ba611023164a9d529b3b0 100644 (file)
@@ -54,4 +54,8 @@ extern bool bgp_flowspec_contains_prefix(struct prefix *pfs,
                                         struct prefix *input,
                                         int prefix_check);
 
+extern int bgp_flowspec_get_first_nh(struct bgp *bgp,
+                                    struct bgp_path_info *pi,
+                                    struct prefix *nh);
+
 #endif /* _FRR_BGP_FLOWSPEC_UTIL_H */