summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2009-11-10 13:34:48 +0000
committerErmal Luçi <eri@pfsense.org>2009-11-10 13:34:48 +0000
commit61c3a5afa21dc44143ec111c78ca82b6c15d802c (patch)
tree723669e89b8a24fddaf47c53447e82b632a70e2a /etc
parentbbc6768bfd952d9c9610558459750af36847796b (diff)
downloadpfsense-61c3a5afa21dc44143ec111c78ca82b6c15d802c.zip
pfsense-61c3a5afa21dc44143ec111c78ca82b6c15d802c.tar.gz
Remove brain dead comment by another brain washed comment.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/interfaces.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index 97ca071..fcb0ab3 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -1179,10 +1179,10 @@ function interface_carp_configure(&$vip) {
if ($vip['password'] != "")
$password = " pass \"" . $vip_password . "\"";
- // Setting the VIP to the VHID ID has to be the
- // single most brain-headed decision in the history
- // of man-kind. Do this correctly by finding the first
- // available vip interface.
+ // This is the most brain dead decision taken for carp
+ // Carp vhid is confirmed by GUI to be sequencial and limited to 256
+ // eri@ I am leaving the comment but not touching the code
+ // since someone thinks he/she knows better.
$vipif = find_next_available_vip();
$interface = interface_translate_type_to_real($vip['interface']);
OpenPOWER on IntegriCloud