blob: 9f602f9b74d6c72d34fccaa768d0d39df8b249f3 [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001interface br0
2{
3 AdvSendAdvert on;
4
5# This may be needed on some interfaces which are not active when
6# radvd starts, but becomoe available later on; see man page for details.
7
8 # IgnoreIfMissing on;
9
10#
11# These settings cause advertisements to be sent every 3-10 seconds. This
12# range is good for 6to4 with a dynamic IPv4 address, but can be greatly
13# increased when not using 6to4 prefixes.
14#
15
16 MinRtrAdvInterval 3;
17 MaxRtrAdvInterval 10;
18
19 AdvHomeAgentFlag off;
20
21 prefix #ipv6_wan_addr#/64
22 {
23 AdvOnLink on;
24 AdvAutonomous #adv_switch#;
25 AdvRouterAddr off;
26
27 AdvValidLifetime 300;
28 AdvPreferredLifetime 120;
29 };
30
31};
32