From 7c98ab2345476a948f2b70d4d7de7906393b6f5e Mon Sep 17 00:00:00 2001 From: Yusuke Iwase Date: Wed, 18 Mar 2015 17:20:56 +0900 Subject: [PATCH] doc/app/ofctl_rest: Fix example of ipv6_exthdr match field Signed-off-by: IWASE Yusuke Signed-off-by: FUJITA Tomonori --- doc/source/app/ofctl_rest.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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::