bdde02b61b
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> |
||
---|---|---|
.. | ||
__init__.py | ||
cbench.py | ||
client.py | ||
conf_switch_key.py | ||
gre_tunnel.py | ||
ofctl_rest.py | ||
quantum_adapter.py | ||
rest_conf_switch.py | ||
rest_firewall.py | ||
rest_nw_id.py | ||
rest_quantum.py | ||
rest_router.py | ||
rest_topology.py | ||
rest_tunnel.py | ||
rest.py | ||
simple_isolation.py | ||
simple_switch.py | ||
simple_vlan.py | ||
tunnel_port_updater.py | ||
wsgi.py |