From d6c797416c30ef0c82fe772acbef8b8dd3515da5 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Thu, 1 Nov 2007 17:54:41 +0000 Subject: Adding keep alive host to IPsec causes warning in webGUI Ticket #1509 --- etc/inc/vpn.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/inc/vpn.inc') diff --git a/etc/inc/vpn.inc b/etc/inc/vpn.inc index 0a7312e..0af3aa0 100644 --- a/etc/inc/vpn.inc +++ b/etc/inc/vpn.inc @@ -212,7 +212,7 @@ function vpn_ipsec_configure($ipchg = false) { /* add entry to host pinger */ if ($tunnel['pinghost']) { $pfd = fopen("/var/db/ipsecpinghosts", "a"); - $iflist = array("lan" => "LAN", "wan" => "WAN"); + $iflist = array("lan" => "lan", "wan" => "wan"); for ($i = 1; isset($config['interfaces']['opt' . $i]); $i++) $iflist['opt' . $i] = "opt{$i}"; -- cgit v1.1