- Timestamp:
- Mar 23, 2019, 11:15:59 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/klask
r405 r406 1 1 #!/usr/bin/perl -w 2 2 # 3 # Copyright (C) 2005-201 8Gabriel Moreau <Gabriel.Moreau(A)univ-grenoble-alpes.fr>3 # Copyright (C) 2005-2019 Gabriel Moreau <Gabriel.Moreau(A)univ-grenoble-alpes.fr> 4 4 # License GNU GPL version 2 or later and Perl equivalent 5 5 # … … 14 14 use strict; 15 15 use warnings; 16 use version; our $VERSION = version->declare('0.7. 8');16 use version; our $VERSION = version->declare('0.7.9'); 17 17 18 18 use Readonly; … … 138 138 JD377A => { type => 2, model => 'HP5500-24G', match => 'HP Comware.+?A5500-24G EI Switch', revision => qr{Comware .*? Version (\d[\d\.]+?) Release}, }, 139 139 JD374A => { type => 2, model => 'HP5500-24F', match => 'HP Comware.+?A5500-24G-SFP EI ', revision => qr{Comware .*? Version (\d[\d\.]+?) Release}, }, 140 JH149A => { type => 2, model => 'HP5510-24F', match => 'HPE Comware.+?HPE 5510 .+? JH149A', revision => qr{Comware .*? Version (\d[\d\.]+?), Release}, }, 140 141 # BayStack 141 142 BS350T => { type => 1, model => 'BS350T', match => 'BayStack 350T HW' }, … … 1232 1233 print <<'END'; 1233 1234 klask - port and search manager for switches, map management 1234 Copyright (C) 2005-201 8Gabriel Moreau <Gabriel.Moreau(A)univ-grenoble-alpes.fr>1235 Copyright (C) 2005-2019 Gabriel Moreau <Gabriel.Moreau(A)univ-grenoble-alpes.fr> 1235 1236 License GNU GPL version 2 or later and Perl equivalent 1236 1237 END … … 3854 3855 J9280A(HP2510G-48), J4813A(HP2524), J4900A(HP2626A), J4900B(HP2626B), J4899B(HP2650), J9021A(HP2810-24G), J9022A(HP2810-48G), 3855 3856 J8692A(HP3500-24G), J4903A(HP2824), J4110A(HP8000M), JE074A(HP5120-24G), JE069A(HP5120-48G), JD377A(HP5500-24G), JD374A(HP5500-24F), 3856 J4121A(HP4000M), J9145A(HP2910-24G), J3298A(HP212M), J9625A(HP2620-24P) .3857 J4121A(HP4000M), J9145A(HP2910-24G), J3298A(HP212M), J9625A(HP2620-24P), JH149A(HP5510-24F). 3857 3858 3858 3859 BayStack: BayStack 350T HW(BS350T) … … 3915 3916 License GNU GPL version 2 or later and Perl equivalent 3916 3917 3917 Copyright (C) 2005-201 8Gabriel Moreau <Gabriel.Moreau(A)univ-grenoble-alpes.fr>.3918 Copyright (C) 2005-2019 Gabriel Moreau <Gabriel.Moreau(A)univ-grenoble-alpes.fr>.
Note: See TracChangeset
for help on using the changeset viewer.