diff options
-rw-r--r-- | planning/patchlist.txt | 2 | ||||
-rw-r--r-- | planning/patchlist.txt.distrosort | 2 | ||||
-rw-r--r-- | planning/planning.cpp | 10 | ||||
-rw-r--r-- | planning/switches.txt | 2 |
4 files changed, 12 insertions, 4 deletions
diff --git a/planning/patchlist.txt b/planning/patchlist.txt index 3d54f72..7cb12fb 100644 --- a/planning/patchlist.txt +++ b/planning/patchlist.txt @@ -85,3 +85,5 @@ e71-1 d6.floor ge-0/0/12 ge-1/0/12 ge-2/0/12 e71-2 d6.floor ge-0/0/13 ge-1/0/13 ge-2/0/13 e71-3 d5.floor ge-0/0/12 ge-1/0/12 ge-2/0/12 e71-4 d5.floor ge-0/0/13 ge-1/0/13 ge-2/0/13 +e73-3 d5.floor ge-0/0/14 ge-1/0/14 ge-2/0/14 +e73-4 d5.floor ge-0/0/15 ge-1/0/15 ge-2/0/15 diff --git a/planning/patchlist.txt.distrosort b/planning/patchlist.txt.distrosort index 5f5701e..3770c1c 100644 --- a/planning/patchlist.txt.distrosort +++ b/planning/patchlist.txt.distrosort @@ -71,6 +71,8 @@ e69-3 d5.floor ge-0/0/10 ge-1/0/10 ge-2/0/10 e69-4 d5.floor ge-0/0/11 ge-1/0/11 ge-2/0/11 e71-3 d5.floor ge-0/0/12 ge-1/0/12 ge-2/0/12 e71-4 d5.floor ge-0/0/13 ge-1/0/13 ge-2/0/13 +e73-3 d5.floor ge-0/0/14 ge-1/0/14 ge-2/0/14 +e73-4 d5.floor ge-0/0/15 ge-1/0/15 ge-2/0/15 e59-1 d6.floor ge-0/0/0 ge-1/0/0 ge-2/0/0 e59-2 d6.floor ge-0/0/1 ge-1/0/1 ge-2/0/1 e61-1 d6.floor ge-0/0/2 ge-1/0/2 ge-2/0/2 diff --git a/planning/planning.cpp b/planning/planning.cpp index 94f83cc..e698490 100644 --- a/planning/planning.cpp +++ b/planning/planning.cpp @@ -381,10 +381,12 @@ void Planner::init_switches() // No seats here for TG23 if (i >= 37 && i <= 41) { - // switches.push_back(Switch(i,0)); - // switches.push_back(Switch(i,1)); - // switches.push_back(Switch(i,2)); - // switches.push_back(Switch(i,3)); + //switches.push_back(Switch(i,0)); + //switches.push_back(Switch(i,1)); + if (i == 37) { + switches.push_back(Switch(i,2)); + switches.push_back(Switch(i,3)); + } } } diff --git a/planning/switches.txt b/planning/switches.txt index 80d509f..f0eb333 100644 --- a/planning/switches.txt +++ b/planning/switches.txt @@ -85,3 +85,5 @@ e71-1 88.92.20.192/26 2a06:5844:e:711::/64 151.216.131.78/24 2a06:5841:f:10:6::7 e71-2 88.92.21.0/26 2a06:5844:e:712::/64 151.216.131.79/24 2a06:5841:f:10:6::79/64 1712 d6.floor e71-3 88.92.21.64/26 2a06:5844:e:713::/64 151.216.131.14/24 2a06:5841:f:10:5::14/64 1713 d5.floor e71-4 88.92.21.128/26 2a06:5844:e:714::/64 151.216.131.15/24 2a06:5841:f:10:5::15/64 1714 d5.floor +e73-3 88.92.21.192/26 2a06:5844:e:733::/64 151.216.131.16/24 2a06:5841:f:10:5::16/64 1733 d5.floor +e73-4 88.92.22.0/26 2a06:5844:e:734::/64 151.216.131.17/24 2a06:5841:f:10:5::17/64 1734 d5.floor |