1434d523bSKris Kennaway.\" $KAME$ 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.\" 329a4365d0SYoshinobu Inoue.Dd Nov 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. 65434d523bSKris KennawayParentheses (`(' and 66434d523bSKris Kennaway`)') 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, 87434d523bSKris Kennawaythen debugging is disabled. It is disabled by default. 889a4365d0SYoshinobu Inoue.\" 899a4365d0SYoshinobu Inoue.It Ic dest Ar dest-list Op Ar retrycmd ; 909a4365d0SYoshinobu InoueSpecifies destinations to which router renumbering messages should be 919a4365d0SYoshinobu Inouesent. 929a4365d0SYoshinobu Inoue.Ar dest-list 939a4365d0SYoshinobu Inouecan be any combination of single or multiple numerical IPv6 addrs, 949a4365d0SYoshinobu Inoueor Full Qualified Domain Names. 959a4365d0SYoshinobu Inoue.Ar retrycmd 969a4365d0SYoshinobu Inouehas following syntax. 979a4365d0SYoshinobu Inoue 989a4365d0SYoshinobu Inoue.\" 999a4365d0SYoshinobu Inoue.Bl -tag -width Ds -compact 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 1069a4365d0SYoshinobu Inoue.Op /match-prefix-len 1079a4365d0SYoshinobu Inoue.Op Cm maxlen Ar maxlen-val 1089a4365d0SYoshinobu Inoue.Op Cm minlen Ar minlen-val 1099a4365d0SYoshinobu Inoue.Op Cm use-prefix Ar use-prefix-val 1109a4365d0SYoshinobu Inoue.Op /use-prefix-len 1119a4365d0SYoshinobu Inoue.Op Cm keeplen Ar keeplen-val 1129a4365d0SYoshinobu Inoue.Op Ar use-prefix-values ; 1139a4365d0SYoshinobu Inoue.Pp 1149a4365d0SYoshinobu InoueSpecifies contents of sending router renumbering message with seqnum 0. 1159a4365d0SYoshinobu InoueIf 1169a4365d0SYoshinobu Inoue.Cm add|change|setglobal 1179a4365d0SYoshinobu Inoueis not specified, then 1189a4365d0SYoshinobu Inoue.Cm add 1199a4365d0SYoshinobu Inoueis assumed. 1209a4365d0SYoshinobu Inoue.Ar use-prefix-values 1219a4365d0SYoshinobu Inouehas following syntax. 1229a4365d0SYoshinobu Inoue.Pp 1239a4365d0SYoshinobu Inoue{ 1249a4365d0SYoshinobu Inoue.Op Cm vltime Ar vltime-val 1259a4365d0SYoshinobu Inoue.Op Cm pltime Ar pltime-val 1269a4365d0SYoshinobu Inoue.Op Cm raf_onlink Cm on|off 1279a4365d0SYoshinobu Inoue.Op Cm raf_auto Cm on|off 1289a4365d0SYoshinobu Inoue.Op Cm rrf_decrprefd Cm on|off 1299a4365d0SYoshinobu Inoue.Op Cm rrf_decrvalid Cm on|off 1309a4365d0SYoshinobu Inoue} 1319a4365d0SYoshinobu Inoue.Pp 1329a4365d0SYoshinobu InoueEach value has following meaning. 1339a4365d0SYoshinobu Inoue.Pp 1349a4365d0SYoshinobu Inoue.Bl -tag -width Ds -compact 1359a4365d0SYoshinobu Inoue.It Cm match-prefix Ar match-prefix-val Op /match-prefix-len 1369a4365d0SYoshinobu InoueSpecify 1379a4365d0SYoshinobu Inoue.Ar match-prefix-val 1389a4365d0SYoshinobu Inouethat is used for matching with preassigned prefixes to which 1399a4365d0SYoshinobu Inoue.Cm add|change|setglobal 1409a4365d0SYoshinobu Inouecommand should be applied. 1419a4365d0SYoshinobu Inoue.Ar /match-prefix-len 1429a4365d0SYoshinobu InoueSpecify the starting part of 1439a4365d0SYoshinobu Inoue.Ar match-prefix-val 1449a4365d0SYoshinobu Inoueto be used for matching with preassigned prefixes, as decimal bit number. 1459a4365d0SYoshinobu Inoue.It Cm maxlen Ar maxlen-val 1469a4365d0SYoshinobu InoueSpecify the maximum length of prefixes which is allowed to be 1479a4365d0SYoshinobu Inouematched to 1489a4365d0SYoshinobu Inoue.Ar match-prefix-val , 1499a4365d0SYoshinobu Inoueas decimal bit number. 1509a4365d0SYoshinobu Inoue.It Cm minlen Ar minlen-val 1519a4365d0SYoshinobu InoueSpecify the minimum length of prefixes which is allowed to be matched to 1529a4365d0SYoshinobu Inoue.Ar match-prefix-val , 1539a4365d0SYoshinobu Inoueas decimal bit number. 1549a4365d0SYoshinobu Inoue.It Cm use-prefix Ar use-prefix-val Op /usr-prefix-len 1559a4365d0SYoshinobu InoueSpecify 1569a4365d0SYoshinobu Inoue.Ar use-prefix-val 1579a4365d0SYoshinobu Inouethat is used for prefixes to be added on 1589a4365d0SYoshinobu Inoue.Cm add|change|setglobal 1599a4365d0SYoshinobu Inouecommand. 1609a4365d0SYoshinobu Inoue.Ar /use-prefix-len 1619a4365d0SYoshinobu InoueSpecify the starting part of 1629a4365d0SYoshinobu Inoue.Ar use-prefix-val 1639a4365d0SYoshinobu Inouecopied to the starting part of prefixes to be added on 1649a4365d0SYoshinobu Inoue.Cm add|change|setglobal 1659a4365d0SYoshinobu Inouecommand, as decimal bit number. 1669a4365d0SYoshinobu Inoue.It Cm keeplen Ar keeplen-val 167434d523bSKris KennawaySpecify the midium part of 1689a4365d0SYoshinobu Inoue.Ar use-prefix-val 1699a4365d0SYoshinobu Inouejust next to the starting part specified by 1709a4365d0SYoshinobu Inoue.Ar use-prefix-len 1719a4365d0SYoshinobu Inoue, as decimal bit number. 1729a4365d0SYoshinobu InoueContiguous bits part in the same bit position of an existent prefix 1739a4365d0SYoshinobu Inouematched with 1749a4365d0SYoshinobu Inoue.Ar match-prefix-val 1759a4365d0SYoshinobu Inoueis copied to the same bit position of prefixes to be added. 1769a4365d0SYoshinobu Inoue.It Cm vltime Ar vmtime-val 1779a4365d0SYoshinobu InoueAssign an 1789a4365d0SYoshinobu Inoue.Ar time 1799a4365d0SYoshinobu Inoueas prefix valid life time for a prefix to be added. 1809a4365d0SYoshinobu InoueValid value for 1819a4365d0SYoshinobu Inoue.Ar time 1829a4365d0SYoshinobu Inoueis decimal seconds number or special format as "d00h00m00s00", 1839a4365d0SYoshinobu Inouewhere 00 can take any decimal number, and "d" means days, "h" means hours, 184434d523bSKris Kennaway"m" means minutes, "s" means seconds. And alternatively, special keyword 1859a4365d0SYoshinobu Inoue"infinity" can be also be specified. 1869a4365d0SYoshinobu Inoue.It Cm pltime Ar pltime-val 1879a4365d0SYoshinobu InoueAssign an 1889a4365d0SYoshinobu Inoue.Ar time 1899a4365d0SYoshinobu Inoueas prefix preferred life time for a prefix to be added. 1909a4365d0SYoshinobu InoueValid value for 1919a4365d0SYoshinobu Inoue.Ar time 1929a4365d0SYoshinobu Inoueis same as for 1939a4365d0SYoshinobu Inoue.Ar vltime-val . 1949a4365d0SYoshinobu Inoue.It Cm raf_onlink Cm on|off 1959a4365d0SYoshinobu InoueLet the prefix to be added to have on-link or off-link nature 196434d523bSKris Kennawayfor the assigned interface. If 1979a4365d0SYoshinobu Inoue.Cm on 198434d523bSKris Kennawayis specified, the prefix have on-link nature. (e.g. the prefix 1999a4365d0SYoshinobu Inouebelong to the link) If 2009a4365d0SYoshinobu Inoue.Cm off 201434d523bSKris Kennawayis specified, the prefix have off-link nature. (e.g. the 2029a4365d0SYoshinobu Inoueprefix does not belong to the link) 2039a4365d0SYoshinobu Inoue.It Cm raf_auto Cm on|off 2049a4365d0SYoshinobu InoueEnable or disable the autonomous address auto configuration 205434d523bSKris Kennawayfor the prefix to be added. If 2069a4365d0SYoshinobu Inoue.Cm on 2079a4365d0SYoshinobu Inoueis specified, autonomous address auto configuration is 208434d523bSKris Kennawayenabled. If 2099a4365d0SYoshinobu Inoue.Cm off 2109a4365d0SYoshinobu Inoueis specified, it is disabled. 2119a4365d0SYoshinobu Inoue.It Cm rrf_decrprefd Cm on|off 212434d523bSKris KennawayEnable or disable the decrementation of the pltime. If 2139a4365d0SYoshinobu Inoue.Cm on 214434d523bSKris Kennawayis specified, decrementation of the pltime is enabled. If 2159a4365d0SYoshinobu Inoue.Cm off 2169a4365d0SYoshinobu Inoueis specified, decrementation of the pltime is disabled. 2179a4365d0SYoshinobu Inoue.It Cm rrf_decrvalid Cm on|off 218434d523bSKris KennawayEnable or disable the decrementation of the vltime. If 2199a4365d0SYoshinobu Inoue.Cm on 220434d523bSKris Kennawayis specified, decrementation of the vltime is enabled. If 2219a4365d0SYoshinobu Inoue.Cm off 2229a4365d0SYoshinobu Inoueis specified, decrementation of the vltime is disabled. 2239a4365d0SYoshinobu Inoue.El 2249a4365d0SYoshinobu Inoue.\" 2259a4365d0SYoshinobu Inoue.It seqnum Ar seqnum-val { Ar rrenum-cmd } ; 2269a4365d0SYoshinobu InoueSpecifies contents of sending router renumbering message with some 227434d523bSKris Kennawayspecific seqnum. Multiple of this statement can be specified if they 2289a4365d0SYoshinobu Inouehave different 2299a4365d0SYoshinobu Inoue.Ar seqnum-val 2309a4365d0SYoshinobu Inoueeach other. 2319a4365d0SYoshinobu Inoue.Ar rrenum-cmd 2329a4365d0SYoshinobu Inouehas just same syntax with above add|change|setglobal statement. 2339a4365d0SYoshinobu Inoue.El 2349a4365d0SYoshinobu Inoue.\" 235251c176fSRuslan Ermilov.Sh EXAMPLES 2369a4365d0SYoshinobu InoueFor each configuration file example shown below, we suppose 2379a4365d0SYoshinobu Inoueevery IPv6 subnet has its own prefix beginning with 238434d523bSKris Kennawayfec0:0:0::/48 and with its own subnet number. (in this case, 2399a4365d0SYoshinobu Inouesubnet number is 7th and 8th octet value of the prefix) 2409a4365d0SYoshinobu Inoue.Pp 241434d523bSKris KennawayIf you want to assigne prefixes beginning with fec0:1:1::/48 2429a4365d0SYoshinobu Inoueto each subnet, then following configuration will be enough, 2439a4365d0SYoshinobu Inoueif each of your routers supports IPv6 multicast forwarding. 2449a4365d0SYoshinobu InoueThe subnet number of the existing fec0:0:0::/48 prefix and the 2459a4365d0SYoshinobu Inouenewly assigned fec0:1:1::/48 prefix will be same. 2469a4365d0SYoshinobu Inoue.\" 2479a4365d0SYoshinobu Inoue.Bd -literal -offset indent 2489a4365d0SYoshinobu Inouedest ff05::2; 2499a4365d0SYoshinobu Inoue 2509a4365d0SYoshinobu Inoueadd match-prefix fec0:0:0:: /48 use-prefix fec0:1:1:: /48 keeplen 16; 2519a4365d0SYoshinobu Inoue.Ed 2529a4365d0SYoshinobu Inoue.\" 2539a4365d0SYoshinobu Inoue 2549a4365d0SYoshinobu InoueIf your routers don't support IPv6 multicast forwarding, 2559a4365d0SYoshinobu Inoueyou'll need to specify each destination at 2569a4365d0SYoshinobu Inoue.Cm dest 2579a4365d0SYoshinobu Inouecommand. 2589a4365d0SYoshinobu Inoue.\" 2599a4365d0SYoshinobu Inoue.Bd -literal -offset indent 2609a4365d0SYoshinobu 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; 2619a4365d0SYoshinobu Inoue 2629a4365d0SYoshinobu Inoueadd match-prefix fec0:0:0:: /48 use-prefix fec0:1:1:: /48 keeplen 16; 2639a4365d0SYoshinobu Inoue.Ed 2649a4365d0SYoshinobu Inoue.\" 2659a4365d0SYoshinobu Inoue 2669a4365d0SYoshinobu InoueIf you are going to do renumbering, then following procedure will be natural. 2679a4365d0SYoshinobu Inoue.Bl -enum -offset indent 2689a4365d0SYoshinobu Inoue.It 269434d523bSKris KennawayAssigne new prefix. 2709a4365d0SYoshinobu Inoue.It 2719a4365d0SYoshinobu InoueSet old prefix lifetimes to some appropriate transition 272434d523bSKris Kennawayperiod. In the followng example we use 1 week for valid 2739a4365d0SYoshinobu Inouelifetime, and 0 for preferred lifetime. 2749a4365d0SYoshinobu InoueAlso, enable old prefix lifetime expiration. 2759a4365d0SYoshinobu Inoue(By default, it is static and does not expire) 2769a4365d0SYoshinobu Inoue.It 2779a4365d0SYoshinobu InoueAfter the transition period, old prefixes should become 2789a4365d0SYoshinobu Inoueinvalid, and may have been deleted. 2799a4365d0SYoshinobu InoueTo make sure that they are deleted, send new router 2809a4365d0SYoshinobu Inouerenumbering message, which specifies old prefixes as match 2819a4365d0SYoshinobu Inoueprefix, and no use prefix. 2829a4365d0SYoshinobu Inoue.El 2839a4365d0SYoshinobu Inoue.\" 2849a4365d0SYoshinobu Inoue 2859a4365d0SYoshinobu InoueThe following configuration file will do 1 and 2. 2869a4365d0SYoshinobu Inoue.\" 2879a4365d0SYoshinobu Inoue.Bd -literal -offset indent 2889a4365d0SYoshinobu Inouedest ff05::2; 2899a4365d0SYoshinobu Inoue 2909a4365d0SYoshinobu Inoueseqnum 0 { 2919a4365d0SYoshinobu Inoue add match-prefix fec0:0:0:: /48 use-prefix fec0:2:2:: /48 keeplen 16; 2929a4365d0SYoshinobu Inoue }; 2939a4365d0SYoshinobu Inoue 2949a4365d0SYoshinobu Inoueseqnum 1 { 2959a4365d0SYoshinobu Inoue change match-prefix fec0:1:1:: /48 use-prefix fec0:1:1:: /48 keeplen 16 vltime d7 pltime 0 rrf_decrvalid on rrf_decrprefd on; 2969a4365d0SYoshinobu Inoue }; 2979a4365d0SYoshinobu Inoue.Ed 2989a4365d0SYoshinobu Inoue.\" 2999a4365d0SYoshinobu Inoue 3009a4365d0SYoshinobu InoueAnd the following configuration file will do 3. (should be 3019a4365d0SYoshinobu Inoueused for the router renumbering message to be sent 1 week 3029a4365d0SYoshinobu Inoueafterward) 3039a4365d0SYoshinobu Inoue.\" 3049a4365d0SYoshinobu Inoue.Bd -literal -offset indent 3059a4365d0SYoshinobu Inouedest ff05::2; 3069a4365d0SYoshinobu Inoue 3079a4365d0SYoshinobu Inouechange match-prefix fec0:1:1:: /48; 3089a4365d0SYoshinobu Inoue.Ed 3099a4365d0SYoshinobu Inoue.\" 3109a4365d0SYoshinobu Inoue 3119a4365d0SYoshinobu InoueIn the above example, only 3129a4365d0SYoshinobu Inoue.Cm add 3139a4365d0SYoshinobu Inoueand 3149a4365d0SYoshinobu Inoue.Cm change 3159a4365d0SYoshinobu Inouecommands are used, and there is no example for 3169a4365d0SYoshinobu Inoue.Cm setglobal 3179a4365d0SYoshinobu Inouecommand. 3189a4365d0SYoshinobu Inoue.Cm setglobal 3199a4365d0SYoshinobu Inouecommand is almost same with 3209a4365d0SYoshinobu Inoue.Cm change 3219a4365d0SYoshinobu Inouecommand except that it deletes all pre-defined IPv6 global address. 3229a4365d0SYoshinobu Inoue 3239a4365d0SYoshinobu Inoue.Sh SEE ALSO 324434d523bSKris Kennaway.Xr rrenumd 8 3259a4365d0SYoshinobu Inoue.Xr prefix 8 3269a4365d0SYoshinobu Inoue.Sh HISTORY 3279a4365d0SYoshinobu InoueThe 3289a4365d0SYoshinobu Inoue.Nm 3299a4365d0SYoshinobu Inoueconfiguration file was first appeared in KAME IPv6 protocol stack kit. 3309a4365d0SYoshinobu Inoue.\" .Sh BUGS 3319a4365d0SYoshinobu Inoue.\" (to be written) 332