This patch adds the description of OpenvSwitch VLAN functionality to the man page of gnt-instance.
Signed-off-by: Sebastian Gebhard <[email protected]> --- man/gnt-instance.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/man/gnt-instance.rst b/man/gnt-instance.rst index cd60ee9..7d9e58b 100644 --- a/man/gnt-instance.rst +++ b/man/gnt-instance.rst @@ -160,6 +160,11 @@ name this option specifies a name for the NIC, which can be used as a NIC identifier. An instance can not have two NICs with the same name. +vlan + in openvswitch mode specifies the VLANs that the NIC will be + connected to. To connect as an access port use ``n`` or ``.n`` with + **n** being the VLAN ID. To connect as an trunk port use ``:n[:n]``. + A hybrid port can be created with ``.n:n[:n]`` Of these "mode" and "link" are NIC parameters, and inherit their default at cluster level. Alternatively, if no network is desired for -- 1.8.1.2
