From 690e1e32ea56d8666644017cb9bcfb4da8963efb Mon Sep 17 00:00:00 2001 From: Aaron Lee Date: Thu, 8 Mar 2012 09:57:30 -0800 Subject: [PATCH] Change the default mac range to not 0 This fixes some of the confusion caused by Bug 947382 zoinks! set the U/L bit Change-Id: I3a610e3aa3904fdb82ad314c3fd1d06c6017f46c --- AUTHORS | 1 + stack.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index a3a4b6b9ae..5f758370c7 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,3 +1,4 @@ +Aaron Lee Adam Gandelman Andy Smith Anthony Young diff --git a/stack.sh b/stack.sh index eead8a199f..10da914e08 100755 --- a/stack.sh +++ b/stack.sh @@ -179,7 +179,7 @@ M_PORT=${M_PORT:-9898} # Default Melange Host M_HOST=${M_HOST:-localhost} # Melange MAC Address Range -M_MAC_RANGE=${M_MAC_RANGE:-404040/24} +M_MAC_RANGE=${M_MAC_RANGE:-FE-EE-DD-00-00-00/24} # Specify which services to launch. These generally correspond to screen tabs ENABLED_SERVICES=${ENABLED_SERVICES:-g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-net,n-vol,n-sch,n-novnc,n-xvnc,n-cauth,horizon,mysql,rabbit}