Changeset 2594
- Timestamp:
- 08/22/07 01:00:10 (1 year ago)
- Files:
-
- trunk/doc/configuration.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/doc/configuration.xml
r2554 r2594 1215 1215 </scalar> 1216 1216 <scalar name="dev"> 1217 <description>The default network device. </description>1217 <description>The default network device. See <optionref ref="per-if-dev">iface/dev</optionref> for more information.</description> 1218 1218 </scalar> 1219 1219 <scalar name="prefix"> … … 1254 1254 1255 1255 <scalar name="ip"> 1256 <description>The ipwhich will be assigned to this interface.</description>1256 <description>The IP address which will be assigned to this interface.</description> 1257 1257 </scalar> 1258 1258 <scalar name="bcast"> 1259 1259 <description>The broadcast address.</description> 1260 1260 </scalar> 1261 <scalar name="dev" >1262 <description>The network device. </description>1261 <scalar name="dev" id="per-if-dev"> 1262 <description>The network device. When this is specified, the IP address will be assigned and removed when starting and stopping the guest.</description> 1263 1263 </scalar> 1264 1264 <scalar name="prefix">
