Skip to content

Commit

Permalink
add ipv4 dhcp to client bridge
Browse files Browse the repository at this point in the history
  • Loading branch information
3dfxatwork committed Jul 22, 2024
1 parent 95e86a3 commit 2bb5eef
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ uci:section('network', 'interface', 'client', {
ra_holdoff = 30,
})

uci:section('network', 'interface', 'client_dhcp', {
ifname = 'br-client',
proto = 'dhcp',
})

uci:save('network')

uci:section('firewall', 'zone', 'drop', {
Expand Down

0 comments on commit 2bb5eef

Please sign in to comment.