deb-ryu/ryu/app
Kei Ohmura bdde02b61b ryu/app/ofctl_rest: add of1.3 support
This patch allows users to manually insert flows into switches via OpenFlow1.3
in the following way:

curl -d '{"dpid":"1", "priority":"32768",\
          "actions":[{"type":"SET_FIELD","field":"vlan_vid","value":10},\
                         {"type":"OUTPUT","port":2},\
                         {"type":"GOTO_TABLE","table_id":3}],\
          "match":{"in_port":1}}' http://127.0.0.1:8080/stats/flowentry/add

Signed-off-by: OHMURA Kei <ohmura.kei@lab.ntt.co.jp>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2013-07-24 08:36:20 +09:00
..
__init__.py initial commit 2011-12-09 15:56:05 +09:00
cbench.py cbench: specify OF1.0 2012-07-18 16:54:43 +09:00
client.py app/client: update for quantum->neutron change 2013-07-11 21:52:11 +09:00
conf_switch_key.py ryu/app/conf_switch_key: fix a comment 2013-07-09 12:14:38 +09:00
gre_tunnel.py appease pep8 2013-07-19 12:21:16 +09:00
ofctl_rest.py ryu/app/ofctl_rest: add of1.3 support 2013-07-24 08:36:20 +09:00
quantum_adapter.py app/quantum_adapter: Lazily initialize neutron client 2013-07-17 14:15:05 +09:00
rest_conf_switch.py log-cleanup: remove an unused logger instance 2013-03-06 01:33:31 +09:00
rest_firewall.py ryu/app/rest_firewall.py: handling of no switch connection 2013-04-20 05:03:09 +09:00
rest_nw_id.py app/rest_nw_id: add port type for reserved port and vport-gre 2013-02-04 22:32:32 +09:00
rest_quantum.py fix typos in comments 2013-02-08 22:55:39 +09:00
rest_router.py rest_router: follow packet lib api change 2013-07-24 04:12:09 +09:00
rest_topology.py topology: Add REST API 2013-03-31 18:13:12 +09:00
rest_tunnel.py rest_tunnel: fix comment typos 2013-04-24 19:19:23 +09:00
rest.py app/rest: add requirements to path component 2013-02-08 22:55:16 +09:00
simple_isolation.py use ofproto.OFP_NO_BUFFER in some places 2013-07-09 12:33:17 +09:00
simple_switch.py log-cleanup: per RyuApp logger 2013-03-06 01:35:14 +09:00
simple_vlan.py simple_vlan.py: race condition 2013-07-13 08:18:28 +09:00
tunnel_port_updater.py sweep the tree to change from gevent to ryu.lib.hub 2013-05-01 22:18:39 +09:00
wsgi.py sweep the tree to change from gevent to ryu.lib.hub 2013-05-01 22:18:39 +09:00