summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorsmos <seth.mos@dds.nl>2012-06-03 13:32:25 +0200
committersmos <seth.mos@dds.nl>2012-06-03 13:32:42 +0200
commit6dbffeda7b0f8fe253b413f955ce6f9e795a1cfd (patch)
tree57bd1c0746a8c4db901a547022461a04dbbfd253 /etc
parentbf001dec385b1b733a01ca07fdc9946ae994c63e (diff)
downloadpfsense-6dbffeda7b0f8fe253b413f955ce6f9e795a1cfd.zip
pfsense-6dbffeda7b0f8fe253b413f955ce6f9e795a1cfd.tar.gz
Add Gateway Group support to the IPsec interface drop down.
Edit of gateway group correctly reflects the new IP Address. We need to make a blacklist for interface names in the gateway group edit page. Redmine ticket #1965
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/ipsec.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/ipsec.inc b/etc/inc/ipsec.inc
index 48abf56..a2bf219 100644
--- a/etc/inc/ipsec.inc
+++ b/etc/inc/ipsec.inc
@@ -126,7 +126,7 @@ function ipsec_get_phase1_src(& $ph1ent) {
if ($ph1ent['interface']) {
if (!is_ipaddr($ph1ent['interface'])) {
- $if = $ph1ent['interface'];
+ $if = get_failover_interface($ph1ent['interface']);
if($ph1ent['protocol'] == "inet6") {
$interfaceip = get_interface_ipv6($if);
} else {
OpenPOWER on IntegriCloud