On Wed, 6 Jul 2016 15:12:20 +0900 IWASE Yusuke <[email protected]> wrote:
> 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 Great, thanks a lot! ------------------------------------------------------------------------------ What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic patterns at an interface-level. Reveals which users, apps, and protocols are consuming the most bandwidth. Provides multi-vendor support for NetFlow, J-Flow, sFlow and other flows. Make informed decisions using capacity planning reports.http://sdm.link/zohodev2dev _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
