Enable DHCPv6 for mangment

This commit is contained in:
Daniel Gröber 2023-09-08 23:44:32 +02:00
parent 9112a7068b
commit 2a01a816a1

View file

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