Adapt default network configuration for IPv6
SVN-Revision: 36278
This commit is contained in:
parent
3e4b2af125
commit
ea94d66b0f
19 changed files with 137 additions and 0 deletions
|
@ -11,3 +11,11 @@ config interface lan
|
|||
option proto static
|
||||
option ipaddr 192.168.1.1
|
||||
option netmask 255.255.255.0
|
||||
option ip6assign 64
|
||||
|
||||
config interface wan6
|
||||
option ifname @wan
|
||||
option proto dhcpv6
|
||||
|
||||
config globals globals
|
||||
option ula_prefix auto
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue