1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-29 22:15:26 +03:00
openwrt-xburst/package/network/ipv6/ipv6-support/files/network6.config
cyrus 83ef4411d0 ipv6-support: next iteration
* 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
2012-12-06 20:52:40 +00:00

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