Changeset 166 for trunk/klask


Ignore:
Timestamp:
Jul 11, 2016, 3:38:22 PM (8 years ago)
Author:
g7moreau
Message:
  • Error on find / don't eliminate output switch port
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/klask

    r165 r166  
    438438      SWITCH_PORT_IGNORE:
    439439      for my $p (@{$sw->{portignore}}) {
    440          next SWITCH_PORT_IGNORE if $swport ne get_numerical_port($sw->{model},$p);
     440         next SWITCH_PORT_IGNORE if $swport_hr ne get_numerical_port($sw->{model},$p);
    441441         next LOOP_ON_SWITCH;
    442442         }
Note: See TracChangeset for help on using the changeset viewer.