mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-13 01:21:33 +02:00
6cc3afb23e
* mode 'downstream' renamed to 'router' * mode 'upstream' renamed to 'dhcpv6' * mode 'relay' added * cleanups and minor bugfixes in state handling git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34466 3c298f89-4303-0410-b956-a3cf2f4a3e73
19 lines
321 B
Plaintext
19 lines
321 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
|
|
|
|
|
|
config interface 6in4
|
|
option mode static
|
|
list static_prefix 2001:DB8::/48
|
|
|