Re: [Ryu-devel] [PATCH] rest_firewall: Compare reserved port in str representation

2016-11-18 Thread FUJITA Tomonori
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

Re: [Ryu-devel] [PATCH] test_vsctl: Use osrg/ryu-book image as Mininet container

2016-11-18 Thread FUJITA Tomonori
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 > --- >

Re: [Ryu-devel] [PATCH 0/3] integrated/bgp: Use Ubuntu:16.04 for base image

2016-11-18 Thread FUJITA Tomonori
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

Re: [Ryu-devel] [PATCH 0/4] pip: Separate test-requires

2016-11-18 Thread FUJITA Tomonori
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

[Ryu-devel] [PATCH] adding DHCPv6 support

2016-11-18 Thread Olivier Desnoƫ
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