ia64/xen-unstable
changeset 7778:0b4596caf761
nloopbacks default is now 8. So vifnum of greater than 7 requires
an adjustment to nloopbacks. Warning comment updated.
Signed-off-by: Nivedita Singhvi (niv@us.ibm.com)
an adjustment to nloopbacks. Warning comment updated.
Signed-off-by: Nivedita Singhvi (niv@us.ibm.com)
author | kaf24@firebug.cl.cam.ac.uk |
---|---|
date | Fri Nov 11 10:46:36 2005 +0100 (2005-11-11) |
parents | eaee11008e68 |
children | b5c95258fe59 |
files | tools/examples/network-bridge |
line diff
1.1 --- a/tools/examples/network-bridge Fri Nov 11 10:41:25 2005 +0100 1.2 +++ b/tools/examples/network-bridge Fri Nov 11 10:46:36 2005 +0100 1.3 @@ -20,9 +20,9 @@ 1.4 # 1.5 # Vars: 1.6 # 1.7 -# vifnum Virtual device number to use (default 0). Numbers >=1 1.8 +# vifnum Virtual device number to use (default 0). Numbers >=8 1.9 # require the netback driver to have nloopbacks set to a 1.10 -# higher value than its default of 1. 1.11 +# higher value than its default of 8. 1.12 # bridge The bridge to use (default xenbr${vifnum}). 1.13 # netdev The interface to add to the bridge (default eth${vifnum}). 1.14 # antispoof Whether to use iptables to prevent spoofing (default no).