Changeset 229


Ignore:
Timestamp:
Mar 5, 2017, 9:58:00 AM (7 years ago)
Author:
g7moreau
Message:
  • Small error and better doc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/klask

    r228 r229  
    432432      or $mac_address =~ m{^ [0-9A-Fa-f]{6} - [0-9A-Fa-f]{6} $}xms
    433433      ) {
    434       $mac_address =~ s/-//g;
     434      $mac_address =~ s/[-\.]//g;
    435435      return join q{:}, unpack('(A2)*', uc($mac_address));
    436436      }
     
    27282728
    27292729This command search a MAC address on a switch.
    2730 The VLAN could help.
     2730To search on all switch, you could put C<'*'> or C<all>.
     2731The VLAN parameter could help.
    27312732
    27322733
Note: See TracChangeset for help on using the changeset viewer.