From 123f030c6be9859f3f8790849178522f29789b95 Mon Sep 17 00:00:00 2001 From: Chris Buechler Date: Sun, 15 Nov 2009 17:04:42 -0500 Subject: 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) --- usr/local/www/firewall_virtual_ip.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/local/www/firewall_virtual_ip.php') 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']]); -- cgit v1.1