View | Details | Raw Unified | Return to bug 17333 | Differences between
and this patch

Collapse All | Expand All

(-)rrenumd.conf.5 (-7 / +7 lines)
Lines 61-75 Link Here
61
keywords and parameters.
61
keywords and parameters.
62
The vertical bar (`|') is used to indicate
62
The vertical bar (`|') is used to indicate
63
between a choice of optional parameters.
63
between a choice of optional parameters.
64
Parentheses (`(' and
64
Curly braces (`{' and
65
`)') are used to group keywords and parameters when necessary.
65
`}') are used to group keywords and parameters when necessary.
66
.\"
66
.\"
67
.Sh Interface specification
67
.Sh Interface specification
68
There are some statements that may or have to specify interface.
68
There are some statements that may or have to specify interface.
69
Interfaces are specified in the form of "name unit", such as
69
Interfaces are specified in the form of "name unit", such as
70
.Ar lo0
70
.Ar lo0
71
and
71
and
72
.Ar ep1.
72
.Ar ep1 .
73
.\"
73
.\"
74
.Sh Configuration Statements
74
.Sh Configuration Statements
75
.Bl -tag -width Ds
75
.Bl -tag -width Ds
Lines 164-170 Link Here
164
.Cm add|change|setglobal
164
.Cm add|change|setglobal
165
command, as decimal bit number.
165
command, as decimal bit number.
166
.It Cm keeplen Ar keeplen-val
166
.It Cm keeplen Ar keeplen-val
167
Specify the midium part of
167
Specify the medium part of
168
.Ar use-prefix-val
168
.Ar use-prefix-val
169
just next to the starting part specified by
169
just next to the starting part specified by
170
.Ar use-prefix-len
170
.Ar use-prefix-len
Lines 250-256 Link Here
250
(in this case,
250
(in this case,
251
subnet number is 7th and 8th octet value of the prefix)
251
subnet number is 7th and 8th octet value of the prefix)
252
.Pp
252
.Pp
253
If you want to assigne prefixes beginning with fec0:1:1::/48
253
If you want to assign prefixes beginning with fec0:1:1::/48
254
to each subnet, then following configuration will be enough,
254
to each subnet, then following configuration will be enough,
255
if each of your routers supports IPv6 multicast forwarding.
255
if each of your routers supports IPv6 multicast forwarding.
256
The subnet number of the existing fec0:0:0::/48 prefix and the
256
The subnet number of the existing fec0:0:0::/48 prefix and the
Lines 278-284 Link Here
278
If you are going to do renumbering, then following procedure will be natural.
278
If you are going to do renumbering, then following procedure will be natural.
279
.Bl -enum -offset indent
279
.Bl -enum -offset indent
280
.It
280
.It
281
Assigne new prefix.
281
Assign new prefix.
282
.It
282
.It
283
Set old prefix lifetimes to some appropriate transition
283
Set old prefix lifetimes to some appropriate transition
284
period.
284
period.
Lines 334-340 Link Here
334
command except that it deletes all pre-defined IPv6 global address.
334
command except that it deletes all pre-defined IPv6 global address.
335
335
336
.Sh SEE ALSO
336
.Sh SEE ALSO
337
.Xr rrenumd 8
337
.Xr rrenumd 8 ,
338
.Xr prefix 8
338
.Xr prefix 8
339
.Sh HISTORY
339
.Sh HISTORY
340
The
340
The

Return to bug 17333