summaryrefslogtreecommitdiff
path: root/proto/bgp/bgp.h
diff options
context:
space:
mode:
authorMaria Matejka <mq@ucw.cz>2023-01-24 09:45:40 +0100
committerMaria Matejka <mq@ucw.cz>2023-01-24 09:45:40 +0100
commit02b2a4ecaaf850ce04b0cd2e74c1ff6fede3f181 (patch)
tree70e459c6543dc09059055a103d4f388e9b5b9c18 /proto/bgp/bgp.h
parent3d96a16ae85db4329d2a24b7df9b3c18ae4e1045 (diff)
parent3186ffe79714a48542d5ad61a94c81216b522fd0 (diff)
Merge commit '3186ffe79714a48542d5ad61a94c81216b522fd0' into thread-next
Diffstat (limited to 'proto/bgp/bgp.h')
-rw-r--r--proto/bgp/bgp.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/proto/bgp/bgp.h b/proto/bgp/bgp.h
index 5a680022..6402921a 100644
--- a/proto/bgp/bgp.h
+++ b/proto/bgp/bgp.h
@@ -554,9 +554,7 @@ void bgp_refresh_begin(struct bgp_channel *c);
void bgp_refresh_end(struct bgp_channel *c);
void bgp_store_error(struct bgp_proto *p, struct bgp_conn *c, u8 class, u32 code);
void bgp_stop(struct bgp_proto *p, int subcode, byte *data, uint len);
-
-struct rte_source *bgp_find_source(struct bgp_proto *p, u32 path_id);
-struct rte_source *bgp_get_source(struct bgp_proto *p, u32 path_id);
+const char *bgp_format_role_name(u8 role);
static inline int
rte_resolvable(const rte *rt)