Changeset 8020 in genesis


Ignore:
Timestamp:
May 25, 2010, 2:44:17 PM (15 years ago)
Author:
rick
Message:

Typo, was assuming this needed pointing to the interface IP, but it require the other side instead

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/proxy-8.0/wleiden.pl

    r8019 r8020  
    283283  $output .= "\n";
    284284  $output .= "static_routes=\"wleiden\"\n";
    285   @t = split(/\//,$IP{$internalif});
    286   $output .= "route_wleiden=\"-net 172.16.0.0/12 $t[0]\"\n";
     285
     286  $output .= "route_wleiden=\"-net 172.16.0.0/12 $internalroute\"\n";
    287287
    288288
Note: See TracChangeset for help on using the changeset viewer.