Skip to content

Commit

Permalink
Update br0 dhcpcd sequence, thx @lifros
Browse files Browse the repository at this point in the history
  • Loading branch information
billz committed Feb 21, 2021
1 parent f456d64 commit 871d535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/hostapd.php
Original file line number Diff line number Diff line change
Expand Up @@ -306,8 +306,8 @@ function SaveHostAPDConfig($wpa_array, $enc_types, $modes, $interfaces, $status)
if ($bridgedEnable == 1) {
$config = array_keys(getDefaultNetOpts('dhcp'));
$config[] = PHP_EOL.'# RaspAP br0 configuration';
$config[] = 'interface br0';
$config[] = 'denyinterfaces eth0 wlan0';
$config[] = 'interface br0';
$config[] = PHP_EOL;
} elseif ($wifiAPEnable == 1) {
$config = array_keys(getDefaultNetOpts('dhcp'));
Expand Down

0 comments on commit 871d535

Please sign in to comment.