diff options
Diffstat (limited to 'tools/make-switch-placements.pl')
-rwxr-xr-x | tools/make-switch-placements.pl | 2 |
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"; |