diff options
author | ru <ru@FreeBSD.org> | 2000-12-27 15:30:30 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2000-12-27 15:30:30 +0000 |
commit | 4bb5f49662398b2c716ed1737fb2ad4ca436335d (patch) | |
tree | f1468f2d922f425fb0e1dc0ae9c5629ea3d7baf7 /usr.sbin/rrenumd | |
parent | 6c6a7d37868897a158286c6ca08baf40fb719d09 (diff) | |
download | FreeBSD-src-4bb5f49662398b2c716ed1737fb2ad4ca436335d.zip FreeBSD-src-4bb5f49662398b2c716ed1737fb2ad4ca436335d.tar.gz |
Prepare for mdoc(7)NG.
Diffstat (limited to 'usr.sbin/rrenumd')
-rw-r--r-- | usr.sbin/rrenumd/rrenumd.8 | 2 | ||||
-rw-r--r-- | usr.sbin/rrenumd/rrenumd.conf.5 | 14 |
2 files changed, 7 insertions, 9 deletions
diff --git a/usr.sbin/rrenumd/rrenumd.8 b/usr.sbin/rrenumd/rrenumd.8 index 7d118f9..42ea29d 100644 --- a/usr.sbin/rrenumd/rrenumd.8 +++ b/usr.sbin/rrenumd/rrenumd.8 @@ -74,9 +74,9 @@ Script mode. Configuration information is obtained from standard input. .It Fl c Ar conf_file Specify a configuration file where configuration information is kept. +.El .Sh RETURN VALUES The program exits with 0 on success, and non-zero on failures. -.El .Sh SEE ALSO .Xr daemon 3 , .Xr rrenumd.conf 5 diff --git a/usr.sbin/rrenumd/rrenumd.conf.5 b/usr.sbin/rrenumd/rrenumd.conf.5 index 9fc9bf1..b118665 100644 --- a/usr.sbin/rrenumd/rrenumd.conf.5 +++ b/usr.sbin/rrenumd/rrenumd.conf.5 @@ -94,9 +94,8 @@ can be any combination of single or multiple numerical IPv6 addrs, or Full Qualified Domain Names. .Ar retrycmd has following syntax. - .\" -.Bl -tag -width Ds -compact +.Bl -tag -width Ds .It Ic retry Ar retry-num .Ar retry-num specifies how many router renumbering messages are sent repeatedly. @@ -249,8 +248,8 @@ dest ff05::2; add match-prefix fec0:0:0:: /48 use-prefix fec0:1:1:: /48 keeplen 16; .Ed +.Pp .\" - If your routers don't support IPv6 multicast forwarding, you'll need to specify each destination at .Cm dest @@ -261,8 +260,8 @@ dest fec0:0:0:1:260:8ff:fe24:fb3a fec0:0:0:2:200:eff:fe2e:dfe1 fec0:0:0:3:5254:f add match-prefix fec0:0:0:: /48 use-prefix fec0:1:1:: /48 keeplen 16; .Ed +.Pp .\" - If you are going to do renumbering, then following procedure will be natural. .Bl -enum -offset indent .It @@ -280,8 +279,8 @@ To make sure that they are deleted, send new router renumbering message, which specifies old prefixes as match prefix, and no use prefix. .El +.Pp .\" - The following configuration file will do 1 and 2. .\" .Bd -literal -offset indent @@ -295,8 +294,8 @@ seqnum 1 { 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; }; .Ed +.Pp .\" - And the following configuration file will do 3. (should be used for the router renumbering message to be sent 1 week afterward) @@ -306,8 +305,8 @@ dest ff05::2; change match-prefix fec0:1:1:: /48; .Ed +.Pp .\" - In the above example, only .Cm add and @@ -319,7 +318,6 @@ command. command is almost same with .Cm change command except that it deletes all pre-defined IPv6 global address. - .Sh SEE ALSO .Xr rrenumd 8 .Xr prefix 8 |