diff options
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 |