On Fri, 18 Nov 2016 09:58:08 +0900
IWASE Yusuke wrote:
> Along with the update of ofctl_rest, the output representation of
> the port number in the OUTPUT action has been changed.
> e.g.) In case of the OUTPUT action to the OFPP_NORMAL port
> OLD:
> 'OUTPUT:4294967290' # OFPP_NORMAL = 0xff
On Thu, 17 Nov 2016 15:32:44 +0900
IWASE Yusuke wrote:
> This patch fixes test_vsctl.py to use osrg/ryu-book image as
> Mininet container and shortens the testing hours.
>
> Also, this patch removes the Dockerfile for building the Mininet
> Docker image.
>
> Signed-off-by: IWASE Yusuke
> ---
>
On Wed, 16 Nov 2016 15:03:53 +0900
IWASE Yusuke wrote:
> I suggested to use osrg/ryu Docker image on integrated/bgp
> for Kakuma-San before, but in this case, the installed
> packages are remained on its environment unless they are
> explicitly uninstalled.
> This problem can cause the miss confi
On Tue, 15 Nov 2016 11:23:13 +0900
IWASE Yusuke wrote:
> The following patches are the updated of #8-10 in:
> [PATCH v4 00/10] RPC: Improvements for Python 3
>
> IWASE Yusuke (4):
> pip: Separate test-requires
> README: Use pip to resolve dependencies
> docker_base: Add missing requiremen
This patch adds the ability to dissect and generate DHCPv6 packets. I
needed it to develop a simple LDRA app (as defined in RFC 6221).
Signed-off-by: Olivier DESNOE
---
diff --git a/ryu/lib/packet/dhcp6.py b/ryu/lib/packet/dhcp6.py
new file mode 100644
index 000..1102305
--- /dev/null
+++ b/r