[package] ruby: fix path to libiconv
[openwrt/svn-archive/archive.git] / ipv6 / radvd / files / radvd.config
1 config interface
2 option interface 'lan'
3 option AdvSendAdvert 1
4 option AdvManagedFlag 0
5 option AdvOtherConfigFlag 0
6 option ignore 1
7
8 config prefix
9 option interface 'lan'
10 # If not specified, a non-link-local prefix of the interface is used
11 option prefix ''
12 option AdvOnLink 1
13 option AdvAutonomous 1
14 option AdvRouterAddr 0
15 option ignore 1
16
17 config rdnss
18 option interface 'lan'
19 # If not specified, the link-local address of the interface is used
20 option addr ''
21 option ignore 1