diff options
author | takahashi.minoru <takahashi.minoru7@gmail.com> | 2014-07-08 15:00:51 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2014-07-17 15:04:35 +0900 |
commit | 78786a47c6f54a73f515bc439a9eeba24894a3f8 (patch) | |
tree | 3485497b0ed30be182c6a5da7a041065cb46dc3a /README.rst | |
parent | 39c0fc00f9169e056b4e25af923d127d61b0aa3c (diff) |
ofctl_rest: support Port Modification Message
this patch makes ofctl_rest enable use of Port Modification Message.
usage)
URI: /stats/portdesc/modify
method: POST
the message body is as follows:
dpid
port_no (default:0)
config (default:0)
hw_addr (default:automatic-setting)
mask (default:0)
advertise (default:automatic-setting)
e.g. )
curl -X POST -d '{"dpid": 1,
"port_no": 1,
"mask": 0b0000001,
"config": 0b0000001}' http://localhost:8080/stats/portdesc/modify
Signed-off-by: TAKAHASHI Minoru <takahashi.minoru7@gmail.com>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'README.rst')
0 files changed, 0 insertions, 0 deletions