diff options
author | Yuichi Ito <ito.yuichi0@gmail.com> | 2013-08-29 10:09:03 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2013-08-29 10:22:00 +0900 |
commit | 2ca49a222bcf0382b7b4aaf484ff30e3dc5d93eb (patch) | |
tree | 0b69202d15dc958129bf21ff15fc0a1e890b39f5 /.pylintrc | |
parent | 46d7a9805c9f1444f48b76fe50a56643de2ce190 (diff) |
add LACP application
this application provides the simple example of link aggregation using LACP.
the module "lacplib" controls exchange of LACP packets and watches the
status of the slave i/fs. the status changes if the i/fs went into a
LAG or timeout to exchange LACP occurred. the module sends a
"EventSlaveStateChanged" event when the status changed.
the module "simple_switch_lacp" is a variation of "simple_switch".
the switch receives the "EventPacketIn" event instead of the
"EventOFPPacketIn" event from the module "lacplib" in order to except
LACP. when the module received "EventSlaveStateChanged" event, the
module resets flow entries.
to run:
ryu-manager ryu/app/simple_switch_lacp.py
Signed-off-by: Yuichi Ito <ito.yuichi0@gmal.com>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to '.pylintrc')
0 files changed, 0 insertions, 0 deletions