Re: [Ryu-devel] [PATCH 1/2] ryu/lib/packet/lldp.py: remove __str__ method from class LLDPBasicTLV and class lldp

2013-04-09 Thread can.
Now the LLDP packets are printed as: ryu.lib.packet.lldp.lldp object at 0x10dc44050 and formerly the packets are shown as: ryu.lib.packet.lldp.ChassisID object at 0x1055edfd0ryu.lib.packet.lldp.PortID object at 0x1055f3350ryu.lib.packet.lldp.TTL object at 0x1055f3050ryu.lib.packet.lldp.End

Re: [Ryu-devel] [PATCH 1/3] setup.py: install xsd files

2013-04-09 Thread FUJITA Tomonori
On Tue, 9 Apr 2013 14:31:57 +0900 Isaku Yamahata yamah...@valinux.co.jp wrote: Oops this is the correct one. From 8082774e9528f411e5b4436c19e661b7cd676a36 Mon Sep 17 00:00:00 2001 Message-Id: 8082774e9528f411e5b4436c19e661b7cd676a36.1365485476.git.yamah...@valinux.co.jp In-Reply-To:

Re: [Ryu-devel] [PATCH 05/21] lib/packet/arp.py: add convenience function to create arp for ether+ip

2013-04-09 Thread FUJITA Tomonori
On Mon, 8 Apr 2013 19:18:14 +0900 Isaku Yamahata yamah...@valinux.co.jp wrote: On Mon, Apr 08, 2013 at 05:24:00PM +0900, FUJITA Tomonori wrote: On Mon, 8 Apr 2013 16:39:57 +0900 Isaku Yamahata yamah...@valinux.co.jp wrote: Since ether+ip case is most often used, introduce a

[Ryu-devel] problems with REST firewall service

2013-04-09 Thread Shivaram Mysore
Hello, I am trying to get REST firewall service working LINC. LINC is running in OF 1.2 mode. I start the controller like this: linux-ksrb:/usr/local/src/linc/ryu # bin/ryu-manager --verbose ryu/app/rest_firewall.py ryu/lib/ofctl_v1_2.py ... ... connected socket:socket fileno=10

Re: [Ryu-devel] Issues with SSH fingerprint while using Ryu for of_config

2013-04-09 Thread Shivaram Mysore
I do a git pull and python setup.py install - just to make sure that I have all the latest versions. I will check on this patch soon. Thanks On Mon, Apr 8, 2013 at 10:27 PM, Isaku Yamahata yamah...@valinux.co.jpwrote: On Thu, Apr 04, 2013 at 06:48:12PM -0700, Shivaram Mysore wrote: Hello,

Re: [Ryu-devel] [PATCH 05/21] lib/packet/arp.py: add convenience function to create arp for ether+ip

2013-04-09 Thread Isaku Yamahata
On Tue, Apr 09, 2013 at 09:45:40PM +0900, FUJITA Tomonori wrote: On Mon, 8 Apr 2013 19:18:14 +0900 Isaku Yamahata yamah...@valinux.co.jp wrote: On Mon, Apr 08, 2013 at 05:24:00PM +0900, FUJITA Tomonori wrote: On Mon, 8 Apr 2013 16:39:57 +0900 Isaku Yamahata yamah...@valinux.co.jp

Re: [Ryu-devel] [PATCH 1/3] setup.py: install xsd files

2013-04-09 Thread Shivaram Mysore
Yamahata-san, Thanks very much for a great write up. It is well written. Best Regards /Shivaram On Tue, Apr 9, 2013 at 9:02 PM, Isaku Yamahata yamah...@valinux.co.jpwrote: On Tue, Apr 09, 2013 at 09:34:06PM +0900, FUJITA Tomonori wrote: Thanks, applied all. btw, I still wait for you to

Re: [Ryu-devel] [PATCH 1/3] setup.py: install xsd files

2013-04-09 Thread Isaku Yamahata
On Tue, Apr 09, 2013 at 09:34:06PM +0900, FUJITA Tomonori wrote: Thanks, applied all. btw, I still wait for you to add a doc about how to set up of-config evn (including linc). https://github.com/osrg/ryu/wiki/Test-OF-Config-with-LINC -- yamahata

Re: [Ryu-devel] problems with REST firewall service

2013-04-09 Thread 渡邊文隆
Hi, I think, the connection with the controller may have gone wrong. Following is a normal log. connected socket:SSLSocket fileno=4 sock=127.0.0.1:6633 peer=127.0.0.1:56493 address:('127.0.0.1', 56493) hello ev ryu.controller.ofp_event.EventOFPHello object at 0x2fdce90

[Ryu-devel] Announcing LINC ISO image with support for Ryu OF Controller

2013-04-09 Thread Shivaram Mysore
Hello all, I have created a appliance ISO for installing and running LINC Switch with Ryu controller. This is a minimal OS with just enough packages. As these products are still in development and need bug fixes/patches, I have included instructions to git clone into right directories, etc.