]> git.proxmox.com Git - mirror_frr.git/blobdiff - bgpd/bgp_table.h
bgpd: add support for rpki revalidation on rpki updates
[mirror_frr.git] / bgpd / bgp_table.h
index 388c2472270572ded9e058ff8c50815f29915611..60c2cbd4a483c3e646595ebc4434b2f16badd6ff 100644 (file)
@@ -24,6 +24,7 @@
 #include "mpls.h"
 #include "table.h"
 #include "queue.h"
+#include "linklist.h"
 
 struct bgp_table {
        /* table belongs to this instance */
@@ -309,4 +310,7 @@ static inline uint64_t bgp_table_version(struct bgp_table *table)
        return table->version;
 }
 
+void bgp_table_range_lookup(const struct bgp_table *table, struct prefix *p,
+                           uint8_t maxlen, struct list *matches);
+
 #endif /* _QUAGGA_BGP_TABLE_H */