X-Git-Url: http://git.onelab.eu/?p=build.git;a=blobdiff_plain;f=lbuild-bridge.sh;h=d3b2ab7a68733a14f307512f0e1c8a1f095c584d;hp=b0e3658e121c6fbfbb5e23e0b43b7d7eee34011e;hb=48518c14cc5d98166f0b084286b82f2431c4fdb3;hpb=140ec07b8ce5a7f3994f1c0f14a22c8a04940691 diff --git a/lbuild-bridge.sh b/lbuild-bridge.sh index b0e3658e..d3b2ab7a 100755 --- a/lbuild-bridge.sh +++ b/lbuild-bridge.sh @@ -1,29 +1,30 @@ #!/bin/bash -# taking this bridge-initialization code out of lbuild-initvm.sh -# so we can use it on our libvirt/lxc local infra -# there's something very similar in +# taking this bridge-initialization code out of lbuild-initvm.sh +# so we can use it on our libvirt/lxc local infra +# there's something very similar in # tests/system/template-qemu/qemu-bridge-init -# that the current code was actually based on, but -# nobody was ever bold enough to reconcile these two +# that the current code was actually based on, but +# nobody was ever bold enough to reconcile these two -# hard-wired +# hard-wired DEFAULT_PUBLIC_BRIDGE=br0 ############################## # use /proc/net/dev instead of a hard-wired list function gather_interfaces () { - python <