Help for this page

Select Code to Download


  1. or download this
    for @eths X @nets -> $eth, $net {
      %netifaces{$eth}{$net} = 1;
    }
    
  2. or download this
    for @eth {
        %netifaces{$eth} = ( @nets X=> 1 ).hash
    }