From c89d0172ed3b485069abd1f0e4f4eac11db1d6ae Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 23 Jan 2014 16:43:31 +0100 Subject: [PATCH] trash more code about the unused private address space --- lbuild-initvm.sh | 11 ----------- 1 file changed, 11 deletions(-) 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 -- 2.43.0