aboutsummaryrefslogtreecommitdiffstats
path: root/tools/make-switch-placements.pl
diff options
context:
space:
mode:
authorroot <root@einstein.tg15.gathering.org>2015-03-31 04:39:50 +0200
committerroot <root@einstein.tg15.gathering.org>2015-03-31 04:39:50 +0200
commite3d7c5cc86fedb458d9b091ca12245c01e7f285d (patch)
treee6e2dd92505d972e8a0d4e28160eb4657416dfcd /tools/make-switch-placements.pl
parentaff65378ea1ae556dbccc9a2f97a97811c86c39d (diff)
Lots of TG15-changes (-:
Diffstat (limited to 'tools/make-switch-placements.pl')
-rwxr-xr-xtools/make-switch-placements.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/make-switch-placements.pl b/tools/make-switch-placements.pl
index fe33c73..878b00e 100755
--- a/tools/make-switch-placements.pl
+++ b/tools/make-switch-placements.pl
@@ -2,7 +2,7 @@
use strict;
use warnings;
-my $switchtype = "dlink3100";
+my $switchtype = "ex2200";
print "begin;\n";
print "delete from placements where switch in (select switch from switches where switchtype = '$switchtype');\n";