Re: [Ryu-devel] Running rest_firewall.py on Lagopus

2016-11-16 Thread ホンパンニャー
Hi, Thanks for the response. Could you explain me a bit about the Ryu-manager log ? Why dst='239.255.255.250' instead of dst='10.0.0.2 ' ? Just now i noticed if I ping from 10.0.0.1 to 10.0.0.2, the ping message will look like this: ping 10.0.0.2 PING 10.0.0.2 (10.0.0.2) 56(84) bytes of data. >

Re: [Ryu-devel] Running rest_firewall.py on Lagopus

2016-11-16 Thread Iwase Yusuke
Hi, On 2016年11月17日 14:32, ホンパンニャー wrote: > Hi, > > Sorry for the inconvenience. > > 1. The rest_firewall is fixed. Thank you for testing my patch! I will post the patch later. > > 2. I did the experiment again today. The flow status remains the same. Only > the first and the last flow's "packe

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

2016-11-16 Thread IWASE Yusuke
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 --- .travis.yml| 1 - ryu/tests/docker/mininet/D

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

2016-11-16 Thread IWASE Yusuke
Note: This patch should be applied after - [PATCH 0/3] integrated/bgp: Use Ubuntu:16.04 for base image Testing hours might be shortened by only 1-2 minutes, though... IWASE Yusuke (1): test_vsctl: Use osrg/ryu-book image as Mininet container .travis.yml| 1 - ryu

Re: [Ryu-devel] Running rest_firewall.py on Lagopus

2016-11-16 Thread ホンパンニャー
Hi, Sorry for the inconvenience. 1. The rest_firewall is fixed. 2. I did the experiment again today. The flow status remains the same. Only the first and the last flow's "packet_count" are increased. -- Below is the output of the ping : hongpanha$ ping -c 4 10.0.0.1 PING 10.0.0.1 (10.0.0.1): 5

Re: [Ryu-devel] Firewall app

2016-11-16 Thread Iwase Yusuke
Hi, As you pointed, rest_firewall seems to have a bug. Does the attached patch fix this problem? Thanks, Iwase On 2016年11月17日 02:08, Ruy Takata wrote: Dear all, I am using the firewall app in Ryu, and I am creating some rules like below: *curl -X POST -d '{"nw_src": "**10.0.0.1/32

[Ryu-devel] Firewall app

2016-11-16 Thread Ruy Takata
Dear all, I am using the firewall app in Ryu, and I am creating some rules like below: *curl -X POST -d '{"nw_src": "**10.0.0.1/32 **", "nw_dst": "**10.0.0.2/32 **", "nw_proto": "ICMP" }' **http://localhost:8080/firewall/rules/all