mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Turn off pureg if its enabled so that the wireless interface can change settings
This commit is contained in:
parent
fb6280187d
commit
d36088d228
@ -665,6 +665,8 @@ EOD;
|
||||
|
||||
{$ifconfig} {$if} down
|
||||
{$ifconfig} {$if} -mediaopt hostap,turbo
|
||||
{$ifconfig} {$if} -pureg
|
||||
{$ifconfig} {$if} -apbridge
|
||||
{$ifconfig} {$if} {$hostapmode}
|
||||
{$ifconfig} {$if} {$channel}
|
||||
{$ifconfig} {$if} {$turbo}
|
||||
@ -1265,7 +1267,6 @@ EOD;
|
||||
set ipcp ranges 0.0.0.0/0 0.0.0.0/0
|
||||
|
||||
EOD;
|
||||
|
||||
if (isset($config['system']['dnsallowoverride'])) {
|
||||
$mpdconf .= <<<EOD
|
||||
set ipcp enable req-pri-dns
|
||||
|
||||
Loading…
Reference in New Issue
Block a user