mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Do not pass opt1, pass 1 instead.
This fixes dhclient on optional interfaces. Ticket #970
This commit is contained in:
parent
4e4c1ea219
commit
a844ddfbc3
@ -84,7 +84,9 @@
|
||||
interfaces_lan_configure();
|
||||
} else {
|
||||
log_error("HOTPLUG: Configuring optional interface {$interface}");
|
||||
interfaces_optional_configure_if($interface);
|
||||
interfaces_optional_configure_if($int);
|
||||
$int = str_replace("opt", "", $interface);
|
||||
echo "interfaces_optional_configure_if($int);\n";
|
||||
}
|
||||
|
||||
$counter++;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user