Enable DHCPv6 for mangment

This commit is contained in:
Daniel Gröber 2023-09-08 23:44:32 +02:00
parent 9112a7068b
commit 2a01a816a1
1 changed files with 5 additions and 0 deletions

View File

@ -9,3 +9,8 @@ config interface 'lan'
option type 'bridge'
option ifname 'eth0'
option proto 'dhcp'
config interface 'lan6'
option proto 'dhcpv6'
option reqaddress 'try'
option ifname '@lan'