buildroot-20040827-matrixssl.patch.txt
[openwrt/svn-archive/archive.git] / obsolete-buildroot / sources / openwrt / ipkg / radvd / radvd.conf.example
1 # This conffile is from radvd package found on:
2 # http://openwrt.org/ipkg/
3 # For more examples, see the radvd documentation.
4
5 interface br0
6 {
7 AdvSendAdvert off;
8
9 #
10 # These settings cause advertisements to be sent every 3-10 seconds. This
11 # range is good for 6to4 with a dynamic IPv4 address, but can be greatly
12 # increased when not using 6to4 prefixes.
13 #
14
15 MinRtrAdvInterval 3;
16 MaxRtrAdvInterval 10;
17
18 #
19 # Disable Mobile IPv6 support
20 #
21 AdvHomeAgentFlag off;
22
23 #
24 # example of a standard prefix
25 #
26 prefix fec0:0:0:1::/64
27 {
28 AdvOnLink on;
29 AdvAutonomous on;
30 AdvRouterAddr off;
31 };
32
33 };