summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2016-12-29doc: library_packet_ref: Update referencesShinpei Muraoka
2016-12-29rest_router: Fix ARP THA in reply messageIWASE Yusuke
2016-12-14install_docker_test_pkg: Remove unnecessary pip pacakgesIWASE Yusuke
2016-12-14tox: Move dependencies installation to .travis.ymlIWASE Yusuke
2016-12-14bgp_scenario_test: Switch Python versionIWASE Yusuke
2016-12-14test_requirements: Test cases for checking requirementsIWASE Yusuke
2016-12-14tox: Test ryu-manager without additional requirementsIWASE Yusuke
2016-12-10pip: Add doc requirements for convenienceIWASE Yusuke
2016-12-10library_bgp_speaker_ref: Fix unexpected indentationIWASE Yusuke
2016-12-10doc: Add MRT file library referenceIWASE Yusuke
2016-12-10test_mrtlib: Add unit tests for MRT paserIWASE Yusuke
2016-12-10mrtlib: Add parser for MRT format [RFC6396]IWASE Yusuke
2016-12-10packet/ospf: Reduce Pylint warningsIWASE Yusuke
2016-12-10type_desc: Define TypeDisp class for re-usabilityIWASE Yusuke
2016-12-10bgp_scenario_test/bgp: PylintIWASE Yusuke
2016-12-10bgp_scenario_test/common: PylintIWASE Yusuke
2016-12-10Delete an unnecessary functionfumihiko kakuma
2016-12-10Get some debug informationfumihiko kakuma
2016-12-10Add DHCP options constants to DHCP libOmer Anson
2016-12-10lib/ofctl_v_*: Enable to filter flow stats by priorityIWASE Yusuke
2016-12-10packet/bgp: Fix default of esi for IP Prefix routeIWASE Yusuke
2016-12-10BGPSpeaker: ESI to be optional arg in MAC/IP Adv routeIWASE Yusuke
2016-12-10packet/bgp: Support multiple next_hop in BGPPathAttributeMpReachNLRIIWASE Yusuke
2016-12-10packet/bgp: Unpack mpls_label in BGPPathAttributePmsiTunnelIWASE Yusuke
2016-12-10stringify: Add optional attributes list to be displayedIWASE Yusuke
2016-12-10packet/bgp: Support multiple BGP messages in a packetIWASE Yusuke
2016-12-10BGPSpeaker: Support Ethernet A-D Route and Ethernet Segment RouteShinpei Muraoka
2016-12-10packet/bgp: Fix the ESI Label Extended Community to use mpls_labelShinpei Muraoka
2016-12-05Ryu 4.9FUJITA Tomonori
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