mirror of
https://github.com/faucetsdn/ryu.git
synced 2026-05-08 22:06:10 +02:00
bgp: add a constant for enhanced route refresh
Signed-off-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
parent
b68b66f0bb
commit
93215e4b22
@ -57,6 +57,8 @@ BGP_OPT_CAPABILITY = 2 # RFC 5492
|
||||
BGP_CAP_MULTIPROTOCOL = 1 # RFC 4760
|
||||
BGP_CAP_ROUTE_REFRESH = 2 # RFC 2918
|
||||
BGP_CAP_FOUR_OCTET_AS_NUMBER = 65 # RFC 4893
|
||||
BGP_CAP_ENHANCED_ROUTE_REFRESH = 70 # https://tools.ietf.org/html/\
|
||||
# draft-ietf-idr-bgp-enhanced-route-refresh-05
|
||||
|
||||
BGP_ATTR_FLAG_OPTIONAL = 1 << 7
|
||||
BGP_ATTR_FLAG_TRANSITIVE = 1 << 6
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user