mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-16 19:54:04 +02:00
83ef4411d0
* Introduce mode 6rd * Introduce mode 6to4 * Fix announcement of DNS-Servers received from DHCPv6 * Fix some corner-cases in relaying behaviour git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34542 3c298f89-4303-0410-b956-a3cf2f4a3e73
13 lines
241 B
Plaintext
13 lines
241 B
Plaintext
config interface wan
|
|
option mode dhcpv6
|
|
option ula_prefix auto
|
|
option request_prefix auto
|
|
option prefix_fallback relay
|
|
option peerdns 1
|
|
|
|
config interface lan
|
|
option mode router
|
|
option advertise_prefix 64
|
|
option relay_master wan
|
|
|