Help for this page

Select Code to Download


  1. or download this
    my %interfaces =  (
        R1R0  => 1,
    ...
            
      $rh->config(" deactivate  $interfaces{$R1R0}");
    }
    
  2. or download this
    %interfaces_R1 = (
    R1R0 =>
    ...
    %interfaces_R2 =(
    ...