Help for this page

Select Code to Download


  1. or download this
    (mpls ldp)
     (router-id) ([^\n]+)
    ...
     interface ([^\n]+)
     !
     !
    
  2. or download this
          while (@MASK_VARIABLES = $current_cfg =~ /$mask_tmp/s) {
             $MASK_VARIABLES = join(",",@MASK_VARIABLES);
    ...
             #
             $current_cfg =~ s/$mask_tmp//s;
          }