Legend:
- Unmodified
- Added
- Removed
-
trunk/klask
r370 r372 1 1 #!/usr/bin/perl -w 2 2 # 3 # Copyright (C) 2005-2017 Gabriel Moreau <Gabriel.Moreau(A)univ-grenoble-alpes.fr> 3 # Copyright (C) 2005-2018 Gabriel Moreau <Gabriel.Moreau(A)univ-grenoble-alpes.fr> 4 # License GNU GPL version 2 or later and Perl equivalent 4 5 # 5 6 # $Id$ … … 930 931 #--------------------------------------------------------------- 931 932 sub get_switchdb_checksum { 932 my %switch_db = @_; # 933 my %switch_db = @_; # same as global %SWITCH_DB 933 934 934 935 my $checksum_data = ''; … … 1215 1216 print <<'END'; 1216 1217 klask - port and search manager for switches, map management 1217 Copyright (C) 2005-201 7Gabriel Moreau <Gabriel.Moreau(A)univ-grenoble-alpes.fr>1218 License G PL version 2 or later and Perl equivalent1218 Copyright (C) 2005-2018 Gabriel Moreau <Gabriel.Moreau(A)univ-grenoble-alpes.fr> 1219 License GNU GPL version 2 or later and Perl equivalent 1219 1220 END 1220 1221 … … 1370 1371 # Remplis le champs portignore des ports d'inter-connection pour chaque switch 1371 1372 my $switch_connection = YAML::Syck::LoadFile("$KLASK_SW_FILE"); 1372 if ($switch_checksum ne $switch_connection->{'checksum'}) { # 1373 if ($switch_checksum ne $switch_connection->{'checksum'}) { # Verify checksum 1373 1374 if ($no_rebuildsw) { 1374 1375 print "WARNING: switch database is outdate, please rebuild if with updatesw command\n"; … … 3229 3230 else { 3230 3231 my $style = 'solid'; 3231 my $color = 'black'; # 3232 my $color = 'black'; # navyblue 3232 3233 if ($db_switch_output_port{$sw} =~ m/^(Trk|Br|Po)/) { 3233 3234 $style = 'bold'; … … 3248 3249 for my $sw (keys %{$db_switch_connected_on_port{$swport}}) { 3249 3250 my $style = 'solid'; 3250 my $color = 'black'; # 3251 my $color = 'black'; # navyblue 3251 3252 if ($port_connect =~ m/^(Trk|Br|Po)/) { 3252 3253 $style = 'bold'; … … 3754 3755 =head1 LICENSE AND COPYRIGHT 3755 3756 3756 GPL version 2 or later and Perl equivalent3757 3758 Copyright (C) 2005-201 7Gabriel Moreau <Gabriel.Moreau(A)univ-grenoble-alpes.fr>.3757 Licence GNU GPL version 2 or later and Perl equivalent 3758 3759 Copyright (C) 2005-2018 Gabriel Moreau <Gabriel.Moreau(A)univ-grenoble-alpes.fr>. -
trunk/push-web
r365 r372 1 1 #!/bin/bash 2 # 3 # Copyright (C) 2005-2018 Gabriel Moreau <Gabriel.Moreau(A)univ-grenoble-alpes.fr> 4 # License GNU GPL version 2 or later 2 5 # 3 6 # 2007/10/23 Gabriel Moreau
Note: See TracChangeset
for help on using the changeset viewer.