db82af41db
Options for DNS Configuration) into rtadvd(8) and rtsold(8). DNS information received by rtsold(8) will go to resolv.conf(5) by resolvconf(8) script. This is based on work by J.R. Oldroyd (kern/156259) but revised extensively[1]. - rtadvd(8) now supports "noifprefix" to disable gathering on-link prefixes from interfaces when no "addr" is specified[2]. An entry in rtadvd.conf with "noifprefix" + no "addr" generates an RA message with no prefix information option. - rtadvd(8) now supports RTM_IFANNOUNCE message to fix crashes when an interface is added or removed. - Correct bogus ND_OPT_ROUTE_INFO value to one in RFC 4191. Reviewed by: bz[1] PR: kern/156259 [1] PR: bin/152458 [2]
23 lines
958 B
Plaintext
23 lines
958 B
Plaintext
# $FreeBSD$
|
|
# $KAME: rtadvd.conf,v 1.13 2003/06/25 03:45:21 itojun Exp $
|
|
#
|
|
# 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)
|
|
|
|
# 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, (uncomment and) configure
|
|
# this part by hand, and then invoke rtadvd with the -s option.
|
|
|
|
#ef0:\
|
|
# :addr="2001:db8:ffff:1000::":prefixlen#64:\
|
|
# :rdnss="2001:db8:ffff:1000::1":dnssl="example.com":
|