944acc3802
This patch updates radvd to version 1.1 and adds a uci'ed init.d script. Signed-off-by: "Alina Friedrichsen" <x-alina@gmx.net> git-svn-id: svn://svn.openwrt.org/openwrt/packages@11772 3c298f89-4303-0410-b956-a3cf2f4a3e73
22 lines
493 B
Plaintext
22 lines
493 B
Plaintext
config interface
|
|
option interface 'lan'
|
|
option AdvSendAdvert 1
|
|
option AdvManagedFlag 0
|
|
option AdvOtherConfigFlag 0
|
|
option ignore 1
|
|
|
|
config prefix
|
|
option interface 'lan'
|
|
# If not specified, a non-link-local prefix of the interface is used
|
|
option prefix ''
|
|
option AdvOnLink 1
|
|
option AdvAutonomous 1
|
|
option AdvRouterAddr 0
|
|
option ignore 1
|
|
|
|
config rdnss
|
|
option interface 'lan'
|
|
# If not specified, the link-local address of the interface is used
|
|
option addr ''
|
|
option ignore 1
|