Enable DHCPv6 for mangment
This commit is contained in:
parent
9112a7068b
commit
2a01a816a1
1 changed files with 5 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue