diff options
author | IWASE Yusuke <iwase.yusuke0@gmail.com> | 2018-03-08 15:40:24 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2018-03-20 22:32:51 +0900 |
commit | a0f90115cc8306435d219923441ea5fda38c9a92 (patch) | |
tree | be0027c33a02dea411727e0a94899b1710c17f2b /doc/source | |
parent | 684b665290c91d9ac1b1f6f9865506c6a655b1aa (diff) |
nicira_ext: Support DEC_NSH_TTL action
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/nicira_ext_ref.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/source/nicira_ext_ref.rst b/doc/source/nicira_ext_ref.rst index 739349c4..7ca1b0c7 100644 --- a/doc/source/nicira_ext_ref.rst +++ b/doc/source/nicira_ext_ref.rst @@ -54,6 +54,7 @@ The followings shows the supported NXAction classes in OpenFlow1.0 or later .. autoclass:: NXActionCT .. autoclass:: NXActionNAT .. autoclass:: NXActionOutputTrunc +.. autoclass:: NXActionDecNshTtl .. autoclass:: NXFlowSpecMatch .. autoclass:: NXFlowSpecLoad .. autoclass:: NXFlowSpecOutput |