commit | 6a29dd2c4ec732102198841177953d0c24962529 | [log] [tgz] |
---|---|---|
author | Tony Mack <tmack@paris.CS.Princeton.EDU> | Mon Apr 14 22:13:11 2014 -0400 |
committer | Tony Mack <tmack@paris.CS.Princeton.EDU> | Mon Apr 14 22:16:47 2014 -0400 |
tree | c4fe94a21e3891b918fe4e380c4b88a13c255962 | |
parent | 676ef4fe9809dc5bf07656c94cd98951ea1ec6fb [diff] |
fix bug
diff --git a/planetstack/observer/steps/sync_network_deployments.py b/planetstack/observer/steps/sync_network_deployments.py index e0e3eac..a8d6262 100644 --- a/planetstack/observer/steps/sync_network_deployments.py +++ b/planetstack/observer/steps/sync_network_deployments.py
@@ -49,7 +49,6 @@ last_ip = IPAddress(ints[-1]) else: last_ip = IPAddress('10.0.0.0') - last_ip = IPAddress(ints[-1]) last_network = IPNetwork(str(last_ip) + "/24") next_network = IPNetwork(str(IPAddress(last_network) + last_network.size) + "/24") return next_network