From 75456de45760586c557ff78d3ee87a6c78dd956d Mon Sep 17 00:00:00 2001 From: Andy Bavier Date: Wed, 1 Jul 2009 19:46:07 +0000 Subject: [PATCH] Added GaTech and UMKC to topology --- topology.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/topology.py b/topology.py index b4ba5bf..104100c 100755 --- a/topology.py +++ b/topology.py @@ -16,6 +16,7 @@ links = [(2, 12), # I2 Princeton - New York (5, 6), # NLR Houston - Atlanta (5, 8), # NLR Houston - Los Angeles (6, 10), # NLR Atlanta - Wash DC + (6, 14), # NLR Atlanta - Ga Tech (7, 8), # NLR Seattle - Los Angeles (9, 10), # NLR New York - Wash DC (11, 13), # I2 Chicago - Wash DC @@ -24,9 +25,11 @@ links = [(2, 12), # I2 Princeton - New York (11, 17), # I2 Chicago - Kansas City (12, 13), # I2 New York - Wash DC (13, 15), # I2 Wash DC - Atlanta + (14, 15), # Ga Tech - I2 Atlanta (15, 19), # I2 Atlanta - Houston (17, 19), # I2 Kansas City - Houston (17, 22), # I2 Kansas City - Salt Lake City + (17, 24), # I2 Kansas City - UMKC (19, 20), # I2 Houston - Los Angeles (20, 21), # I2 Los Angeles - Seattle (20, 22), # I2 Los Angeles - Salt Lake City -- 2.43.0