summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@dds.nl>2011-03-16 13:28:39 +0100
committerSeth Mos <seth.mos@dds.nl>2011-03-16 13:28:39 +0100
commitaff70640bfe35f14176b6134359f05d565c83511 (patch)
treeee8333592e4ef0452ecf49b700c84ce1ebf74975 /etc
parente3e85044d1889a95c4d4a7245b09ca7b80512894 (diff)
downloadpfsense-aff70640bfe35f14176b6134359f05d565c83511.zip
pfsense-aff70640bfe35f14176b6134359f05d565c83511.tar.gz
Swap if statement, add fields into ipsecpinghosts file
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/vpn.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/vpn.inc b/etc/inc/vpn.inc
index f6557b5..c40c472 100644
--- a/etc/inc/vpn.inc
+++ b/etc/inc/vpn.inc
@@ -214,7 +214,7 @@ function vpn_ipsec_configure($ipchg = false)
$family = "inet";
}
if (is_ipaddr($srcip))
- $ipsecpinghosts[] = "{$srcip}|{$dstip}|3|{$family}|\n";
+ $ipsecpinghosts[] = "{$srcip}|{$dstip}|3|||||{$family}|\n";
}
}
OpenPOWER on IntegriCloud