mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-16 15:57:00 +00:00
add --ip-version option to force either IPv4 or IPv6 analysis
Proposed-by: Jeff Balley <jeffrey.bailey@bt.com> Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
parent
b9cff0d814
commit
782f63c3ad
3 changed files with 23 additions and 2 deletions
|
|
@ -206,6 +206,12 @@ is not in use.
|
|||
Treat all stand-alone subnets as shared-network with named formed from it's
|
||||
CIDR. By default this option is not in use for backwards compatibility.
|
||||
.TP
|
||||
\fB\-\-ip\-version\fR=\fI4|6\fR
|
||||
Force command to read configuration and leases files in IPv4 or IPv6 mode.
|
||||
Notice that when inputs do not match with what is forced analysis output is
|
||||
garbage. This option should not be necessary to use, and exists only to
|
||||
allow debugging.
|
||||
.TP
|
||||
\fB\-v\fR, \fB\-\-version\fR
|
||||
Print version information to standard output and exit successfully.
|
||||
.TP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue