From ca94282988d0bfd74771e64a98aa542254cb878c Mon Sep 17 00:00:00 2001 From: Ermal Date: Wed, 16 Jun 2010 16:36:32 +0000 Subject: Actually it needs choparp_ prepended. --- etc/inc/interfaces.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc') diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc index 58091d8..e28ec51 100644 --- a/etc/inc/interfaces.inc +++ b/etc/inc/interfaces.inc @@ -780,8 +780,8 @@ function interface_vip_bring_down(&$vip) { switch ($vip['mode']) { case "proxyarp": $vipif = get_real_interface($vip['interface']); - if (file_exists("{$g['varrun_path']}/{$vipif}.pid")) - killbypid("{$g['varrun_path']}/{$vipif}.pid"); + if (file_exists("{$g['varrun_path']}/choparp_{$vipif}.pid")) + killbypid("{$g['varrun_path']}/choparp_{$vipif}.pid"); break; case "ipalias": $vipif = get_real_interface($vip['interface']); -- cgit v1.1