summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2016-11-24scenario test: Fix the wrong retry check in command executionfumihiko kakuma
2016-11-24Enable to run a scenario test with a specific python versionfumihiko kakuma
2016-11-18rest_firewall: Compare reserved port in str representationIWASE Yusuke
2016-11-18test_vsctl: Use osrg/ryu-book image as Mininet containerIWASE Yusuke
2016-11-18test_vsctl: Wait for loading OVS kernel moduleIWASE Yusuke
2016-11-18integrated/bgp: Use Ubuntu:16.04 for base imageIWASE Yusuke
2016-11-18docker_base: Update base image to Ubuntu:16.04IWASE Yusuke
2016-11-15BGPSpeaker: Confirm SSH feature to be optionalIWASE Yusuke
2016-11-15docker_base: Add missing requirements for test-requiresIWASE Yusuke
2016-11-15README: Use pip to resolve dependenciesIWASE Yusuke
2016-11-15pip: Separate test-requiresIWASE Yusuke
2016-11-14RPC: Specify encoding to msgpack.Packer/UnpackerIWASE Yusuke
2016-11-14test_rpc: Use numbers.Integral instead of long typeIWASE Yusuke
2016-11-14wsgi: Avoid using inspect.getargspecIWASE Yusuke
2016-11-14wsgi: Reduce pylint warningsIWASE Yusuke
2016-11-14wsgi: Use six.text_type instead of unicodeIWASE Yusuke
2016-11-14contrib: Revert module path to ryu.contribIWASE Yusuke
2016-11-14protocols/bgp/base: Add missing __next__ methodIWASE Yusuke
2016-11-14BGPSpeaker: Support to advertise EVPN IP Prefix routeShinpei Muraoka
2016-11-14packet/bgp: Support for IP Prefix Route encodingShinpei Muraoka
2016-11-14packet/bgp: Fix the EvpnNLRI to use the ryu.lib.packet.vxlanShinpei Muraoka
2016-11-14packet/bgp: Fix the EvpnNLRI to use the ryu.lib.packet.mplsShinpei Muraoka
2016-11-14packet/bgp: Fix the EvpnNLRI to use the ryu.lib.ipShinpei Muraoka
2016-11-14BGPSpeaker: Enable to set capability for IPv6IWASE Yusuke
2016-11-14test_bgp: Add test cases for IPv6 and VPNv6 routesIWASE Yusuke
2016-11-14test_bgp: Enable to check parsed BGP messageIWASE Yusuke
2016-11-14packet/bgp: Refactor MP_REACH_NLRI and MP_UNREACH_NLRIIWASE Yusuke
2016-11-14lib/ip: Add method to convert IPv4/IPv6 to intIWASE Yusuke
2016-11-14test_bgp: Uncomment out test case for UPDATEIWASE Yusuke
2016-11-11packet/bgp: Enable Extended Length flags if specifiedIWASE Yusuke
2016-11-11pip: Move tinyrpc to pip-requiresIWASE Yusuke
2016-11-07Ryu 4.8FUJITA Tomonori
2016-11-04contrib/tinyrpc: Remove embedded tinyrpc, use upstreamIWASE Yusuke
2016-11-04contrib/ncclient: Remove embedded ncclient, use upstreamIWASE Yusuke
2016-11-04ut/ovs: Add UT using Docker for ryu.lib.ovsIWASE Yusuke
2016-10-29BGPSpeaker: Support to advertise PMSI Tunnel AttributeShinpei Muraoka
2016-10-29packet/bgp: Add PMSI Tunnel AttributeShinpei Muraoka
2016-10-29packet/vxlan: Add method to convert the format of vniShinpei Muraoka
2016-10-29packet/mpls: Add method to convert the format of labelShinpei Muraoka
2016-10-29lib/ip: Add method to convert the format of Ipv4 or Ipv6Shinpei Muraoka
2016-10-29Enable to run a scnario test for ryu bgp on travisfumihiko kakuma
2016-10-29Add scripts which install a dependency packagefumihiko kakuma
2016-10-29Add bgp scenario testsfumihiko kakuma
2016-10-29Add bgp scenario tests toolfumihiko kakuma
2016-10-25bgp/application: Re-implement base BGP applicationIWASE Yusuke
2016-10-25flags: Add CLI options for BGP applicationIWASE Yusuke
2016-10-25BGPSpeaker: Enable to specify settings for SSH CLIIWASE Yusuke
2016-10-25bgp/operator/ssh: Enable to quit gracefullyIWASE Yusuke
2016-10-25bgp/operator/ssh: Reduce pylint warningsIWASE Yusuke
2016-10-25BGPSpeaker: Use dictConfig in the standard libraryIWASE Yusuke