Re: [Ryu-devel] Ryu in Debian

2014-10-10 Thread FUJITA Tomonori
Hi, On Fri, 10 Oct 2014 16:15:59 +0200 Dariusz Dwornikowski wrote: > I wanted to inform you that ryu has been accepted into Debian. It is > in unstable now but with the upcoming freeze you can expect ryu to be > in stable too. > > I am ryu maintainer in Debian. http://ftp.debian.org/debian/p

Re: [Ryu-devel] RYU pop vlan tag and push vlan tag

2014-10-10 Thread Hui-Lan Lee
Hi Yusuke, You are right, it is working well right now. Thanks~~~ Then I change to openflow 1.3 , add flow entry using command: curl -X POST -d '{"dpid":"0001", "priority":"32764","match":{"in_port":2, "dl_vlan":6},"actions":[{"type":"PUSH_VLAN","ethertype":33024},{"type":"SET_FIELD","f

[Ryu-devel] Ryu in Debian

2014-10-10 Thread Dariusz Dwornikowski
Hi, I wanted to inform you that ryu has been accepted into Debian. It is in unstable now but with the upcoming freeze you can expect ryu to be in stable too. I am ryu maintainer in Debian. -- Dariusz Dwornikowski, Institute of Computing Science, Poznań University of Technology www.cs.put

[Ryu-devel] [PATCH] bgp: supporting loopback interface as neighbour_source_address for iBGP

2014-10-10 Thread Toshiki Tsuboi
In generally, iBGP session is established between loopback interfaces. Therefore, we need to specify loopback interface as neighbour_source_address. This parameter is just like update-source command in cisco router. Signed-off-by: Toshiki Tsuboi --- ryu/services/protocols/bgp/bgpspeaker.py | 16

Re: [Ryu-devel] [PATCH] bfdlib: follow TTL/hop limit in RFC5881 explicitly.

2014-10-10 Thread FUJITA Tomonori
On Fri, 10 Oct 2014 16:48:36 +0800 Wei-Li Tang wrote: > Signed-off-by: Wei-Li Tang > --- > ryu/lib/bfdlib.py |9 +++-- > 1 file changed, 7 insertions(+), 2 deletions(-) Applied, thanks. > diff --git a/ryu/lib/bfdlib.py b/ryu/lib/bfdlib.py > index 21bfd6f..465ea9a 100644 > --- a/ryu/li

Re: [Ryu-devel] [PATCH 0/4] Bidirectional Forwarding Detection (BFD) support

2014-10-10 Thread Wei-Li Tang
2014-10-10 9:33 GMT+08:00 FUJITA Tomonori : > Great. Applied! > > We also developed bfd and plan to clean up and release the code but > you beat me so I merged your code. > > Our approach is a bit different from yours. We implemented bfd as a > standalone daemon instead of a RyuApp. I guess that i

[Ryu-devel] [PATCH] bfdlib: follow TTL/hop limit in RFC5881 explicitly.

2014-10-10 Thread Wei-Li Tang
Signed-off-by: Wei-Li Tang --- ryu/lib/bfdlib.py |9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/ryu/lib/bfdlib.py b/ryu/lib/bfdlib.py index 21bfd6f..465ea9a 100644 --- a/ryu/lib/bfdlib.py +++ b/ryu/lib/bfdlib.py @@ -535,9 +535,10 @@ class BFDPacket(object):

Re: [Ryu-devel] RYU pop vlan tag and push vlan tag

2014-10-10 Thread Yusuke Iwase
Hi On 2014年10月07日 05:07, Hui-Lan Lee wrote: > Hi, > I design 2 scenarios in mininet, > (1) host1 connect to port1 with tag vlan5, host2 connect to port2 with tag > vlan 6 . Then host1 ping host2 . > (2) host1 connect to port 1 with no-vlan, host2 connect to port2 with tag > vlan 6. Then hos