On Fri, 24 Feb 2017 21:29:16 +
surlyjake wrote:
> Here you go. (although Iwase did the hard work).
>
> I'm following the 'CONTRIBUTING' guidelines which state not to use github
> pull requests, but i notice that there are still quite a few pull requests
> active there. Are github pull reques
On Wed, 22 Mar 2017 13:23:07 +0900
Satoshi Fujimoto wrote:
> Signed-off-by: Satoshi Fujimoto
> ---
> doc/source/app/ofctl_rest.rst | 66
> +++
> ryu/app/ofctl_rest.py | 13 -
> ryu/lib/ofctl_utils.py| 19 +
> ryu/lib/o
On Fri, 17 Mar 2017 14:29:43 +0900
Satoshi Fujimoto wrote:
> With Python3 and OpenFlow v1.0/v1.2/v1.3, Ryu can't dump
> the description statistics reply message into JSON,
> because the message has byte type values.
> This patch fixes it by using to_jsondict().
>
> Signed-off-by: Satoshi Fujimot
On Fri, 24 Mar 2017 13:11:05 +0900
Satoshi Fujimoto wrote:
> Currently, when BGPSpeaker advertises IPv4/6 unicast routes
> via an iBGP connection, if the Nexthop in the route is omitted,
> BGP Speaker advertises the Nexthop with the unspecified address.
> This route can be evaluated as invalid by
On Tue, 21 Mar 2017 09:50:41 +0900
Shinpei Muraoka wrote:
> The following patches add the user interface of Flow Specification.
> Also, add the Route Distinguisher to data structure for VPNv4 Flow
> Specification.
>
> Shinpei Muraoka (7):
> packet/bgp: Implement user interface of Flow Specifi
On Fri, 24 Mar 2017 17:10:44 +0900
Shinpei Muraoka wrote:
> Please reflect the following patch before this patch.
> "Implement user interface of Flow Specification"
>
> Shinpei Muraoka (8):
> packet/bgp: Implement the utility of Flow Specification for BGPSpeaker
> BGPSpeaker/info_base: Add t