nx_actions: Fix NXActionSetTunnel docstring
set_tunnel and set_field:xxx->tun_id are different actions. Signed-off-by: IWAMOTO Toshihiro <iwamoto@valinux.co.jp> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
parent
4bc29b2c5f
commit
704dcc786a
@ -561,10 +561,9 @@ def generate(ofp_name, ofpp_name):
|
||||
And equivalent to the followings action of ovs-ofctl command.
|
||||
|
||||
.. note::
|
||||
ovs-ofctl command of the OpenFlow1.0 is different from that
|
||||
of OpenFlow1.2 or later.
|
||||
|
||||
OpenFlow1.0
|
||||
This actions is supported by
|
||||
``OFPActionSetField``
|
||||
in OpenFlow1.2 or later.
|
||||
|
||||
..
|
||||
set_tunnel:id
|
||||
@ -574,16 +573,6 @@ def generate(ofp_name, ofpp_name):
|
||||
| **set_tunnel**\:\ *id* |
|
||||
+------------------------+
|
||||
|
||||
OpenFlow1.2 or later
|
||||
|
||||
..
|
||||
set_field:value->tun_id
|
||||
..
|
||||
|
||||
+-----------------------------------+
|
||||
| **set_field**\:\ *value*\->tun_id |
|
||||
+-----------------------------------+
|
||||
|
||||
================ ======================================================
|
||||
Attribute Description
|
||||
================ ======================================================
|
||||
@ -609,10 +598,9 @@ def generate(ofp_name, ofpp_name):
|
||||
And equivalent to the followings action of ovs-ofctl command.
|
||||
|
||||
.. note::
|
||||
ovs-ofctl command of the OpenFlow1.0 is different from that
|
||||
of OpenFlow1.2 or later.
|
||||
|
||||
OpenFlow1.0
|
||||
This actions is supported by
|
||||
``OFPActionSetField``
|
||||
in OpenFlow1.2 or later.
|
||||
|
||||
..
|
||||
set_tunnel64:id
|
||||
@ -622,16 +610,6 @@ def generate(ofp_name, ofpp_name):
|
||||
| **set_tunnel64**\:\ *id* |
|
||||
+--------------------------+
|
||||
|
||||
OpenFlow1.2 or later
|
||||
|
||||
..
|
||||
set_field:value->tun_id
|
||||
..
|
||||
|
||||
+-----------------------------------+
|
||||
| **set_field**\:\ *value*\->tun_id |
|
||||
+-----------------------------------+
|
||||
|
||||
================ ======================================================
|
||||
Attribute Description
|
||||
================ ======================================================
|
||||
|
Loading…
Reference in New Issue
Block a user