The following patches enable BGPSpeaker to support Four-Octet AS number
and include some improvements of BGP.

IWASE Yusuke (4):
  BGPSpeaker: Fix capability check when MP-BGP not supported
  packet/bgp: Support Four-Octet AGGREGATOR Path Attribute
  BGPSpeaker: Support Four-Octet AS number
  test_peer: Unit test for peer.py of BGPSpeaker

 ryu/lib/packet/bgp.py                              |  64 ++--
 ryu/services/protocols/bgp/bgpspeaker.py           |  31 +-
 ryu/services/protocols/bgp/peer.py                 | 274 ++++++++++++++-
 ryu/services/protocols/bgp/rtconf/base.py          |  13 +-
 ryu/services/protocols/bgp/rtconf/common.py        |   4 +-
 ryu/services/protocols/bgp/rtconf/neighbors.py     |  27 +-
 ryu/services/protocols/bgp/speaker.py              |  41 ++-
 ryu/services/protocols/bgp/utils/validation.py     |  22 +-
 ryu/tests/unit/services/__init__.py                |   0
 ryu/tests/unit/services/protocols/__init__.py      |   0
 ryu/tests/unit/services/protocols/bgp/__init__.py  |   0
 ryu/tests/unit/services/protocols/bgp/test_peer.py | 375 +++++++++++++++++++++
 12 files changed, 779 insertions(+), 72 deletions(-)
 create mode 100644 ryu/tests/unit/services/__init__.py
 create mode 100644 ryu/tests/unit/services/protocols/__init__.py
 create mode 100644 ryu/tests/unit/services/protocols/bgp/__init__.py
 create mode 100644 ryu/tests/unit/services/protocols/bgp/test_peer.py

-- 
2.7.4


------------------------------------------------------------------------------
Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to