diff options
author | Kei Ohmura <ohmura.kei@gmail.com> | 2013-07-24 08:19:20 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2013-07-24 08:36:20 +0900 |
commit | bdde02b61b0595eef9d108e67b845200827bb026 (patch) | |
tree | d9fa9feed073903184d9ae9e3f5ea56d8e16df11 /doc/source/conf.py | |
parent | afefe3c3cd8fe1130c3cb617ff811b557538cb62 (diff) |
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>
Diffstat (limited to 'doc/source/conf.py')
0 files changed, 0 insertions, 0 deletions