summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim P <jim@pingle.org>2012-12-28 10:52:10 -0800
committerJim P <jim@pingle.org>2012-12-28 10:52:10 -0800
commitfd58d121568f9a0436811201b783f0ea17aee6c4 (patch)
treef5a90854a405b8aba8d0cfc6dc26fb648901f583
parent43affef2c1bb3728b5df3687f3ea8074d88292cc (diff)
parent83a9a1d2eec1e7b6c9c54cca8dfa35705a2bf7c0 (diff)
downloadpfsense-fd58d121568f9a0436811201b783f0ea17aee6c4.zip
pfsense-fd58d121568f9a0436811201b783f0ea17aee6c4.tar.gz
Merge pull request #291 from framer99/patch-1
Update usr/local/www/services_dhcp.php
-rwxr-xr-xusr/local/www/services_dhcp.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/services_dhcp.php b/usr/local/www/services_dhcp.php
index ebdf024..2c2bbe2 100755
--- a/usr/local/www/services_dhcp.php
+++ b/usr/local/www/services_dhcp.php
@@ -891,7 +891,7 @@ include("head.inc");
<td width="22%" valign="top" class="vncell"><?=gettext("Failover peer IP:");?></td>
<td width="78%" class="vtable">
<input name="failover_peerip" type="text" class="formfld host" id="failover_peerip" size="20" value="<?=htmlspecialchars($pconfig['failover_peerip']);?>"><br>
- <?=gettext("Leave blank to disable. Enter the interface IP address of the other machine. Machines must be using CARP.");?>
+ <?=gettext("Leave blank to disable. Enter the interface IP address of the other machine. Machines must be using CARP. Interface's advskew determines whether the DHCPd process is Primary or Secondary. Ensure one machine's advskew<20 (and the other is >20).");?>
</td>
</tr>
<?php endif; ?>
OpenPOWER on IntegriCloud