From 427f5ae2f4108ce91e646cd7d1415a25a97aeada Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 23 Sep 2016 05:55:48 +0200 Subject: [PATCH] man: Add documentation for DHCP server commands Signed-off-by: Michael Tremer --- Makefile.am | 1 + man/network-dhcp.xml | 145 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 146 insertions(+) create mode 100644 man/network-dhcp.xml diff --git a/Makefile.am b/Makefile.am index c79cef9..a8ca8a1 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 0000000..cc081bb --- /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 + + + + -- 2.47.3