diff options
author | Mikael Magnusson <mikma@users.sourceforge.net> | 2023-11-25 23:44:31 +0100 |
---|---|---|
committer | Mikael Magnusson <mikma@users.sourceforge.net> | 2023-11-25 23:44:31 +0100 |
commit | 1f37906b6ee33a8c7d0ff1b7ada5eb0dcb005072 (patch) | |
tree | 1fa785bfb77db3f1dc94fce8425ecb88649b7972 /proto/bgp/bgp.h | |
parent | 9a54c5affeb836b64a1952d0ef75fd88301ae899 (diff) | |
parent | 57aa077227d1f2440dc1b2bb6cbbebd418a6b898 (diff) |
Merge commit '57aa0772' into wireguard-next-tmp7-1
Diffstat (limited to 'proto/bgp/bgp.h')
-rw-r--r-- | proto/bgp/bgp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/bgp/bgp.h b/proto/bgp/bgp.h index d8baf416..3de9aed5 100644 --- a/proto/bgp/bgp.h +++ b/proto/bgp/bgp.h @@ -611,6 +611,7 @@ bgp_unset_attr(ea_list **to, struct linpool *pool, uint code) int bgp_encode_mp_reach_mrt(struct bgp_write_state *s, eattr *a, byte *buf, uint size); +const char * bgp_attr_name(uint code); int bgp_encode_attrs(struct bgp_write_state *s, ea_list *attrs, byte *buf, byte *end); ea_list * bgp_decode_attrs(struct bgp_parse_state *s, byte *data, uint len); void bgp_finish_attrs(struct bgp_parse_state *s, rta *a); |