From be862db9a0085bfac88f205e1d6ef2bf7eb49116 Mon Sep 17 00:00:00 2001 From: Michael Hanselmann <hansmi@google.com> Date: Thu, 20 Dec 2012 14:09:09 +0100 Subject: [PATCH] gnt-network(8): Reorder commands MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Hiding the βconnectβ and βdisconnectβ commands below the tag operations isn't good. The same is done in βgnt-instance.rstβ. Signed-off-by: Michael Hanselmann <hansmi@google.com> Reviewed-by: Guido Trotter <ultrotter@google.com> --- man/gnt-network.rst | 50 ++++++++++++++++++++++----------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/man/gnt-network.rst b/man/gnt-network.rst index 5eef890de..d61133959 100644 --- a/man/gnt-network.rst +++ b/man/gnt-network.rst @@ -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 -- GitLab