xref: /minix3/usr.sbin/rtadvd/rtadvd.conf (revision 8f957290eb976b379733d0b3811fcb43f8fbaf1a)
1*8f957290SDavid van Moolenbroek#	$NetBSD: rtadvd.conf,v 1.4 2009/11/01 15:17:59 jakllsch Exp $
2*8f957290SDavid van Moolenbroek#	$KAME: rtadvd.conf,v 1.13 2003/06/25 03:45:21 itojun Exp $
3*8f957290SDavid van Moolenbroek#
4*8f957290SDavid van Moolenbroek# Note: All of the following parameters have default values defined
5*8f957290SDavid van Moolenbroek#       in specifications, and hence you usually do not have to set them
6*8f957290SDavid van Moolenbroek#       by hand unless you need special non-default values.
7*8f957290SDavid van Moolenbroek#
8*8f957290SDavid van Moolenbroek#       You even do not need to create the configuration file.  rtadvd
9*8f957290SDavid van Moolenbroek#       would usually work well without a configuration file.
10*8f957290SDavid van Moolenbroek#       See also: rtadvd(8)
11*8f957290SDavid van Moolenbroek
12*8f957290SDavid van Moolenbroek# per-interface definitions.
13*8f957290SDavid van Moolenbroek#   Mainly IPv6 prefixes are configured in this part.  However, rtadvd
14*8f957290SDavid van Moolenbroek#   automatically learns appropriate prefixes from the kernel's routing
15*8f957290SDavid van Moolenbroek#   table, and advertises the prefixes, so you don't have to configure
16*8f957290SDavid van Moolenbroek#   this part, either.
17*8f957290SDavid van Moolenbroek#   If you don't want the automatic advertisement, (uncomment and) configure
18*8f957290SDavid van Moolenbroek#   this part by hand, and then invoke rtadvd with the -s option.
19*8f957290SDavid van Moolenbroek
20*8f957290SDavid van Moolenbroek#ef0:\
21*8f957290SDavid van Moolenbroek#	:addr="2001:db8:ffff:1000::":prefixlen#64:
22