mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-26 10:52:57 +02:00
IPsec: Allow to configure a connection in waiting state
This allows to create an IPsec connection that will never actively try to reach the other peer. It helps in environments where this is not desired or impossible because of NAT. Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -479,6 +479,9 @@ END
|
||||
} elsif ($line =~ /$vpnconfig{$key}[1]\{.*ROUTED/) {
|
||||
$activecolor = $Header::colourorange;
|
||||
$activestatus = $Lang::tr{'vpn on-demand'};
|
||||
} elsif ($vpnconfig{$key}[33] eq "add") {
|
||||
$activecolor = ${Header::colourorange};
|
||||
$activestatus = $Lang::tr{'vpn wait'};
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user