mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Minor style cleanups
This commit is contained in:
parent
25d90a6bf1
commit
d19cc554a5
@ -514,7 +514,7 @@ function interfaces_opt_dhcp_configure($interface) {
|
||||
|
||||
if ($optcfg['dhcphostname']) {
|
||||
$dhclientconf .= <<<EOD
|
||||
interface "{$optcfg['if']}" {
|
||||
interface "{$optcfg['if']}" {
|
||||
send dhcp-client-identifier "{$optcfg['dhcphostname']}";
|
||||
send host-name "{$optcfg['dhcphostname']}";
|
||||
script "/etc/dhclient-script";
|
||||
@ -553,7 +553,7 @@ function interfaces_wan_dhcp_configure() {
|
||||
|
||||
if ($wancfg['dhcphostname']) {
|
||||
$dhclientconf .= <<<EOD
|
||||
interface "{$wancfg['if']}" {
|
||||
interface "{$wancfg['if']}" {
|
||||
send dhcp-client-identifier "{$wancfg['dhcphostname']}";
|
||||
send host-name "{$wancfg['dhcphostname']}";
|
||||
script "/etc/dhclient-script";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user