X-Git-Url: http://git.onelab.eu/?p=build.git;a=blobdiff_plain;f=lbuild-bridge.sh;h=d3b2ab7a68733a14f307512f0e1c8a1f095c584d;hp=b0e3658e121c6fbfbb5e23e0b43b7d7eee34011e;hb=HEAD;hpb=a4f739908d1f072a007fc24b22a76e9b1d20cc48 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 <