mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-02 23:24:59 +02:00
9b62f5ffba
* Automatically detect and propagate MTU from upstream interfaces * Add site-border feature (RFC 6204, ULA-4) * Fix a typo git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34896 3c298f89-4303-0410-b956-a3cf2f4a3e73
16 lines
285 B
Plaintext
16 lines
285 B
Plaintext
config global global
|
|
option ula_prefix auto
|
|
option site_border 1
|
|
|
|
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
|
|
|