diff options
author | Yuichi Ito <ito.yuichi0@gmail.com> | 2013-12-27 10:57:13 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2013-12-27 15:24:19 +0900 |
commit | 8e64bc9269d01ab04459600bc1911e543b5fc9ff (patch) | |
tree | 86951b60c19898f88997ecfe6d0af340c76c0fcf /doc | |
parent | 8597df8a00efe120850c02e86d959aee2ce89bd1 (diff) |
ofctl_v1_2/3: support IPv6
this patch implements the match conditions using IPv6.
NOTE: OpenFlow1.0 does not support IPv6.
e.g. using ofctl_rest)
curl -X POST -d '{"dpid": 1,
"match": {"eth_type": 34525,
"ipv6_src": "fe08:2001::/64",
"ipv6_dst": "ff02::1"},
"actions": [{"type": "OUTPUT",
"port": 2}]}' http://localhost:8080/stats/flowentry/add
Signed-off-by: Yuichi Ito <ito.yuichi0@gmail.com>
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions