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
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:
>
> @
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
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
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 +++
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
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
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