From: Thierry Parmentelat Date: Thu, 23 Jan 2014 15:43:31 +0000 (+0100) Subject: trash more code about the unused private address space X-Git-Tag: before_libvirt_121~31 X-Git-Url: http://git.onelab.eu/?p=build.git;a=commitdiff_plain;h=c89d0172ed3b485069abd1f0e4f4eac11db1d6ae trash more code about the unused private address space --- diff --git a/lbuild-initvm.sh b/lbuild-initvm.sh index bb2e540c..67e96ce1 100755 --- a/lbuild-initvm.sh +++ b/lbuild-initvm.sh @@ -23,17 +23,6 @@ COMMAND_LBUILD="lbuild-initvm.sh" COMMAND_LTEST="ltest-initvm.sh" ########## -# when creating build boxes we use private NAT'ed addresses for the VMs -# as per virbr0 that is taken care of by libvirt at startup -PRIVATE_BRIDGE="virbr0" -PRIVATE_PREFIX="192.168.122." -PRIVATE_GATEWAY="192.168.122.1" -# beware that changing this would break the logic of random_private_byte... -PRIVATE_MASKLEN=24 - -# we just try randomly in that range until a free IP address shows up -PRIVATE_ATTEMPTS=20 - # constant PUBLIC_BRIDGE=br0