Convert radvd to new packaging style
[openwrt-10.03/.git] / package / radvd / files / radvd.conf
1 # For more examples, see the radvd documentation.
2
3 interface br0
4 {
5         AdvSendAdvert off;
6
7 #
8 # Disable Mobile IPv6 support
9 #
10         AdvHomeAgentFlag off;
11
12 #
13 # example of a standard prefix
14 #
15         prefix fec0:0:0:1::/64
16         {
17                 AdvOnLink on;
18                 AdvAutonomous on;
19                 AdvRouterAddr off;
20         };
21
22 };