For Ryu BGPSpeaker, the followings include the support of Per-Peer AS and the improvements for Python 3 environment.
IWASE Yusuke (4): BGPSpeaker: Support Per-Peer AS BGPSpeaker: Fix unresolved references in Python3 python3: Fix binary type manipulation test_other: Unit tests for utils.other in BGPSpeaker ryu/controller/controller.py | 2 -- ryu/services/protocols/bgp/api/base.py | 2 +- ryu/services/protocols/bgp/base.py | 9 ++--- ryu/services/protocols/bgp/bgpspeaker.py | 25 +++++++++----- .../protocols/bgp/core_managers/__init__.py | 8 ++--- ryu/services/protocols/bgp/info_base/base.py | 4 +++ .../protocols/bgp/operator/commands/show/rib.py | 2 +- .../commands/show/route_formatter_mixin.py | 7 +--- .../protocols/bgp/operator/commands/show/vrf.py | 4 ++- ryu/services/protocols/bgp/peer.py | 14 +++++--- ryu/services/protocols/bgp/rtconf/neighbors.py | 25 +++++++++----- ryu/services/protocols/bgp/speaker.py | 2 +- ryu/services/protocols/bgp/utils/circlist.py | 4 ++- ryu/services/protocols/bgp/utils/dictconfig.py | 1 + ryu/services/protocols/bgp/utils/internable.py | 35 +++++++++++--------- ryu/services/protocols/bgp/utils/other.py | 12 +++---- ryu/tests/unit/services/__init__.py | 0 ryu/tests/unit/services/protocols/__init__.py | 0 ryu/tests/unit/services/protocols/bgp/__init__.py | 0 .../unit/services/protocols/bgp/utils/__init__.py | 0 .../services/protocols/bgp/utils/test_other.py | 38 ++++++++++++++++++++++ 21 files changed, 126 insertions(+), 68 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/utils/__init__.py create mode 100644 ryu/tests/unit/services/protocols/bgp/utils/test_other.py -- 2.7.4 ------------------------------------------------------------------------------ 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. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
