Age | Commit message (Expand) | Author |
2016-12-14 | tox: Move dependencies installation to .travis.yml | IWASE Yusuke |
2016-12-14 | bgp_scenario_test: Switch Python version | IWASE Yusuke |
2016-12-14 | test_requirements: Test cases for checking requirements | IWASE Yusuke |
2016-12-14 | tox: Test ryu-manager without additional requirements | IWASE Yusuke |
2016-12-10 | pip: Add doc requirements for convenience | IWASE Yusuke |
2016-12-10 | library_bgp_speaker_ref: Fix unexpected indentation | IWASE Yusuke |
2016-12-10 | doc: Add MRT file library reference | IWASE Yusuke |
2016-12-10 | test_mrtlib: Add unit tests for MRT paser | IWASE Yusuke |
2016-12-10 | mrtlib: Add parser for MRT format [RFC6396] | IWASE Yusuke |
2016-12-10 | packet/ospf: Reduce Pylint warnings | IWASE Yusuke |
2016-12-10 | type_desc: Define TypeDisp class for re-usability | IWASE Yusuke |
2016-12-10 | bgp_scenario_test/bgp: Pylint | IWASE Yusuke |
2016-12-10 | bgp_scenario_test/common: Pylint | IWASE Yusuke |
2016-12-10 | Delete an unnecessary function | fumihiko kakuma |
2016-12-10 | Get some debug information | fumihiko kakuma |
2016-12-10 | Add DHCP options constants to DHCP lib | Omer Anson |
2016-12-10 | lib/ofctl_v_*: Enable to filter flow stats by priority | IWASE Yusuke |
2016-12-10 | packet/bgp: Fix default of esi for IP Prefix route | IWASE Yusuke |
2016-12-10 | BGPSpeaker: ESI to be optional arg in MAC/IP Adv route | IWASE Yusuke |
2016-12-10 | packet/bgp: Support multiple next_hop in BGPPathAttributeMpReachNLRI | IWASE Yusuke |
2016-12-10 | packet/bgp: Unpack mpls_label in BGPPathAttributePmsiTunnel | IWASE Yusuke |
2016-12-10 | stringify: Add optional attributes list to be displayed | IWASE Yusuke |
2016-12-10 | packet/bgp: Support multiple BGP messages in a packet | IWASE Yusuke |
2016-12-10 | BGPSpeaker: Support Ethernet A-D Route and Ethernet Segment Route | Shinpei Muraoka |
2016-12-10 | packet/bgp: Fix the ESI Label Extended Community to use mpls_label | Shinpei Muraoka |
2016-12-05 | Ryu 4.9 | FUJITA Tomonori |
2016-11-24 | scenario test: Fix the wrong retry check in command execution | fumihiko kakuma |
2016-11-24 | Enable to run a scenario test with a specific python version | fumihiko kakuma |
2016-11-18 | rest_firewall: Compare reserved port in str representation | IWASE Yusuke |
2016-11-18 | test_vsctl: Use osrg/ryu-book image as Mininet container | IWASE Yusuke |
2016-11-18 | test_vsctl: Wait for loading OVS kernel module | IWASE Yusuke |
2016-11-18 | integrated/bgp: Use Ubuntu:16.04 for base image | IWASE Yusuke |
2016-11-18 | docker_base: Update base image to Ubuntu:16.04 | IWASE Yusuke |
2016-11-15 | BGPSpeaker: Confirm SSH feature to be optional | IWASE Yusuke |
2016-11-15 | docker_base: Add missing requirements for test-requires | IWASE Yusuke |
2016-11-15 | README: Use pip to resolve dependencies | IWASE Yusuke |
2016-11-15 | pip: Separate test-requires | IWASE Yusuke |
2016-11-14 | RPC: Specify encoding to msgpack.Packer/Unpacker | IWASE Yusuke |
2016-11-14 | test_rpc: Use numbers.Integral instead of long type | IWASE Yusuke |
2016-11-14 | wsgi: Avoid using inspect.getargspec | IWASE Yusuke |
2016-11-14 | wsgi: Reduce pylint warnings | IWASE Yusuke |
2016-11-14 | wsgi: Use six.text_type instead of unicode | IWASE Yusuke |
2016-11-14 | contrib: Revert module path to ryu.contrib | IWASE Yusuke |
2016-11-14 | protocols/bgp/base: Add missing __next__ method | IWASE Yusuke |
2016-11-14 | BGPSpeaker: Support to advertise EVPN IP Prefix route | Shinpei Muraoka |
2016-11-14 | packet/bgp: Support for IP Prefix Route encoding | Shinpei Muraoka |
2016-11-14 | packet/bgp: Fix the EvpnNLRI to use the ryu.lib.packet.vxlan | Shinpei Muraoka |
2016-11-14 | packet/bgp: Fix the EvpnNLRI to use the ryu.lib.packet.mpls | Shinpei Muraoka |
2016-11-14 | packet/bgp: Fix the EvpnNLRI to use the ryu.lib.ip | Shinpei Muraoka |
2016-11-14 | BGPSpeaker: Enable to set capability for IPv6 | IWASE Yusuke |