22 lines
493 B
Plaintext
22 lines
493 B
Plaintext
|
config interface
|
||
|
option interface 'lan'
|
||
|
option AdvSendAdvert 1
|
||
|
option AdvManagedFlag 0
|
||
|
option AdvOtherConfigFlag 0
|
||
|
option ignore 1
|
||
|
|
||
|
config prefix
|
||
|
option interface 'lan'
|
||
|
# If not specified, a non-link-local prefix of the interface is used
|
||
|
option prefix ''
|
||
|
option AdvOnLink 1
|
||
|
option AdvAutonomous 1
|
||
|
option AdvRouterAddr 0
|
||
|
option ignore 1
|
||
|
|
||
|
config rdnss
|
||
|
option interface 'lan'
|
||
|
# If not specified, the link-local address of the interface is used
|
||
|
option addr ''
|
||
|
option ignore 1
|