xref: /freebsd/usr.sbin/rrenumd/rrenumd.conf.5 (revision 33841545909f4a4ee94aa148b3a9cbcdc1abb02a)
133841545SHajimu UMEMOTO.\"	$KAME: rrenumd.conf.5,v 1.8 2001/02/06 02:17:23 jinmei Exp $
2434d523bSKris Kennaway.\"
39a4365d0SYoshinobu Inoue.\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
49a4365d0SYoshinobu Inoue.\" All rights reserved.
59a4365d0SYoshinobu Inoue.\"
69a4365d0SYoshinobu Inoue.\" Redistribution and use in source and binary forms, with or without
79a4365d0SYoshinobu Inoue.\" modification, are permitted provided that the following conditions
89a4365d0SYoshinobu Inoue.\" are met:
99a4365d0SYoshinobu Inoue.\" 1. Redistributions of source code must retain the above copyright
109a4365d0SYoshinobu Inoue.\"    notice, this list of conditions and the following disclaimer.
119a4365d0SYoshinobu Inoue.\" 2. Redistributions in binary form must reproduce the above copyright
129a4365d0SYoshinobu Inoue.\"    notice, this list of conditions and the following disclaimer in the
139a4365d0SYoshinobu Inoue.\"    documentation and/or other materials provided with the distribution.
149a4365d0SYoshinobu Inoue.\" 3. Neither the name of the project nor the names of its contributors
159a4365d0SYoshinobu Inoue.\"    may be used to endorse or promote products derived from this software
169a4365d0SYoshinobu Inoue.\"    without specific prior written permission.
179a4365d0SYoshinobu Inoue.\"
189a4365d0SYoshinobu Inoue.\" THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
199a4365d0SYoshinobu Inoue.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
209a4365d0SYoshinobu Inoue.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
219a4365d0SYoshinobu Inoue.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
229a4365d0SYoshinobu Inoue.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
239a4365d0SYoshinobu Inoue.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
249a4365d0SYoshinobu Inoue.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
259a4365d0SYoshinobu Inoue.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
269a4365d0SYoshinobu Inoue.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
279a4365d0SYoshinobu Inoue.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
289a4365d0SYoshinobu Inoue.\" SUCH DAMAGE.
299a4365d0SYoshinobu Inoue.\"
309a4365d0SYoshinobu Inoue.\"     $FreeBSD$
319a4365d0SYoshinobu Inoue.\"
327a2650d6SRuslan Ermilov.Dd November 5, 1998
339a4365d0SYoshinobu Inoue.Dt RRENUMD.CONF 5
349a4365d0SYoshinobu Inoue.Os KAME
359a4365d0SYoshinobu Inoue.Sh NAME
369a4365d0SYoshinobu Inoue.\"
379a4365d0SYoshinobu Inoue.Nm rrenumd.conf
389a4365d0SYoshinobu Inoue.Nd configuration file for router renumbering daemon
399a4365d0SYoshinobu Inoue.\"
409a4365d0SYoshinobu Inoue.Sh DESCRIPTION
419a4365d0SYoshinobu InoueThe rrenumd config file describes how the router renumbering packet
429a4365d0SYoshinobu Inouemust be constructed and to which destinations it should be sent.
439a4365d0SYoshinobu InoueThis file consists of a sequence of statements terminated by a semi-colon (`;').
449a4365d0SYoshinobu InoueStatements are composed of tokens
459a4365d0SYoshinobu Inoueseparated by white space, which can be any combination of blanks, tabs
469a4365d0SYoshinobu Inoueand newlines.
479a4365d0SYoshinobu InoueThis structure simplifies identification of
489a4365d0SYoshinobu Inouethe parts of the configuration associated with each other.
499a4365d0SYoshinobu InoueLines beginning with
509a4365d0SYoshinobu Inoue.Ql #
519a4365d0SYoshinobu Inoueare comments.
529a4365d0SYoshinobu Inoue.\"
539a4365d0SYoshinobu Inoue.Sh Meta Syntax
549a4365d0SYoshinobu InoueKeywords and special characters that the parser expects exactly are
559a4365d0SYoshinobu Inouedisplayed using the
569a4365d0SYoshinobu Inoue.Ic bold
579a4365d0SYoshinobu Inouefont.
589a4365d0SYoshinobu InoueParameters are specifying with
599a4365d0SYoshinobu Inoue.Ar underline .
609a4365d0SYoshinobu InoueParameters shown in
619a4365d0SYoshinobu Inouesquare brackets (`[' and `]') are used to show optional
629a4365d0SYoshinobu Inouekeywords and parameters.
639a4365d0SYoshinobu InoueThe vertical bar (`|') is used to indicate
649a4365d0SYoshinobu Inouebetween a choice of optional parameters.
6533841545SHajimu UMEMOTOCurly braces (`{' and
6633841545SHajimu UMEMOTO`}') are used to group keywords and parameters when necessary.
679a4365d0SYoshinobu Inoue.\"
689a4365d0SYoshinobu Inoue.Sh Interface specification
699a4365d0SYoshinobu InoueThere are some statements that may or have to specify interface.
709a4365d0SYoshinobu InoueInterfaces are specified in the form of "name unit", such as
719a4365d0SYoshinobu Inoue.Ar lo0
729a4365d0SYoshinobu Inoueand
739a4365d0SYoshinobu Inoue.Ar ep1 .
749a4365d0SYoshinobu Inoue.\"
759a4365d0SYoshinobu Inoue.Sh Configuration Statements
769a4365d0SYoshinobu Inoue.Bl -tag -width Ds
779a4365d0SYoshinobu Inoue.\"
789a4365d0SYoshinobu Inoue.It Ic debug on|off ;
799a4365d0SYoshinobu InoueEnables configuration file parser debugging.
809a4365d0SYoshinobu InoueIf
819a4365d0SYoshinobu Inoue.Ic on
829a4365d0SYoshinobu Inoueis specified,
839a4365d0SYoshinobu Inouethen debugging is enabled,
849a4365d0SYoshinobu InoueIf
859a4365d0SYoshinobu Inoue.Ic off
869a4365d0SYoshinobu Inoueis specified,
8733841545SHajimu UMEMOTOthen debugging is disabled.
8833841545SHajimu UMEMOTOIt is disabled by default.
899a4365d0SYoshinobu Inoue.\"
909a4365d0SYoshinobu Inoue.It Ic dest Ar dest-list Op Ar retrycmd ;
919a4365d0SYoshinobu InoueSpecifies destinations to which router renumbering messages should be
929a4365d0SYoshinobu Inouesent.
939a4365d0SYoshinobu Inoue.Ar dest-list
949a4365d0SYoshinobu Inouecan be any combination of single or multiple numerical IPv6 addrs,
959a4365d0SYoshinobu Inoueor Full Qualified Domain Names.
969a4365d0SYoshinobu Inoue.Ar retrycmd
979a4365d0SYoshinobu Inouehas following syntax.
989a4365d0SYoshinobu Inoue.\"
998b5c4af3SRuslan Ermilov.Bl -tag -width Ds
1009a4365d0SYoshinobu Inoue.It Ic retry Ar retry-num
1019a4365d0SYoshinobu Inoue.Ar retry-num
1029a4365d0SYoshinobu Inouespecifies how many router renumbering messages are sent repeatedly.
1039a4365d0SYoshinobu Inoue.El
1049a4365d0SYoshinobu Inoue.It Op Ic add|change|setglobal
1059a4365d0SYoshinobu Inoue.Cm match-prefix Ar match-prefix-val
10633841545SHajimu UMEMOTO.Bk -words
1079a4365d0SYoshinobu Inoue.Op /match-prefix-len
10833841545SHajimu UMEMOTO.Ek
10933841545SHajimu UMEMOTO.Bk -words
1109a4365d0SYoshinobu Inoue.Op Cm maxlen Ar maxlen-val
11133841545SHajimu UMEMOTO.Ek
11233841545SHajimu UMEMOTO.Bk -words
1139a4365d0SYoshinobu Inoue.Op Cm minlen Ar minlen-val
11433841545SHajimu UMEMOTO.Ek
11533841545SHajimu UMEMOTO.Bk -words
1169a4365d0SYoshinobu Inoue.Op Cm use-prefix Ar use-prefix-val
11733841545SHajimu UMEMOTO.Ek
11833841545SHajimu UMEMOTO.Bk -words
1199a4365d0SYoshinobu Inoue.Op /use-prefix-len
12033841545SHajimu UMEMOTO.Ek
12133841545SHajimu UMEMOTO.Bk -words
1229a4365d0SYoshinobu Inoue.Op Cm keeplen Ar keeplen-val
12333841545SHajimu UMEMOTO.Ek
12433841545SHajimu UMEMOTO.Bk -words
1259a4365d0SYoshinobu Inoue.Op Ar use-prefix-values ;
1269a4365d0SYoshinobu Inoue.Pp
1279a4365d0SYoshinobu InoueSpecifies contents of sending router renumbering message with seqnum 0.
1289a4365d0SYoshinobu InoueIf
1299a4365d0SYoshinobu Inoue.Cm add|change|setglobal
1309a4365d0SYoshinobu Inoueis not specified, then
1319a4365d0SYoshinobu Inoue.Cm add
1329a4365d0SYoshinobu Inoueis assumed.
1339a4365d0SYoshinobu Inoue.Ar use-prefix-values
1349a4365d0SYoshinobu Inouehas following syntax.
1359a4365d0SYoshinobu Inoue.Pp
1369a4365d0SYoshinobu Inoue{
1379a4365d0SYoshinobu Inoue.Op Cm vltime Ar vltime-val
13833841545SHajimu UMEMOTO.Bk -words
1399a4365d0SYoshinobu Inoue.Op Cm pltime Ar pltime-val
14033841545SHajimu UMEMOTO.Ek
14133841545SHajimu UMEMOTO.Bk -words
1429a4365d0SYoshinobu Inoue.Op Cm raf_onlink Cm on|off
14333841545SHajimu UMEMOTO.Ek
14433841545SHajimu UMEMOTO.Bk -words
1459a4365d0SYoshinobu Inoue.Op Cm raf_auto Cm on|off
14633841545SHajimu UMEMOTO.Ek
14733841545SHajimu UMEMOTO.Bk -words
1489a4365d0SYoshinobu Inoue.Op Cm rrf_decrprefd Cm on|off
14933841545SHajimu UMEMOTO.Ek
15033841545SHajimu UMEMOTO.Bk -words
1519a4365d0SYoshinobu Inoue.Op Cm rrf_decrvalid Cm on|off
15233841545SHajimu UMEMOTO.Ek
1539a4365d0SYoshinobu Inoue}
1549a4365d0SYoshinobu Inoue.Pp
1559a4365d0SYoshinobu InoueEach value has following meaning.
1569a4365d0SYoshinobu Inoue.Pp
1579a4365d0SYoshinobu Inoue.Bl -tag -width Ds -compact
1589a4365d0SYoshinobu Inoue.It Cm match-prefix Ar match-prefix-val Op /match-prefix-len
1599a4365d0SYoshinobu InoueSpecify
1609a4365d0SYoshinobu Inoue.Ar match-prefix-val
1619a4365d0SYoshinobu Inouethat is used for matching with preassigned prefixes to which
1629a4365d0SYoshinobu Inoue.Cm add|change|setglobal
1639a4365d0SYoshinobu Inouecommand should be applied.
1649a4365d0SYoshinobu Inoue.Ar /match-prefix-len
1659a4365d0SYoshinobu InoueSpecify the starting part of
1669a4365d0SYoshinobu Inoue.Ar match-prefix-val
1679a4365d0SYoshinobu Inoueto be used for matching with preassigned prefixes, as decimal bit number.
1689a4365d0SYoshinobu Inoue.It Cm maxlen Ar maxlen-val
1699a4365d0SYoshinobu InoueSpecify the maximum length of prefixes which is allowed to be
1709a4365d0SYoshinobu Inouematched to
1719a4365d0SYoshinobu Inoue.Ar match-prefix-val ,
1729a4365d0SYoshinobu Inoueas decimal bit number.
1739a4365d0SYoshinobu Inoue.It Cm minlen Ar minlen-val
1749a4365d0SYoshinobu InoueSpecify the minimum length of prefixes which is allowed to be matched to
1759a4365d0SYoshinobu Inoue.Ar match-prefix-val ,
1769a4365d0SYoshinobu Inoueas decimal bit number.
1779a4365d0SYoshinobu Inoue.It Cm use-prefix Ar use-prefix-val Op /usr-prefix-len
1789a4365d0SYoshinobu InoueSpecify
1799a4365d0SYoshinobu Inoue.Ar use-prefix-val
1809a4365d0SYoshinobu Inouethat is used for prefixes to be added on
1819a4365d0SYoshinobu Inoue.Cm add|change|setglobal
1829a4365d0SYoshinobu Inouecommand.
1839a4365d0SYoshinobu Inoue.Ar /use-prefix-len
1849a4365d0SYoshinobu InoueSpecify the starting part of
1859a4365d0SYoshinobu Inoue.Ar use-prefix-val
1869a4365d0SYoshinobu Inouecopied to the starting part of prefixes to be added on
1879a4365d0SYoshinobu Inoue.Cm add|change|setglobal
1889a4365d0SYoshinobu Inouecommand, as decimal bit number.
1899a4365d0SYoshinobu Inoue.It Cm keeplen Ar keeplen-val
19033841545SHajimu UMEMOTOSpecify the medium part of
1919a4365d0SYoshinobu Inoue.Ar use-prefix-val
1929a4365d0SYoshinobu Inouejust next to the starting part specified by
1939a4365d0SYoshinobu Inoue.Ar use-prefix-len
1949a4365d0SYoshinobu Inoue, as decimal bit number.
1959a4365d0SYoshinobu InoueContiguous bits part in the same bit position of an existent prefix
1969a4365d0SYoshinobu Inouematched with
1979a4365d0SYoshinobu Inoue.Ar match-prefix-val
1989a4365d0SYoshinobu Inoueis copied to the same bit position of prefixes to be added.
1999a4365d0SYoshinobu Inoue.It Cm vltime Ar vmtime-val
2009a4365d0SYoshinobu InoueAssign an
2019a4365d0SYoshinobu Inoue.Ar time
2029a4365d0SYoshinobu Inoueas prefix valid life time for a prefix to be added.
2039a4365d0SYoshinobu InoueValid value for
2049a4365d0SYoshinobu Inoue.Ar time
2059a4365d0SYoshinobu Inoueis decimal seconds number or special format as "d00h00m00s00",
2069a4365d0SYoshinobu Inouewhere 00 can take any decimal number, and "d" means days, "h" means hours,
20733841545SHajimu UMEMOTO"m" means minutes, "s" means seconds.
20833841545SHajimu UMEMOTOAnd alternatively, special keyword
2099a4365d0SYoshinobu Inoue"infinity" can be also be specified.
2109a4365d0SYoshinobu Inoue.It Cm pltime Ar pltime-val
2119a4365d0SYoshinobu InoueAssign an
2129a4365d0SYoshinobu Inoue.Ar time
2139a4365d0SYoshinobu Inoueas prefix preferred life time for a prefix to be added.
2149a4365d0SYoshinobu InoueValid value for
2159a4365d0SYoshinobu Inoue.Ar time
2169a4365d0SYoshinobu Inoueis same as for
2179a4365d0SYoshinobu Inoue.Ar vltime-val .
2189a4365d0SYoshinobu Inoue.It Cm raf_onlink Cm on|off
2199a4365d0SYoshinobu InoueLet the prefix to be added to have on-link or off-link nature
22033841545SHajimu UMEMOTOfor the assigned interface.
22133841545SHajimu UMEMOTOIf
2229a4365d0SYoshinobu Inoue.Cm on
22333841545SHajimu UMEMOTOis specified, the prefix have on-link nature
22433841545SHajimu UMEMOTO(e.g. the prefix
22533841545SHajimu UMEMOTObelong to the link).
22633841545SHajimu UMEMOTOIf
2279a4365d0SYoshinobu Inoue.Cm off
22833841545SHajimu UMEMOTOis specified, the prefix have off-link nature
22933841545SHajimu UMEMOTO(e.g. the
23033841545SHajimu UMEMOTOprefix does not belong to the link).
2319a4365d0SYoshinobu Inoue.It Cm raf_auto Cm on|off
2329a4365d0SYoshinobu InoueEnable or disable the autonomous address auto configuration
23333841545SHajimu UMEMOTOfor the prefix to be added.
23433841545SHajimu UMEMOTOIf
2359a4365d0SYoshinobu Inoue.Cm on
2369a4365d0SYoshinobu Inoueis specified, autonomous address auto configuration is
23733841545SHajimu UMEMOTOenabled.
23833841545SHajimu UMEMOTOIf
2399a4365d0SYoshinobu Inoue.Cm off
2409a4365d0SYoshinobu Inoueis specified, it is disabled.
2419a4365d0SYoshinobu Inoue.It Cm rrf_decrprefd Cm on|off
24233841545SHajimu UMEMOTOEnable or disable the decrementation of the pltime.
24333841545SHajimu UMEMOTOIf
2449a4365d0SYoshinobu Inoue.Cm on
24533841545SHajimu UMEMOTOis specified, decrementation of the pltime is enabled.
24633841545SHajimu UMEMOTOIf
2479a4365d0SYoshinobu Inoue.Cm off
2489a4365d0SYoshinobu Inoueis specified, decrementation of the pltime is disabled.
2499a4365d0SYoshinobu Inoue.It Cm rrf_decrvalid Cm on|off
25033841545SHajimu UMEMOTOEnable or disable the decrementation of the vltime.
25133841545SHajimu UMEMOTOIf
2529a4365d0SYoshinobu Inoue.Cm on
25333841545SHajimu UMEMOTOis specified, decrementation of the vltime is enabled.
25433841545SHajimu UMEMOTOIf
2559a4365d0SYoshinobu Inoue.Cm off
2569a4365d0SYoshinobu Inoueis specified, decrementation of the vltime is disabled.
2579a4365d0SYoshinobu Inoue.El
2589a4365d0SYoshinobu Inoue.\"
2599a4365d0SYoshinobu Inoue.It seqnum Ar seqnum-val { Ar rrenum-cmd } ;
2609a4365d0SYoshinobu InoueSpecifies contents of sending router renumbering message with some
26133841545SHajimu UMEMOTOspecific seqnum.
26233841545SHajimu UMEMOTOMultiple of this statement can be specified if they
2639a4365d0SYoshinobu Inouehave different
2649a4365d0SYoshinobu Inoue.Ar seqnum-val
2659a4365d0SYoshinobu Inoueeach other.
2669a4365d0SYoshinobu Inoue.Ar rrenum-cmd
2679a4365d0SYoshinobu Inouehas just same syntax with above add|change|setglobal statement.
2689a4365d0SYoshinobu Inoue.El
2699a4365d0SYoshinobu Inoue.\"
270251c176fSRuslan Ermilov.Sh EXAMPLES
2719a4365d0SYoshinobu InoueFor each configuration file example shown below, we suppose
2729a4365d0SYoshinobu Inoueevery IPv6 subnet has its own prefix beginning with
27333841545SHajimu UMEMOTOfec0:0:0::/48 and with its own subnet number
27433841545SHajimu UMEMOTO(in this case,
27533841545SHajimu UMEMOTOsubnet number is 7th and 8th octet value of the prefix).
2769a4365d0SYoshinobu Inoue.Pp
27733841545SHajimu UMEMOTOIf you want to assign prefixes beginning with 3ffe:501:ffff::/48
2789a4365d0SYoshinobu Inoueto each subnet, then following configuration will be enough,
2799a4365d0SYoshinobu Inoueif each of your routers supports IPv6 multicast forwarding.
2809a4365d0SYoshinobu InoueThe subnet number of the existing fec0:0:0::/48 prefix and the
28133841545SHajimu UMEMOTOnewly assigned 3ffe:501:ffff::/48 prefix will be same.
2829a4365d0SYoshinobu Inoue.\"
2839a4365d0SYoshinobu Inoue.Bd -literal -offset indent
2849a4365d0SYoshinobu Inouedest ff05::2;
2859a4365d0SYoshinobu Inoue
28633841545SHajimu UMEMOTOadd match-prefix fec0:0:0:: /48 use-prefix 3ffe:501:ffff:: /48 keeplen 16;
2879a4365d0SYoshinobu Inoue.Ed
2888b5c4af3SRuslan Ermilov.Pp
2899a4365d0SYoshinobu Inoue.\"
2909a4365d0SYoshinobu InoueIf your routers don't support IPv6 multicast forwarding,
2919a4365d0SYoshinobu Inoueyou'll need to specify each destination at
2929a4365d0SYoshinobu Inoue.Cm dest
2939a4365d0SYoshinobu Inouecommand.
2949a4365d0SYoshinobu Inoue.\"
2959a4365d0SYoshinobu Inoue.Bd -literal -offset indent
2969a4365d0SYoshinobu Inouedest fec0:0:0:1:260:8ff:fe24:fb3a fec0:0:0:2:200:eff:fe2e:dfe1 fec0:0:0:3:5254:ff:fedc:5217;
2979a4365d0SYoshinobu Inoue
29833841545SHajimu UMEMOTOadd match-prefix fec0:0:0:: /48 use-prefix 3ffe:501:ffff:: /48 keeplen 16;
2999a4365d0SYoshinobu Inoue.Ed
3008b5c4af3SRuslan Ermilov.Pp
3019a4365d0SYoshinobu Inoue.\"
3029a4365d0SYoshinobu InoueIf you are going to do renumbering, then following procedure will be natural.
3039a4365d0SYoshinobu Inoue.Bl -enum -offset indent
3049a4365d0SYoshinobu Inoue.It
30533841545SHajimu UMEMOTOAssign a new prefix.
3069a4365d0SYoshinobu Inoue.It
3079a4365d0SYoshinobu InoueSet old prefix lifetimes to some appropriate transition
30833841545SHajimu UMEMOTOperiod.
30933841545SHajimu UMEMOTOIn the followng example we use 1 week for valid
3109a4365d0SYoshinobu Inouelifetime, and 0 for preferred lifetime.
31133841545SHajimu UMEMOTOAlso, enable old prefix lifetime expiration
31233841545SHajimu UMEMOTO(By default, it is static and does not expire).
3139a4365d0SYoshinobu Inoue.It
3149a4365d0SYoshinobu InoueAfter the transition period, old prefixes should become
3159a4365d0SYoshinobu Inoueinvalid, and may have been deleted.
3169a4365d0SYoshinobu InoueTo make sure that they are deleted, send new router
3179a4365d0SYoshinobu Inouerenumbering message, which specifies old prefixes as match
3189a4365d0SYoshinobu Inoueprefix, and no use prefix.
3199a4365d0SYoshinobu Inoue.El
3208b5c4af3SRuslan Ermilov.Pp
3219a4365d0SYoshinobu Inoue.\"
3229a4365d0SYoshinobu InoueThe following configuration file will do 1 and 2.
3239a4365d0SYoshinobu Inoue.\"
3249a4365d0SYoshinobu Inoue.Bd -literal -offset indent
3259a4365d0SYoshinobu Inouedest ff05::2;
3269a4365d0SYoshinobu Inoue
3279a4365d0SYoshinobu Inoueseqnum 0 {
32833841545SHajimu UMEMOTO	add match-prefix fec0:0:0:: /48 use-prefix 3ffe:501:fffe:: /48 keeplen 16;
3299a4365d0SYoshinobu Inoue	};
3309a4365d0SYoshinobu Inoue
3319a4365d0SYoshinobu Inoueseqnum 1 {
33233841545SHajimu UMEMOTO	change match-prefix 3ffe:501:ffff:: /48 use-prefix 3ffe:501:ffff:: /48 keeplen 16 vltime d7 pltime 0 rrf_decrvalid on rrf_decrprefd on;
3339a4365d0SYoshinobu Inoue	};
3349a4365d0SYoshinobu Inoue.Ed
3358b5c4af3SRuslan Ermilov.Pp
3369a4365d0SYoshinobu Inoue.\"
33733841545SHajimu UMEMOTOAnd the following configuration file will do 3
33833841545SHajimu UMEMOTO(should be
3399a4365d0SYoshinobu Inoueused for the router renumbering message to be sent 1 week
34033841545SHajimu UMEMOTOafterward).
3419a4365d0SYoshinobu Inoue.\"
3429a4365d0SYoshinobu Inoue.Bd -literal -offset indent
3439a4365d0SYoshinobu Inouedest ff05::2;
3449a4365d0SYoshinobu Inoue
34533841545SHajimu UMEMOTOchange match-prefix 3ffe:501:ffff:: /48;
3469a4365d0SYoshinobu Inoue.Ed
3478b5c4af3SRuslan Ermilov.Pp
3489a4365d0SYoshinobu Inoue.\"
3499a4365d0SYoshinobu InoueIn the above example, only
3509a4365d0SYoshinobu Inoue.Cm add
3519a4365d0SYoshinobu Inoueand
3529a4365d0SYoshinobu Inoue.Cm change
3539a4365d0SYoshinobu Inouecommands are used, and there is no example for
3549a4365d0SYoshinobu Inoue.Cm setglobal
3559a4365d0SYoshinobu Inouecommand.
3569a4365d0SYoshinobu Inoue.Cm setglobal
3579a4365d0SYoshinobu Inouecommand is almost same with
3589a4365d0SYoshinobu Inoue.Cm change
3599a4365d0SYoshinobu Inouecommand except that it deletes all pre-defined IPv6 global address.
3609a4365d0SYoshinobu Inoue.Sh SEE ALSO
36133841545SHajimu UMEMOTO.Xr rrenumd 8 ,
3629a4365d0SYoshinobu Inoue.Xr prefix 8
3639a4365d0SYoshinobu Inoue.Sh HISTORY
3649a4365d0SYoshinobu InoueThe
3659a4365d0SYoshinobu Inoue.Nm
3669a4365d0SYoshinobu Inoueconfiguration file was first appeared in KAME IPv6 protocol stack kit.
3679a4365d0SYoshinobu Inoue.\" .Sh BUGS
3689a4365d0SYoshinobu Inoue.\" (to be written)
369