summaryrefslogtreecommitdiffstats
path: root/proto/bgp/bgp.h
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2000-04-01 12:21:11 +0200
committerMartin Mares <mj@ucw.cz>2000-04-01 12:21:11 +0200
commit10be74da202b20a7d502724ef8e7a9787b7eba0a (patch)
treeff4662c562f85769c4ff2d21e37c800df3afa45c /proto/bgp/bgp.h
parentdad177d7e045ed07181da02ccd619f8f943a5c80 (diff)
downloadbird-10be74da202b20a7d502724ef8e7a9787b7eba0a.tar
bird-10be74da202b20a7d502724ef8e7a9787b7eba0a.zip
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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/proto/bgp/bgp.h b/proto/bgp/bgp.h
index eadf2b0..8aaac88 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 */