mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
Das IPSec-Modul laesst sich nun laden.
Einige Bugs der Alpha 2 behoben. git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@571 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -289,7 +289,7 @@ sub writeipsecfiles {
|
||||
$localside = $lvpnsettings{'VPN_IP'};
|
||||
}
|
||||
|
||||
print CONF "conn $lconfighash{$key}[1] #$lconfighash{$key}[26]\n";
|
||||
print CONF "conn $lconfighash{$key}[1]\n";
|
||||
print CONF "\tleft=$localside\n";
|
||||
print CONF "\tleftnexthop=%defaultroute\n" if ($lconfighash{$key}[26] eq 'RED' && $lvpnsettings{'VPN_IP'} ne '%defaultroute');
|
||||
print CONF "\tleftsubnet=$lconfighash{$key}[8]\n";
|
||||
|
||||
Reference in New Issue
Block a user