summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2013-12-05 15:41:47 +0000
committerErmal <eri@pfsense.org>2013-12-05 15:41:47 +0000
commit103b8e5ebec8c9bed200b3d07f29043ced6dae25 (patch)
treeb70a94a87c3ab717abd18c543c7168085cfaf167
parent049ed50d4803c049d74374abfda959c72bc3978e (diff)
downloadpfsense-103b8e5ebec8c9bed200b3d07f29043ced6dae25.zip
pfsense-103b8e5ebec8c9bed200b3d07f29043ced6dae25.tar.gz
Remove not true comment
-rw-r--r--etc/inc/interfaces.inc5
1 files changed, 1 insertions, 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", "");
OpenPOWER on IntegriCloud