xref: /freebsd/usr.sbin/rtadvd/rtadvd.conf (revision b26e03e907b28890d50e9725e49bff91c497eff9)
19a4365d0SYoshinobu Inoue# $FreeBSD$
2b26e03e9SKris Kennaway
39a4365d0SYoshinobu Inoue#
49a4365d0SYoshinobu Inoue# common definitions.
59a4365d0SYoshinobu Inoue#
6b26e03e9SKris Kennaway# Note: All of the following parameters have default values defined
7b26e03e9SKris Kennaway#       in specifications, and hence you usually do not have to set them
8b26e03e9SKris Kennaway#       by hand unless you need special non-default values.
99a4365d0SYoshinobu Inoue#
10b26e03e9SKris Kennaway#       You even do not need to create the configuration file. rtadvd
11b26e03e9SKris Kennaway#       would usually work well without a configuration file.
12b26e03e9SKris Kennaway#       See also: rtadvd(8)
13b26e03e9SKris Kennaway
14b26e03e9SKris Kennaway#default:\
15b26e03e9SKris Kennaway#	:chlim#64:raflags#0:rltime#1800:rtime#30000:retrans#1000:\
16b26e03e9SKris Kennaway#	:pinfoflags#192:vltime#3600000:pltime#3600000:mtu#1500:
17b26e03e9SKris Kennaway#ether:\
18b26e03e9SKris Kennaway#	:mtu#1500:tc=default:
19b26e03e9SKris Kennaway
20b26e03e9SKris Kennaway# per-interface definitions.
21b26e03e9SKris Kennaway#   Mainly IPv6 prefixes are configured in this part. However, rtadvd
22b26e03e9SKris Kennaway#   automatically learns appropriate prefixes from the kernel's routing
23b26e03e9SKris Kennaway#   table and advertises the prefixes, so you don't have to configure
24b26e03e9SKris Kennaway#   this part, either.
25b26e03e9SKris Kennaway#   If you don't want the automatic advertisement, invoke rtadvd with
26b26e03e9SKris Kennaway#   the -s option and configure this part by hand.
27b26e03e9SKris Kennaway
28b26e03e9SKris Kennaway#ef0:\
29b26e03e9SKris Kennaway#	:addrs#1:addr="3ffe:501:4819:1000::":prefixlen#64:tc=ether:
30