Revision ee93aa8a man/gnt-network.rst

b/man/gnt-network.rst
163 163

  
164 164
CONNECT
165 165
~~~~~~~
166
| **connect** {*network*} {*group*} {*mode*} {*link*}
167 166

  
168
Connect a network to a given nodegroup with the netparams (*mode*, *link*).
169
Every nic will inherit those netparams if assigned in a network.
170
*group* can be ``all`` if you want to connect to all existing nodegroups
167
| **connect** {*network*} {*mode*} {*link*} [*groups*...]
168

  
169
Connect a network to given node groups (all if not specified) with the network
170
parameters *mode* and *link*. Every network interface will inherit those
171
parameters if assigned in a network.
171 172

  
172 173
DISCONNECT
173 174
~~~~~~~~~~
174
| **disconnect** {*network*} {*group*}
175 175

  
176
Disconnect a network to a nodegroup. This is possible only if no instance
177
is using the network.
176
| **disconnect** {*network*} [*groups*...]
177

  
178
Disconnect a network from given node groups (all if not specified). This is
179
possible only if no instance is using the network.

Also available in: Unified diff