mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Make DHCP server rules work again. on OPT interfaces.
This commit is contained in:
parent
b2d95b76c6
commit
fde7c161a7
@ -2035,7 +2035,7 @@ EOD;
|
||||
|
||||
/* allow access to DHCP server on optional interfaces */
|
||||
foreach ($optcfg as $on => $oc) {
|
||||
if (isset($config[interfaces][$on][ipaddr]) == "dhcp" ) {
|
||||
if ($config[interfaces][$on][ipaddr] == "dhcp" ) {
|
||||
$friendly_on = filter_get_opt_interface_descr($on);
|
||||
$ipfrules .= <<<EOD
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user