xref: /freebsd/usr.sbin/rrenumd/rrenumd.8 (revision 434d523b2d63281f9daf43fddcb5f009ac54800c)
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 Sep 7, 1998
339a4365d0SYoshinobu Inoue.Dt RRENUMD 8
34434d523bSKris Kennaway.Os
359a4365d0SYoshinobu Inoue.Sh NAME
369a4365d0SYoshinobu Inoue.Nm rrenumd
379a4365d0SYoshinobu Inoue.Nd router renumbering daemon
389a4365d0SYoshinobu Inoue.Sh SYNOPSIS
399a4365d0SYoshinobu Inoue.Nm
409a4365d0SYoshinobu Inoue.Oo
419a4365d0SYoshinobu Inoue.Fl c Ar conf_file | Fl s
429a4365d0SYoshinobu Inoue.Oc
439a4365d0SYoshinobu Inoue.Op Fl df
449a4365d0SYoshinobu Inoue.Sh DESCRIPTION
459a4365d0SYoshinobu Inoue.Nm Rrenumd
469a4365d0SYoshinobu Inoueassigns prefixes to subnets inside the site, or renumbers them.
479a4365d0SYoshinobu Inoue.Pp
489a4365d0SYoshinobu InoueThe program will daemonize itself on invocation.
499a4365d0SYoshinobu InoueIt reads configuration information from standard input if
509a4365d0SYoshinobu Inoue.Fl s
519a4365d0SYoshinobu Inoueis specified, or from
529a4365d0SYoshinobu Inoue.Ar conf_file
539a4365d0SYoshinobu Inoueif
549a4365d0SYoshinobu Inoue.Fl c Ar conf_file
559a4365d0SYoshinobu Inoueis specified.
569a4365d0SYoshinobu Inoue.Pp
579a4365d0SYoshinobu InoueThe contents of configuration information are described in
589a4365d0SYoshinobu Inoue.Xr rrenumd.conf 5 .
599a4365d0SYoshinobu Inoue.Pp
609a4365d0SYoshinobu InoueAfter successful configuration,
619a4365d0SYoshinobu Inoue.Nm
629a4365d0SYoshinobu Inouesends router renumbering
639a4365d0SYoshinobu Inouemessages periodically to configured destinations.
649a4365d0SYoshinobu InoueMessages contain prefixes configured to be renumbered.
659a4365d0SYoshinobu Inoue.Bl -tag -width indent
669a4365d0SYoshinobu Inoue.\"
679a4365d0SYoshinobu Inoue.It Fl d
689a4365d0SYoshinobu InoueDebug mode.
699a4365d0SYoshinobu Inoue.It Fl f
709a4365d0SYoshinobu InoueForeground mode.
719a4365d0SYoshinobu InoueDo not become daemon.
729a4365d0SYoshinobu Inoue.It Fl s
739a4365d0SYoshinobu InoueScript mode.
749a4365d0SYoshinobu InoueConfiguration information is obtained from standard input.
759a4365d0SYoshinobu Inoue.It Fl c Ar conf_file
769a4365d0SYoshinobu InoueSpecify a configuration file where configuration information is kept.
779a4365d0SYoshinobu Inoue.Sh RETURN VALUES
789a4365d0SYoshinobu InoueThe program exits with 0 on success, and non-zero on failures.
799a4365d0SYoshinobu Inoue.El
809a4365d0SYoshinobu Inoue.Sh SEE ALSO
816a7a2d34SYoshinobu Inoue.Xr daemon 3 ,
826a7a2d34SYoshinobu Inoue.Xr rrenumd.conf 5
839a4365d0SYoshinobu Inoue.Sh HISTORY
849a4365d0SYoshinobu InoueThe
859a4365d0SYoshinobu Inoue.Nm
869a4365d0SYoshinobu Inouecommand first appeared in KAME IPv6 protocol stack kit.
879a4365d0SYoshinobu Inoue.\" .Sh BUGS
889a4365d0SYoshinobu Inoue.\" (to be written)
89