diff options
author | Martin Mares <mj@ucw.cz> | 2000-04-01 10:21:11 +0000 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-04-01 10:21:11 +0000 |
commit | 10be74da202b20a7d502724ef8e7a9787b7eba0a (patch) | |
tree | ff4662c562f85769c4ff2d21e37c800df3afa45c /proto/bgp/bgp.h | |
parent | dad177d7e045ed07181da02ccd619f8f943a5c80 (diff) |
Formatting of dynamic attributes (except for paths and communities which
will be added soon).
Diffstat (limited to 'proto/bgp/bgp.h')
-rw-r--r-- | proto/bgp/bgp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/proto/bgp/bgp.h b/proto/bgp/bgp.h index eadf2b04..8aaac88c 100644 --- a/proto/bgp/bgp.h +++ b/proto/bgp/bgp.h @@ -10,6 +10,7 @@ #define _BIRD_BGP_H_ struct linpool; +struct eattr; struct bgp_config { struct proto_config c; @@ -67,6 +68,7 @@ void bgp_close_conn(struct bgp_conn *c); /* attrs.c */ struct rta *bgp_decode_attrs(struct bgp_conn *conn, byte *a, unsigned int len, struct linpool *pool); +int bgp_get_attr(struct eattr *e, byte *buf); /* packets.c */ |