]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - html/cgi-bin/index.cgi
IPsec: Allow to configure a connection in waiting state
[people/pmueller/ipfire-2.x.git] / html / cgi-bin / index.cgi
index 580671b71939af99ca9c7c49e3fdc932e0d51195..ef9da2389b41de4277f2d633ab9e4e19ba15fd80 100644 (file)
@@ -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'};
                                                }
                                        }
                                }