ia64/xen-unstable
changeset 9395:3ff676ec59f2
[IA64] avoid networking in VTI
It's currently not working.
From: Zhang Xiantao <xiantao.zhang@intel.com>
It's currently not working.
From: Zhang Xiantao <xiantao.zhang@intel.com>
author | awilliam@xenbuild.aw |
---|---|
date | Thu Mar 23 14:14:20 2006 -0700 (2006-03-23) |
parents | 218591a0cb7e |
children | 6503da07557d |
files | tools/examples/xmexample.vti |
line diff
1.1 --- a/tools/examples/xmexample.vti Thu Mar 23 13:28:26 2006 -0700 1.2 +++ b/tools/examples/xmexample.vti Thu Mar 23 14:14:20 2006 -0700 1.3 @@ -32,7 +32,7 @@ name = "ExampleVTIDomain" 1.4 # Random MACs are assigned if not given. 1.5 #vif = [ 'type=ioemu, mac=00:16:3e:00:00:11, bridge=xenbr0' ] 1.6 # type=ioemu specify the NIC is an ioemu device not netfront 1.7 -vif = [ 'type=ioemu, bridge=xenbr0' ] 1.8 +#vif = [ 'type=ioemu, bridge=xenbr0' ] 1.9 # for multiple NICs in device model, 3 in this example 1.10 #vif = [ 'type=ioemu, bridge=xenbr0', 'type=ioemu', 'type=ioemu'] 1.11