Changeset 241


Ignore:
Timestamp:
Sep 7, 2017, 6:25:55 PM (7 years ago)
Author:
g7moreau
Message:
  • hack for portignore...
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/klask

    r240 r241  
    520520      for my $portignore (@{$sw->{portignore}}) {
    521521         next LOOP_ON_SWITCH if $swport_hr eq $portignore;
     522         my ($swport_hr_limited) = split /:/, $swport_hr; # Beginning of the swith port (Aggregator)
     523         next LOOP_ON_SWITCH if $swport_hr_limited eq $portignore;
    522524         }
    523525
Note: See TracChangeset for help on using the changeset viewer.