Changeset 156
- Timestamp:
- Jun 8, 2016, 9:30:23 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/klask
r155 r156 2266 2266 for my $sw (keys %{$db_building{$building}->{$loc}}) { 2267 2267 2268 print "\"$sw:$db_switch_output_port{$sw}\" [label = $db_switch_output_port{$sw}, color = black, fillcolor = lightblue, peripheries = 2, style = filled];\n";2268 print "\"$sw:$db_switch_output_port{$sw}\" [label = \"$db_switch_output_port{$sw}\", color = black, fillcolor = lightblue, peripheries = 2, style = filled];\n"; 2269 2269 2270 2270 my $swname = $sw; … … 2279 2279 next if not $sw_connect eq $sw; 2280 2280 next if $port_connect eq $db_switch_output_port{$sw}; 2281 print "\"$sw:$port_connect\" [label = $port_connect, color = black, fillcolor = plum, peripheries = 1, style = filled];\n";2281 print "\"$sw:$port_connect\" [label = \"$port_connect\", color = black, fillcolor = plum, peripheries = 1, style = filled];\n"; 2282 2282 print "\"$sw:$port_connect\" -> \"$sw\" [len=2, style=bold, arrowhead= normal, arrowtail = inv]\n"; 2283 2283 }
Note: See TracChangeset
for help on using the changeset viewer.