diff options
author | Shinpei Muraoka <shinpei.muraoka@gmail.com> | 2016-04-12 11:40:25 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2016-05-16 13:15:24 +0900 |
commit | 918edd4effbfd4d2b3b9b24cdb7324b99ebf4201 (patch) | |
tree | 6f8276b4f5bba2075665905f8fbd88f560fe353b /doc | |
parent | a605021ccf64737891658758890fa3580810126c (diff) |
doc/app/ofctl_rest: Add pbb_uca to match field
Signed-off-by: Shinpei Muraoka <shinpei.muraoka@gmail.com>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/app/ofctl_rest.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/source/app/ofctl_rest.rst b/doc/source/app/ofctl_rest.rst index c7f2e98b..55b1c2e7 100644 --- a/doc/source/app/ofctl_rest.rst +++ b/doc/source/app/ofctl_rest.rst @@ -2591,6 +2591,8 @@ Description of Match on request messages (Openflow1.3+) ipv6_exthdr IPv6 Extension Header pseudo-field (int or string) {"ipv6_exthdr": 3, "eth_type": 34525} or {"ipv6_exthdr": "0x40/0x1F0", "eth_type": 34525} (Openflow1.3+) + pbb_uca PBB UCA hander field(int) {"pbb_uca": 1, "eth_type": 35047} + (Openflow1.4+) =============== ================================================== ======================================================================================================= .. NOTE:: |