mirror of
https://github.com/faucetsdn/ryu.git
synced 2026-05-08 13:56:09 +02:00
bgp: a comment
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
f833da0f99
commit
069bcc72bf
@ -41,6 +41,9 @@ BGP_MSG_NOTIFICATION = 3
|
||||
BGP_MSG_KEEPALIVE = 4
|
||||
BGP_MSG_ROUTE_REFRESH = 5 # RFC 2918
|
||||
|
||||
# NOTIFICATION Error Code and SubCode
|
||||
# Note: 0 is a valid SubCode. (Unspecific)
|
||||
|
||||
# NOTIFICATION Error Code RFC 4271 4.5.
|
||||
BGP_ERROR_MESSAGE_HEADER_ERROR = 1
|
||||
BGP_ERROR_OPEN_MESSAGE_ERROR = 2
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user