diff --git a/src/etc/inc/interfaces.inc b/src/etc/inc/interfaces.inc index b7567e958..a2e60bbd6 100644 --- a/src/etc/inc/interfaces.inc +++ b/src/etc/inc/interfaces.inc @@ -1680,6 +1680,8 @@ function interface_carp_configure(&$vip) return; } + $realif = get_real_interface($vip['interface']); + $vip_password = $vip['password']; $vip_password = escapeshellarg(addslashes(str_replace(" ", "", $vip_password))); if ($vip['password'] != "") {