1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-01 15:24:10 +03:00
openwrt-xburst/package/network/ipv6/ipv6-support/files/network6.config
cyrus 517ebc0869 ipv6-support: Remove site-border feature
* was causing routing problems
* will be reimplemented using firewall

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34898 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-27 15:47:53 +00:00

15 lines
263 B
Plaintext

config global global
option ula_prefix auto
config interface wan
option mode dhcpv6
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