Age | Commit message (Expand) | Author |
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 |
2016-11-14 | test_bgp: Add test cases for IPv6 and VPNv6 routes | IWASE Yusuke |
2016-11-14 | test_bgp: Enable to check parsed BGP message | IWASE Yusuke |
2016-11-14 | packet/bgp: Refactor MP_REACH_NLRI and MP_UNREACH_NLRI | IWASE Yusuke |
2016-11-14 | lib/ip: Add method to convert IPv4/IPv6 to int | IWASE Yusuke |
2016-11-14 | test_bgp: Uncomment out test case for UPDATE | IWASE Yusuke |
2016-11-11 | packet/bgp: Enable Extended Length flags if specified | IWASE Yusuke |
2016-11-11 | pip: Move tinyrpc to pip-requires | IWASE Yusuke |
2016-11-07 | Ryu 4.8 | FUJITA Tomonori |
2016-11-04 | contrib/tinyrpc: Remove embedded tinyrpc, use upstream | IWASE Yusuke |
2016-11-04 | contrib/ncclient: Remove embedded ncclient, use upstream | IWASE Yusuke |
2016-11-04 | ut/ovs: Add UT using Docker for ryu.lib.ovs | IWASE Yusuke |
2016-10-29 | BGPSpeaker: Support to advertise PMSI Tunnel Attribute | Shinpei Muraoka |
2016-10-29 | packet/bgp: Add PMSI Tunnel Attribute | Shinpei Muraoka |
2016-10-29 | packet/vxlan: Add method to convert the format of vni | Shinpei Muraoka |
2016-10-29 | packet/mpls: Add method to convert the format of label | Shinpei Muraoka |
2016-10-29 | lib/ip: Add method to convert the format of Ipv4 or Ipv6 | Shinpei Muraoka |
2016-10-29 | Enable to run a scnario test for ryu bgp on travis | fumihiko kakuma |
2016-10-29 | Add scripts which install a dependency package | fumihiko kakuma |
2016-10-29 | Add bgp scenario tests | fumihiko kakuma |
2016-10-29 | Add bgp scenario tests tool | fumihiko kakuma |
2016-10-25 | bgp/application: Re-implement base BGP application | IWASE Yusuke |
2016-10-25 | flags: Add CLI options for BGP application | IWASE Yusuke |
2016-10-25 | BGPSpeaker: Enable to specify settings for SSH CLI | IWASE Yusuke |
2016-10-25 | bgp/operator/ssh: Enable to quit gracefully | IWASE Yusuke |
2016-10-25 | bgp/operator/ssh: Reduce pylint warnings | IWASE Yusuke |
2016-10-25 | BGPSpeaker: Use dictConfig in the standard library | IWASE Yusuke |
2016-10-25 | utils: Backward compatibility for 'imp.load_source' | IWASE Yusuke |
2016-10-25 | Log OFPErrorMsg.data as ascii when type is OFPET_HELLO_FAILED | IWAMOTO Toshihiro |
2016-10-25 | ovs/vsctl: Fix API for parsing column/key/value set | IWASE Yusuke |
2016-10-25 | ovs/vsctl: Add missing Controller commands in OVS v2.6.0 | IWASE Yusuke |
2016-10-25 | ovs/vsctl: Add missing Port commands in OVS v2.6.0 | IWASE Yusuke |
2016-10-25 | ovs/vsctl: Add missing Interface commands in OVS v2.6.0 | IWASE Yusuke |
2016-10-25 | ovs/vsctl: Add missing Bridge commands in OVS v2.6.0 | IWASE Yusuke |
2016-10-25 | ovs/vsctl: Sort out commands order | IWASE Yusuke |
2016-10-25 | ovs/bridge: Add APIs for missing Database commands | IWASE Yusuke |
2016-10-25 | ovs: Add API corresponding to ovs-vsctl remove command | IWASE Yusuke |
2016-10-25 | ovs: Add API corresponding to ovs-vsctl add command | IWASE Yusuke |
2016-10-25 | ovs: Add API corresponding to ovs-vsctl list command | IWASE Yusuke |