aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorJan Gelety <jgelety@cisco.com>2018-02-13 10:43:08 +0100
committerJan Gelety <jgelety@cisco.com>2018-02-13 14:29:00 +0000
commit21237e6f00a9c9e7258814c1980e0ccb01a49d0c (patch)
treeaabd0aff66167e7ae858479e5eafc835381bdc45 /bootstrap.sh
parent0a128f671f04b19b0cad453597fec82288a657b2 (diff)
Increase virl2 and virl3 servers IP capacity in bootstrap.sh
Change-Id: Ia64bfdbcc1ea5218a7b3b6708ad75662129a46cc Signed-off-by: Jan Gelety <jgelety@cisco.com>
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index 9c8c0710af..3d79016849 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -52,8 +52,8 @@ fi
VIRL_SERVERS=("10.30.51.28" "10.30.51.29" "10.30.51.30")
IPS_PER_VIRL=( "10.30.51.28:252"
- "10.30.51.29:74"
- "10.30.51.30:74" )
+ "10.30.51.29:252"
+ "10.30.51.30:252" )
SIMS_PER_VIRL=( "10.30.51.28:13"
"10.30.51.29:13"
"10.30.51.30:13" )