[Ryu-devel] rest_router.py mac-address

2013-10-27 Thread wataru yamamoto
I tried to execute rest_router.py. However, the MAC Address of the packet which acts as a forward is inaccurate. Specifically, the MAC Address is ASCII-Code instead of Binary-Code. Then, I corrected as follows. === start === --- rest_router.py.org 2013-10-28 14:51:15.0 +0900 +++ rest_r

Re: [Ryu-devel] Proposal: Annotation based PacketIn filter

2013-10-27 Thread Satoshi Kobayashi
Sorry, s/Annotation/Decoration/g 2013/10/28 Satoshi Kobayashi > Hi, > > I feel noisy that a packet jumps into the handler of EventOFPPacketIn > indiscriminately. Theredore, I would like to filter of a packet in the > handler be based on a certain rule. > > I consider the following API: > > @

Re: [Ryu-devel] How to setup HA with ZooKeeper

2013-10-27 Thread Satoshi Kobayashi
2013/10/26 FUJITA Tomonori > On Fri, 25 Oct 2013 18:50:55 +0900 > Satoshi Kobayashi wrote: > > > I found out that Ryu could setup HA with ZooKeeper. > > http://www.slideshare.net/yamahata/ryu-sdnframeworkupload > > > > Do we have any document about how to set it up? > > http://comments.gmane.org

[Ryu-devel] Proposal: Annotation based PacketIn filter

2013-10-27 Thread Satoshi Kobayashi
Hi, I feel noisy that a packet jumps into the handler of EventOFPPacketIn indiscriminately. Theredore, I would like to filter of a packet in the handler be based on a certain rule. I consider the following API: @set_ev_cls(ofp_event.EventOFPPacketIn, MAIN_DISPATCHER) @packet_in_filter(Ty

[Ryu-devel] [PATCH] RFC: about movement of files

2013-10-27 Thread Yuichi Ito
How about movement of libraries in 'ryu/lib' that are used only by the applications? For example, the module 'lacplib' is the library for 'simple_switch_lacp', not for 'ryu'. any comments? Signed-off-by: Yuichi Ito --- ryu/app/lib/lacplib.py| 333 +++

Re: [Ryu-devel] [PATCH 1/2] packet lib: vlan: support Q-in-Q (IEEE 802.3ad)

2013-10-27 Thread Yuichi Ito
On Sat, 26 Oct 2013 08:55:20 +0900 (JST) FUJITA Tomonori wrote: > On Fri, 25 Oct 2013 17:59:21 +0900 > Yuichi Ito wrote: > >> Signed-off-by: Yuichi Ito >> --- >> ryu/lib/packet/ethernet.py |1 + >> ryu/lib/packet/vlan.py | 49 +++ >> ryu/ofproto/ether.p

[Ryu-devel] Error while running ryu-manager

2013-10-27 Thread ramesh
Hi, I am new to using the RYU controller. I have followed the post for installing the RYU controller as follows: 1) git clone https://github.com/osrg/ryu.git 2) cd ryu; python ./setup.py install After that i tried searching the help for ryu-manager using root@test:/usr/local/bin# ryu-manager

[Ryu-devel] Error while running ryu-manager

2013-10-27 Thread ramesh
Hi, I am new to using the RYU controller. I have followed the post for installing the RYU controller as follows: 1) git clone https://github.com/osrg/ryu.git 2) cd ryu; python ./setup.py install After that i tried searching the help for ryu-manager using root@test:/usr/local/bin# ryu-manager