Feature #4899 ยป services.inc.patch
| services-new.inc 2015-07-29 07:06:50.017667220 -0500 | ||
|---|---|---|
| 853 | 853 |
if (!empty($dhcpifconf['rootpath'])) {
|
| 854 | 854 |
$dhcpdconf .= " option root-path \"{$dhcpifconf['rootpath']}\";\n";
|
| 855 | 855 |
} |
| 856 |
$dhcpdconf .= " if substring (option vendor-class-identifier, 0, 9) = \"PXEClient\" {\n";
|
|
| 857 |
$dhcpdconf .= " option dhcp-parameter-request-list = concat(option dhcp-parameter-request-list,d0,d1,d2,d3);\n"; |
|
| 858 |
$dhcpdconf .= " }\n"; |
|
| 856 | 859 |
} |
| 857 | ||
| 858 | 860 |
$dhcpdconf .= <<<EOD |
| 859 | 861 |
} |
| 860 | 862 | |