summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rtadvd/rtadvd.conf
blob: bdac4f1040276bf812dda826247965e68852b43e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# $FreeBSD$

#
# common definitions.
#
# Note: All of the following parameters have default values defined
#       in specifications, and hence you usually do not have to set them
#       by hand unless you need special non-default values.
#
#       You even do not need to create the configuration file. rtadvd
#       would usually work well without a configuration file.
#       See also: rtadvd(8)

#default:\
#	:chlim#64:raflags#0:rltime#1800:rtime#30000:retrans#1000:\
#	:pinfoflags#192:vltime#3600000:pltime#3600000:mtu#1500:
#ether:\
#	:mtu#1500:tc=default:

# per-interface definitions.
#   Mainly IPv6 prefixes are configured in this part. However, rtadvd
#   automatically learns appropriate prefixes from the kernel's routing
#   table and advertises the prefixes, so you don't have to configure
#   this part, either.
#   If you don't want the automatic advertisement, invoke rtadvd with
#   the -s option and configure this part by hand.
 
#ef0:\
#	:addrs#1:addr="3ffe:501:4819:1000::":prefixlen#64:tc=ether:
OpenPOWER on IntegriCloud