On Wed, 8 Jun 2016 11:05:28 +0900 IWASE Yusuke <[email protected]> wrote:
> For Ryu BGPSpeaker, the followings include the support of Per-Peer AS > and the improvements for Python 3 environment. > > v2: For Iwamoto-San comments, the followings are fix to remove the > unused utility modules of BGPSpeaker. > > v3: For Kakuma-San comments, patch 2/4 is updated to enforce the > explicit relative imports and to utilize "six.moves". > > v4: For the compatibility with python-six version of Ubuntu 14.04 LTS, > patch 2/4 avoids utilizing "six.moves.intern". > > IWASE Yusuke (4): > BGPSpeaker: Support Per-Peer AS > BGPSpeaker: Fix unresolved references in Python3 > BGPSpeaker: Remove unused utility modules > Python3: Explicit string type encoding > > ryu/controller/controller.py | 2 - > ryu/services/protocols/bgp/api/base.py | 4 +- > ryu/services/protocols/bgp/base.py | 12 +-- > ryu/services/protocols/bgp/bgpspeaker.py | 25 +++-- > .../protocols/bgp/core_managers/__init__.py | 9 +- > ryu/services/protocols/bgp/info_base/base.py | 4 + > .../protocols/bgp/operator/commands/show/rib.py | 4 +- > .../commands/show/route_formatter_mixin.py | 7 +- > .../protocols/bgp/operator/commands/show/vrf.py | 6 +- > 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/internable.py | 103 > --------------------- > ryu/services/protocols/bgp/utils/logs.py | 36 ------- > ryu/services/protocols/bgp/utils/other.py | 11 --- > 16 files changed, 73 insertions(+), 195 deletions(-) > delete mode 100644 ryu/services/protocols/bgp/utils/internable.py > delete mode 100644 ryu/services/protocols/bgp/utils/logs.py > delete mode 100644 ryu/services/protocols/bgp/utils/other.py Pushed, 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. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
