os-ken/ryu/app
IWASE Yusuke ede171c529 simple_switch: Separate simple_switch for beginners
simple_switch_* apps have conflicting two faces of its purpose.
One is the example apps for beginners, the other is the utility
apps for the L2 switching in the user environments.
These are difficult to be compatible.

This patch adds an example app for begginers and separates
from simple_switch_* apps.
This makes it easy to improve the L2 switching function of
simple_switch_* apps.

To simplify example_switch_13, the following features are dropped
from simple_switch_* apps.
 - FlowMod and Packet-Out messages using "buffer_id".
 - Checking the expected "miss_send_length" field.
 - Ignoring the LLDP packets

Signed-off-by: IWASE Yusuke <iwase.yusuke0@gmail.com>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2016-02-18 08:42:30 +09:00
..
gui_topology gui_topology: fix to work using WebSocket 2014-09-27 18:44:25 +09:00
ofctl python3: Fix relative imports 2015-08-21 13:10:58 +09:00
__init__.py initial commit 2011-12-09 15:56:05 +09:00
bmpstation.py Syntax level compatibility with Python 3 2015-04-08 12:57:45 +09:00
cbench.py doc: add components page 2014-05-27 20:24:50 +09:00
conf_switch_key.py ryu/app/conf_switch_key: fix a comment 2013-07-09 12:14:38 +09:00
example_switch_13.py simple_switch: Separate simple_switch for beginners 2016-02-18 08:42:30 +09:00
ofctl_rest.py ofctl_rest: support OFPQueueGetConfig Message 2015-10-28 14:44:41 +09:00
rest_conf_switch.py python3: Fix import issues with python2 2015-06-22 13:27:59 +09:00
rest_firewall.py Syntax level compatibility with Python 3 2015-04-08 12:57:45 +09:00
rest_qos.py Remove duplicated definitions 2015-06-30 17:00:24 +09:00
rest_router.py rest_router: Ensure that usage of icmp.dest_unreach and icmp.TimeExceeded complies with RFC 4884 2016-02-01 09:00:46 +09:00
rest_topology.py Add missing comment to rest_topology 2015-08-21 09:33:15 +09:00
simple_switch_12.py ignore lldp packet to avoid wrong links 2015-07-10 11:23:48 +09:00
simple_switch_13.py ignore lldp packet to avoid wrong links 2015-07-10 11:23:48 +09:00
simple_switch_14.py ignore lldp packet to avoid wrong links 2015-07-10 11:23:48 +09:00
simple_switch_igmp.py add IGMP snooping application 2014-01-06 20:28:01 +09:00
simple_switch_lacp.py lacplib: reduce unnecessary constant 2013-11-20 05:41:16 -08:00
simple_switch_snort.py python3: import __future__ for just in case 2015-11-13 15:36:51 +09:00
simple_switch_stp.py stplib: reduce unnecessary constant 2014-03-30 10:43:52 +09:00
simple_switch_websocket_13.py simple_switch_websocket_13: Add get_arp_table RPC method 2014-05-20 12:39:09 +09:00
simple_switch.py ignore lldp packet to avoid wrong links 2015-07-10 11:23:48 +09:00
ws_topology.py Add EventHostAdd handler for web socket application 2015-08-21 09:33:15 +09:00
wsgi.py python3: adapt @wsgi.route() 2015-06-25 20:14:00 +09:00