Signed-off-by: YAMAMOTO Takashi <[email protected]> --- ryu/lib/packet/bgp.py | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/ryu/lib/packet/bgp.py b/ryu/lib/packet/bgp.py index 55696bd..8643fa0 100644 --- a/ryu/lib/packet/bgp.py +++ b/ryu/lib/packet/bgp.py @@ -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 -- 1.8.3.1 ------------------------------------------------------------------------------ CenturyLink Cloud: The Leader in Enterprise Cloud Services. Learn Why More Businesses Are Choosing CenturyLink Cloud For Critical Workloads, Development Environments & Everything In Between. Get a Quote or Start a Free Trial Today. http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
