summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_virtual_ip.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2009-11-15 17:04:42 -0500
committerChris Buechler <cmb@pfsense.org>2009-11-15 17:06:19 -0500
commit123f030c6be9859f3f8790849178522f29789b95 (patch)
tree482470b006a65d9338df3641bb398d3a633a8ec3 /usr/local/www/firewall_virtual_ip.php
parent08991766fc1742c9058e3c0ff3824b1ebfb513a6 (diff)
downloadpfsense-123f030c6be9859f3f8790849178522f29789b95.zip
pfsense-123f030c6be9859f3f8790849178522f29789b95.tar.gz
Fix proxy ARP VIP addition (was calling old function)
rename function from interfaces_proxyarp... to interface_ to be consistent with the functions for carp, carpdev, and ipalias. still a problem with proxy ARP, removing VIP doesn't kill off choparp (will open ticket)
Diffstat (limited to 'usr/local/www/firewall_virtual_ip.php')
-rwxr-xr-xusr/local/www/firewall_virtual_ip.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_virtual_ip.php b/usr/local/www/firewall_virtual_ip.php
index 96d5047..dc54f8f 100755
--- a/usr/local/www/firewall_virtual_ip.php
+++ b/usr/local/www/firewall_virtual_ip.php
@@ -66,7 +66,7 @@ if ($_POST) {
interface_ipalias_configure($a_vip[$_POST['id']]);
break;
case "proxyarp":
- services_proxyarp_configure();
+ interface_proxyarp_configure();
break;
case "carp":
interface_carp_configure($a_vip[$_POST['id']]);
OpenPOWER on IntegriCloud