Changeset 406


Ignore:
Timestamp:
Mar 23, 2019, 11:15:59 PM (5 years ago)
Author:
g7moreau
Message:
  • Add switch HP5510-24F and update copyright
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/klask

    r405 r406  
    11#!/usr/bin/perl -w
    22#
    3 # Copyright (C) 2005-2018 Gabriel Moreau <Gabriel.Moreau(A)univ-grenoble-alpes.fr>
     3# Copyright (C) 2005-2019 Gabriel Moreau <Gabriel.Moreau(A)univ-grenoble-alpes.fr>
    44# License GNU GPL version 2 or later and Perl equivalent
    55#
     
    1414use strict;
    1515use warnings;
    16 use version; our $VERSION = version->declare('0.7.8');
     16use version; our $VERSION = version->declare('0.7.9');
    1717
    1818use Readonly;
     
    138138   JD377A           => { type => 2, model => 'HP5500-24G',     match => 'HP Comware.+?A5500-24G EI Switch',    revision => qr{Comware .*? Version (\d[\d\.]+?) Release},   },
    139139   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},  },
    140141   # BayStack
    141142   BS350T           => { type => 1, model => 'BS350T',         match => 'BayStack 350T HW'                     },
     
    12321233   print <<'END';
    12331234klask - port and search manager for switches, map management
    1234 Copyright (C) 2005-2018 Gabriel Moreau <Gabriel.Moreau(A)univ-grenoble-alpes.fr>
     1235Copyright (C) 2005-2019 Gabriel Moreau <Gabriel.Moreau(A)univ-grenoble-alpes.fr>
    12351236License GNU GPL version 2 or later and Perl equivalent
    12361237END
     
    38543855J9280A(HP2510G-48), J4813A(HP2524), J4900A(HP2626A), J4900B(HP2626B), J4899B(HP2650), J9021A(HP2810-24G), J9022A(HP2810-48G),
    38553856J8692A(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).
     3857J4121A(HP4000M), J9145A(HP2910-24G), J3298A(HP212M), J9625A(HP2620-24P), JH149A(HP5510-24F).
    38573858
    38583859BayStack: BayStack 350T HW(BS350T)
     
    39153916License GNU GPL version 2 or later and Perl equivalent
    39163917
    3917 Copyright (C) 2005-2018 Gabriel Moreau <Gabriel.Moreau(A)univ-grenoble-alpes.fr>.
     3918Copyright (C) 2005-2019 Gabriel Moreau <Gabriel.Moreau(A)univ-grenoble-alpes.fr>.
Note: See TracChangeset for help on using the changeset viewer.