Changeset 255 for trunk/klask


Ignore:
Timestamp:
Sep 8, 2017, 6:12:19 PM (7 years ago)
Author:
g7moreau
Message:
  • internet dot line style
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/klask

    r254 r255  
    27992799         }
    28002800      else {
    2801          printf "   \"%s:%s\" -> internet\n", $sw, $db_switch_output_port{$sw};
     2801         my $style = 'solid';
     2802         $style = 'bold' if $db_switch_output_port{$sw} =~ m/^(Trk|Br|Po)/;
     2803         printf "   \"%s:%s\" -> internet [style=$style]\n", $sw, $db_switch_output_port{$sw};
    28022804         }
    28032805      }
Note: See TracChangeset for help on using the changeset viewer.