From 103b8e5ebec8c9bed200b3d07f29043ced6dae25 Mon Sep 17 00:00:00 2001 From: Ermal Date: Thu, 5 Dec 2013 15:41:47 +0000 Subject: Remove not true comment --- etc/inc/interfaces.inc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc index f54dcfe..28d479f 100644 --- a/etc/inc/interfaces.inc +++ b/etc/inc/interfaces.inc @@ -2099,10 +2099,7 @@ function interface_carp_configure(&$vip) { if ($vip['mode'] != "carp") return; - /* - * ensure the interface containing the VIP really exists - * prevents a panic if the interface is missing or invalid - */ + /* NOTE: Maybe its useless nowdays */ $realif = get_real_interface($vip['interface']); if (!does_interface_exist($realif)) { file_notice("CARP", sprintf(gettext("Interface specified for the virtual IP address %s does not exist. Skipping this VIP."), $vip['subnet']), "Firewall: Virtual IP", ""); -- cgit v1.1