diff options
author | Martin Mares <mj@ucw.cz> | 2000-04-17 12:19:15 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-04-17 12:19:15 +0200 |
commit | 1ed2fe960929081065e75a7fb4322f28a76c508b (patch) | |
tree | 5298085a496c85304b3cb18ac4060fe3011fddca /proto/bgp/bgp.h | |
parent | c6add07fa6ca8366fbdcfcd9bc2872c129378366 (diff) | |
download | bird-1ed2fe960929081065e75a7fb4322f28a76c508b.tar bird-1ed2fe960929081065e75a7fb4322f28a76c508b.zip |
Send and receive communities.
Diffstat (limited to 'proto/bgp/bgp.h')
-rw-r--r-- | proto/bgp/bgp.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/proto/bgp/bgp.h b/proto/bgp/bgp.h index 0f84c3b..722e12e 100644 --- a/proto/bgp/bgp.h +++ b/proto/bgp/bgp.h @@ -139,9 +139,6 @@ int bgp_rx(struct birdsock *sk, int size); #define BA_MP_UNREACH_NLRI 0x0f #define BA_EXTENDED_COMM 0x10 /* draft-ramachandra-bgp-ext-communities */ -#define BGP_PATH_AS_SET 1 /* Types of path segments */ -#define BGP_PATH_AS_SEQUENCE 2 - /* BGP states */ #define BS_IDLE 0 |