diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-05-19 18:03:45 -0700 | 
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-05-19 18:03:45 -0700 | 
| commit | a82478b985085105741eed222d8fab7ecc49f25d (patch) | |
| tree | 9ef546ed14694cbfef607dfb27716207fd2010fd /bgpd/bgp_open.h | |
| parent | 0e5c866a481d4094de293c8f86af8d8b4e165976 (diff) | |
BGP: add addpath RX support
Diffstat (limited to 'bgpd/bgp_open.h')
| -rw-r--r-- | bgpd/bgp_open.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/bgpd/bgp_open.h b/bgpd/bgp_open.h index 2b1382d8b7..fa9c78ec9d 100644 --- a/bgpd/bgp_open.h +++ b/bgpd/bgp_open.h @@ -73,6 +73,7 @@ struct capability_gr  #define CAPABILITY_CODE_RESTART        64 /* Graceful Restart Capability */  #define CAPABILITY_CODE_AS4            65 /* 4-octet AS number Capability */  #define CAPABILITY_CODE_DYNAMIC        66 /* Dynamic Capability */ +#define CAPABILITY_CODE_ADDPATH        69 /* Addpath Capability */  #define CAPABILITY_CODE_REFRESH_OLD   128 /* Route Refresh Capability(cisco) */  #define CAPABILITY_CODE_ORF_OLD       130 /* Cooperative Route Filtering Capability(cisco) */ @@ -82,6 +83,7 @@ struct capability_gr  #define CAPABILITY_CODE_DYNAMIC_LEN     0  #define CAPABILITY_CODE_RESTART_LEN     2 /* Receiving only case */  #define CAPABILITY_CODE_AS4_LEN         4 +#define CAPABILITY_CODE_ADDPATH_LEN     4  /* Cooperative Route Filtering Capability.  */  | 
