[package] shorewall6-lite: remove ip6tables-utiles dependency after r27961
[packages.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         list client             ''
7         option ignore           1
8
9 config prefix
10         option interface        'lan'
11         # If not specified, a non-link-local prefix of the interface is used
12         list prefix             ''
13         option AdvOnLink        1
14         option AdvAutonomous    1
15         option AdvRouterAddr    0
16         option ignore           1
17
18 config route
19         option interface        'lan'
20         list prefix             ''
21         option ignore           1
22
23 config rdnss
24         option interface        'lan'
25         # If not specified, the link-local address of the interface is used
26         list addr               ''
27         option ignore           1
28
29 config dnssl
30         option interface        'lan'
31         list suffix             ''
32         option ignore           1