mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Supersede the DHCP MTU when advanced options are present. Issue #8507
This commit is contained in:
parent
fe31dc3564
commit
5a7035523e
@ -5093,6 +5093,7 @@ function DHCP_Config_File_Advanced($interface, $ifcfg, $realif) {
|
||||
|
||||
$dhclientconf = "interface \"{$realif}\" {\n";
|
||||
$dhclientconf .= "\n";
|
||||
$dhclientconf .= "\tsupersede interface-mtu 0;\n";
|
||||
$dhclientconf .= "# DHCP Protocol Timing Values\n";
|
||||
$dhclientconf .= "{$adv_dhcp_pt_timeout}";
|
||||
$dhclientconf .= "{$adv_dhcp_pt_retry}";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user