Clarify that specifying dev will add/remove the IP address.
authorDaniel Hokka Zakrisson <daniel@hozac.com>
Tue, 21 Aug 2007 23:00:10 +0000 (23:00 +0000)
committerDaniel Hokka Zakrisson <daniel@hozac.com>
Tue, 21 Aug 2007 23:00:10 +0000 (23:00 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2594 94cd875c-1c1d-0410-91d2-eb244daf1a30

doc/configuration.xml

index 8db75d1..526ca1a 100644 (file)
@@ -1214,7 +1214,7 @@ The name of the current vserver.
        <description>The default broadcast address.</description>
       </scalar>
       <scalar name="dev">
-       <description>The default network device.</description>
+       <description>The default network device. See <optionref ref="per-if-dev">iface/dev</optionref> for more information.</description>
       </scalar>
       <scalar name="prefix">
        <description>The default network prefix-length.</description>
@@ -1253,13 +1253,13 @@ numbers like '00' are good names for these directories.
        </boolean>
        
        <scalar name="ip">
-         <description>The ip which will be assigned to this interface.</description>
+         <description>The IP address which will be assigned to this interface.</description>
        </scalar>
        <scalar name="bcast">
          <description>The broadcast address.</description>
        </scalar>
-       <scalar name="dev">
-         <description>The network device.</description>
+       <scalar name="dev" id="per-if-dev">
+         <description>The network device. When this is specified, the IP address will be assigned and removed when starting and stopping the guest.</description>
        </scalar>
        <scalar name="prefix">
          <description>The network prefix-length.</description>