mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-26 19:00:34 +02:00
Show better connection information for on-demand IPsec connections
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -2805,6 +2805,9 @@ END
|
||||
($line =~ /$confighash{$key}[1]\{.*INSTALLED/)) {
|
||||
$col1="bgcolor='${Header::colourgreen}'";
|
||||
$active = "<b><font color='#FFFFFF'>$Lang::tr{'capsopen'}</font></b>";
|
||||
} elsif ($line =~ /$confighash{$key}[1]\{.*ROUTED/) {
|
||||
$col1="bgcolor='${Header::colourorange}'";
|
||||
$active = "<b><font color='#FFFFFF'>$Lang::tr{'vpn on-demand'}</font></b>";
|
||||
}
|
||||
}
|
||||
# move to blue if really down
|
||||
|
||||
Reference in New Issue
Block a user