Signed off by: Sean Dague xm.pod.1 | 53 ++++++++++++++++++++++++++++++++++++++++++++++++----- 1 files changed, 48 insertions(+), 5 deletions(-) --- xen-net-limit/docs/man/xm.pod.1 2005-11-15 17:10:02.000000000 -0500 +++ xen-manpages/docs/man/xm.pod.1 2005-11-16 17:41:40.000000000 -0500 @@ -550,10 +550,10 @@ =item B I I I I I -Set Simple EDF scheduler parameters. This scheduler provides weighted -CPU sharing in an intuitive way and uses realtime-algorithms to ensure -time guarantees. For more information see -docs/misc/sedf_scheduler_mini-HOWTO.txt in the Xen distribution. +Set Simple EDF (Earliest Deadline First) scheduler parameters. This +scheduler provides weighted CPU sharing in an intuitive way and uses +realtime-algorithms to ensure time guarantees. For more information +see docs/misc/sedf_scheduler_mini-HOWTO.txt in the Xen distribution. B @@ -640,11 +640,54 @@ =head2 NETWORK DEVICES -=item B I I<[script=script]> I<[ip=ipaddr]> +=item B I I<[script=scriptname]> I<[ip=ipaddr]> I<[mac=macaddr]> I<[bridge=bridge-name]> I<[backend=bedomain-id]> +Creates a new network device in the domain specified by domain-id. It +takes the following optional options: + +B + +=over 4 + +=item I + +Use the specified script name to bring up the network. Defaults to +the default setting in xend-config.sxp for I. + +=item I + +Passes the specified IP Address to the adapter on creation. + +FIXME: this currently appears to be B. I'm not sure under what +circumstances this should actually work. + +=item I + +The MAC address that the domain will see on its ethernet device. If +the device is not specified it will be randomly generated with the +00:16:3e vendor id prefix. + +=item I + +The name of the bridge to attach the vif to, in case you have more +than one. This defaults to + +=item I + +The backend domain id. By default this is domain 0. + +=back + =item B I I +Removes the network device from the domain specified by I. +I is the virtual interface device number within the domain +(i.e. the 3 in vif22.3). + +FIXME: this is currently B. Network devices aren't completely +removed from domain 0. + =item B I List virtual network interfaces for a domain. The returned output is