Clarify that specifying dev will add/remove the IP address.
[util-vserver.git] / 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>