diff options
author | Yusuke Iwase <iwase.yusuke0@gmail.com> | 2015-03-18 17:20:56 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2015-03-18 22:27:12 +0900 |
commit | 7c98ab2345476a948f2b70d4d7de7906393b6f5e (patch) | |
tree | 0559025c80b7a87d3f636865b57996c16377a7c2 /doc/source | |
parent | d2993399913b205cea3dc6aebe06f1dd058b1cc5 (diff) |
doc/app/ofctl_rest: Fix example of ipv6_exthdr match field
Signed-off-by: IWASE Yusuke <iwase.yusuke0@gmail.com>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'doc/source')
-rw-r--r-- | doc/source/app/ofctl_rest.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/app/ofctl_rest.rst b/doc/source/app/ofctl_rest.rst index 715707bb..25b47950 100644 --- a/doc/source/app/ofctl_rest.rst +++ b/doc/source/app/ofctl_rest.rst @@ -1628,7 +1628,7 @@ Description of Match on request messages mpls_bos MPLS BoS bit (int) {"mpls_bos": 1, "eth_type": 34888} pbb_isid PBB I-SID (int) {"pbb_isid": 5, "eth_type": 35047} tunnel_id Logical Port Metadata (int) {"tunnel_id": 7} - ipv6_exthdr IPv6 Extension Header pseudo-field (int) {"ipv6_exthdr": 3, "eth_type": 34525} + ipv6_exthdr IPv6 Extension Header pseudo-field (string) {"ipv6_exthdr": "0x40/0x1F0", "eth_type": 34525} =============== ================================================== ======================================================================================================= .. NOTE:: |