summaryrefslogtreecommitdiffhomepage
path: root/doc/source/quantumclient/common
diff options
context:
space:
mode:
authorMinoru TAKAHASHI <takahashi.minoru7@gmail.com>2014-08-01 17:53:02 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2014-08-01 18:05:35 +0900
commit67328e0fb1629f4838f7f0bb2b5b9c8e47e3d343 (patch)
tree0512afcb074c486d9f7bb1c5702dce7cf0cf9b3f /doc/source/quantumclient/common
parent6096a49d2ee813493f9348d0c023f52986a54d0d (diff)
ofctl_rest: Add support for strict matching
ofctl_rest is now enable to modify and delete with strict matching. usage) URI: /stats/flowentry/modify_strict /stats/flowentry/delete_strict method: POST e.g. ) curl -X POST -d '{"dpid": 1, "actions":[{"port":3, "type":"OUTPUT"}], "match":{"in_port":2}}' http://localhost:8080/stats/flowentry/modify_strict curl -X POST -d '{"dpid": 1, "match":{"in_port":2}}' http://localhost:8080/stats/flowentry/delete_strict Signed-off-by: Minoru TAKAHASHI <takahashi.minoru7@gmail.com> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'doc/source/quantumclient/common')
0 files changed, 0 insertions, 0 deletions