Project

General

Profile

« Previous | Next » 

Revision 4c1284c6

Added by NOYB NOYB over 9 years ago

HTML Compliance - Services / DHCP Server

Bad character after <. Probable cause: Unescaped <. Try escaping it as <.
Ensure one machine's advskew < 20 (and the other is > 20).

View differences:

src/usr/local/www/services_dhcp.php
938 938
		'Failover peer IP',
939 939
		$pconfig['failover_peerip']
940 940
	))->setHelp('Leave blank to disable. Enter the interface IP address of the other machine. Machines must be using CARP.' .
941
				'Interface\'s advskew determines whether the DHCPd process is Primary or Secondary. Ensure one machine\'s advskew < 20 (and the other is > 20).');
941
				'Interface\'s advskew determines whether the DHCPd process is Primary or Secondary. Ensure one machine\'s advskew &lt; 20 (and the other is &gt; 20).');
942 942
}
943 943

  
944 944
if (!is_numeric($pool) && !($act == "newpool")) {

Also available in: Unified diff