summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2009-12-17 18:40:51 -0500
committerChris Buechler <cmb@pfsense.org>2009-12-17 18:40:51 -0500
commit786e70b7d51ada60e4f3e61b7500c6b20817e9e5 (patch)
treeaf6225abc2dd79b4cb9990a700b008f8f71a82fb
parent3b29612ff795b500fe861c17da690b4bebc94708 (diff)
downloadpfsense-786e70b7d51ada60e4f3e61b7500c6b20817e9e5.zip
pfsense-786e70b7d51ada60e4f3e61b7500c6b20817e9e5.tar.gz
fix call to undefined function
-rw-r--r--etc/inc/interfaces.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index 36a739f..652db9e 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -1738,7 +1738,7 @@ function interface_configure($interface = "wan", $reloadall = false) {
interface_bridge_configure($bridge);
}
- if (link_interface_to_vip($interface))
+ if (link_interface_to_vips($interface))
interfaces_vips_configure($interface);
if ($interface == "lan")
OpenPOWER on IntegriCloud