From: Michael Tremer Date: Fri, 23 Sep 2016 03:55:48 +0000 (+0200) Subject: man: Add documentation for DHCP server commands X-Git-Tag: 009~279 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=427f5ae2f4108ce91e646cd7d1415a25a97aeada;p=network.git man: Add documentation for DHCP server commands Signed-off-by: Michael Tremer --- diff --git a/Makefile.am b/Makefile.am index c79cef92..a8ca8a1b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -332,6 +332,7 @@ MANPAGES = \ man/firewall-settings.8 \ man/network.8 \ man/network-device.8 \ + man/network-dhcp.8 \ man/network-dns-server.8 \ man/network-port.8 \ man/network-port-batman-adv.8 \ diff --git a/man/network-dhcp.xml b/man/network-dhcp.xml new file mode 100644 index 00000000..cc081bb8 --- /dev/null +++ b/man/network-dhcp.xml @@ -0,0 +1,145 @@ + + + + + + network-dhcp + network + + + + Developer + Michael + Tremer + michael.tremer@ipfire.org + + + + + + network-dhcp + 8 + + + + network-dhcp + Network Configuration Control Program + + + + + network [dhcpv6|dhcpv4] command ... + + + + + Description + + + With help of the dhcp commands it is possible to + configure DHCP servers for IPv6 and IPv4. + + + + + Commands + + + The following commands are understood: + + + + + + start + + + + + Starts the DHCP service. + + + + + + + stop + + + + + Stops the DHCP service. + + + + + + + restart + + + + + Restarts the DHCP service immediately. + + + + + + + reload + + + + + Reload the DHCP service configuration. + + + + + + + show + + + + + Shows the DHCP configuration. + + + + + + + subnet ... + + + + + Use this command to manage subnets. + See + network-dhcp-subnet + 8 + for details. + + + + + + + + See Also + + + + network + 8 + , + + network-dhcp-subnet + 8 + + + +