summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-08-22 19:48:34 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-08-22 19:48:34 +0000
commit2d314e6956103ac649f30ddc63645c7a42638943 (patch)
tree4a6ee5409fd90079dc0c456203a5409313e9deea /etc
parent9d4c96984d553ab868fc2719364a1ff74f2ead81 (diff)
downloadpfsense-2d314e6956103ac649f30ddc63645c7a42638943.zip
pfsense-2d314e6956103ac649f30ddc63645c7a42638943.tar.gz
Woops, don't forget to set $a_vip
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/services.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/services.inc b/etc/inc/services.inc
index a95defb..40432e9 100644
--- a/etc/inc/services.inc
+++ b/etc/inc/services.inc
@@ -90,6 +90,7 @@ EOD;
* does it match up to a defined vip?
*/
$skew = 1;
+ $a_vip = &$config['virtualip']['vip'];
foreach ($a_vip as $vipent) {
$int = guess_interface_from_ip($vipent['subnet']);
$intip = find_interface_ip($int);
OpenPOWER on IntegriCloud