diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2018-06-10 22:08:57 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2018-06-10 22:08:57 +0200 |
commit | a3f3e31b204821b31891c91dbb4266a03c82bf0b (patch) | |
tree | 327a2963d6d8dcece13ebdd53e5ce7c23a362faa /sys/man/8 | |
parent | eed90aa0ad7ac012d9f1abe638074156654d81ef (diff) |
dhcp6d: add minimal stateless DHCPv6 server for network boot and DNS configuration
Diffstat (limited to 'sys/man/8')
-rw-r--r-- | sys/man/8/dhcpd | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/sys/man/8/dhcpd b/sys/man/8/dhcpd index 5cc7f17f2..71b6b2ffe 100644 --- a/sys/man/8/dhcpd +++ b/sys/man/8/dhcpd @@ -1,6 +1,6 @@ .TH DHCPD 8 .SH NAME -dhcpd, dhcpleases, rarpd, tftpd \- Internet booting +dhcpd, dhcp6d, dhcpleases, rarpd, tftpd \- Internet booting .SH SYNOPSIS .PP .B ip/dhcpd @@ -20,6 +20,13 @@ dhcpd, dhcpleases, rarpd, tftpd \- Internet booting .PP .B ip/dhcpleases .PP +.B ip/dhcp6d +.RB [ -d ] +.RB [ -f +.IR ndb-file ] +.RB [ -x +.IR netmtpt ] +.PP .B ip/rarpd .RB [ -d ] .RB [ -e @@ -37,7 +44,8 @@ dhcpd, dhcpleases, rarpd, tftpd \- Internet booting These programs support booting over the Internet. They should all be run on the same server to allow other systems to be booted. -.I Dhcpd +.IR Dhcpd , +.I dhcp6d and .I tftpd are used to boot everything; @@ -221,6 +229,10 @@ Use as the minimum lease time for static addresses. .PD .PP +.I Dhcp6d +provides DHCPv6 service for IPv6 clients. Only network boot and +DNS parameters are supported. +.PP .I Dhcpleases prints out the currently valid DHCP leases found in the .B /lib/ndb/dhcp |