diff options
author | root <root@frank.tg14.gathering.org> | 2014-04-14 18:52:37 +0200 |
---|---|---|
committer | root <root@frank.tg14.gathering.org> | 2014-04-14 18:52:37 +0200 |
commit | 92f2e0a4f34bc8c427e54489bb6178cc37885107 (patch) | |
tree | cb0ef4f7d5ca8f470a609944cd76c69f6958dd9c /planning | |
parent | de3aaa654423c6198f3fa3dfcf47f23cf2684d9f (diff) |
Subnet address update for TG14 in planning.
Diffstat (limited to 'planning')
-rw-r--r-- | planning/planning.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/planning/planning.cpp b/planning/planning.cpp index c30baec..0803f92 100644 --- a/planning/planning.cpp +++ b/planning/planning.cpp @@ -34,7 +34,7 @@ #define EXTENSION_COST 70 #define HORIZ_GAP_COST 100 -#define FIRST_SUBNET_ADDRESS "151.216.1.0" +#define FIRST_SUBNET_ADDRESS "151.216.129.0" #define SUBNET_SIZE 26 #define _INF 99999 |