diff options
author | YAMAMOTO Takashi <yamamoto@valinux.co.jp> | 2013-10-22 14:27:24 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2013-10-23 12:04:26 +0900 |
commit | 3ff6202ad3cccb63d7b61904fdedbf6a70e8ef56 (patch) | |
tree | 6f9959185c3c41ee371ea5780b7c1bd5db577f7d | |
parent | 208fe1d16b302e2e99fe080757b3aa786b8ff26e (diff) |
bgp: update a comment
Signed-off-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
-rw-r--r-- | ryu/lib/packet/bgp.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ryu/lib/packet/bgp.py b/ryu/lib/packet/bgp.py index 48d3f833..1ffd035c 100644 --- a/ryu/lib/packet/bgp.py +++ b/ryu/lib/packet/bgp.py @@ -22,7 +22,6 @@ RFC 4271 BGP-4 # - notify data # - notify subcode constants # - RFC 1997 BGP Communities Attribute -# - RFC 2918 Route Refresh Capability for BGP-4 # - RFC 3107 Carrying Label Information in BGP-4 # - RFC 4360 BGP Extended Communities Attribute # - RFC 4364 BGP/MPLS IP Virtual Private Networks (VPNs) |