Revision 5a703552
Added by Jim Pingle over 6 years ago
src/etc/inc/interfaces.inc | ||
---|---|---|
5093 | 5093 |
|
5094 | 5094 |
$dhclientconf = "interface \"{$realif}\" {\n"; |
5095 | 5095 |
$dhclientconf .= "\n"; |
5096 |
$dhclientconf .= "\tsupersede interface-mtu 0;\n"; |
|
5096 | 5097 |
$dhclientconf .= "# DHCP Protocol Timing Values\n"; |
5097 | 5098 |
$dhclientconf .= "{$adv_dhcp_pt_timeout}"; |
5098 | 5099 |
$dhclientconf .= "{$adv_dhcp_pt_retry}"; |
Also available in: Unified diff
Supersede the DHCP MTU when advanced options are present. Issue #8507