direct-io.hg
changeset 2089:ba8727dce7d7
bitkeeper revision 1.1152 (4112369d1lg2gEGMDNU2UJuqjHAshQ)
Merge freefall.cl.cam.ac.uk:/auto/groups/xeno/BK/xeno.bk
into freefall.cl.cam.ac.uk:/auto/groups/xeno/users/cl349/BK/xeno.bk-26dom0
Merge freefall.cl.cam.ac.uk:/auto/groups/xeno/BK/xeno.bk
into freefall.cl.cam.ac.uk:/auto/groups/xeno/users/cl349/BK/xeno.bk-26dom0
author | cl349@freefall.cl.cam.ac.uk |
---|---|
date | Thu Aug 05 13:31:09 2004 +0000 (2004-08-05) |
parents | 4cccb33cf202 78ef630c782c |
children | b6d46f6caea5 |
files | tools/examples/network |
line diff
1.1 --- a/tools/examples/network Thu Aug 05 10:45:12 2004 +0000 1.2 +++ b/tools/examples/network Thu Aug 05 13:31:09 2004 +0000 1.3 @@ -96,7 +96,6 @@ create_bridge () { 1.4 brctl addbr ${bridge} 1.5 brctl stp ${bridge} off 1.6 brctl setfd ${bridge} 0 1.7 - brctl sethello ${bridge} 0 1.8 fi 1.9 ifconfig ${bridge} up 1.10 }