Skip to content
Snippets Groups Projects
Commit be862db9 authored by Michael Hanselmann's avatar Michael Hanselmann
Browse files

gnt-network(8): Reorder commands


Hiding the “connect” and “disconnect” commands below the tag operations
isn't good. The same is done in “gnt-instance.rst”.

Signed-off-by: default avatarMichael Hanselmann <hansmi@google.com>
Reviewed-by: default avatarGuido Trotter <ultrotter@google.com>
parent e23cb7ca
No related branches found
No related tags found
No related merge requests found
......@@ -119,6 +119,31 @@ LIST-FIELDS
List available fields for networks.
INFO
~~~~
| **info** [network...]
Displays information about a given network.
CONNECT
~~~~~~~
| **connect** {*network*} {*mode*} {*link*} [*groups*...]
Connect a network to given node groups (all if not specified) with the
network parameters *mode* and *link*. Every network interface will
inherit those parameters if assigned in a network.
DISCONNECT
~~~~~~~~~~
| **disconnect** {*network*} [*groups*...]
Disconnect a network from given node groups (all if not specified). This
is possible only if no instance is using the network.
TAGS
~~~
......@@ -157,31 +182,6 @@ this case, there is not need to pass tags on the command line (if you
do, tags from both sources will be removed). A file name of ``-`` will
be interpreted as stdin.
INFO
~~~~
| **info** [network...]
Displays information about a given network.
CONNECT
~~~~~~~
| **connect** {*network*} {*mode*} {*link*} [*groups*...]
Connect a network to given node groups (all if not specified) with the
network parameters *mode* and *link*. Every network interface will
inherit those parameters if assigned in a network.
DISCONNECT
~~~~~~~~~~
| **disconnect** {*network*} [*groups*...]
Disconnect a network from given node groups (all if not specified). This
is possible only if no instance is using the network.
.. vim: set textwidth=72 :
.. Local Variables:
.. mode: rst
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment