From b67b00ac6ffbe0f3b65ab52470e131d55cb26673 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Fri, 23 Nov 2018 12:59:30 +0100 Subject: Update documentation Signed-off-by: David Oberhollenzer --- docs/network.md | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'docs/network.md') diff --git a/docs/network.md b/docs/network.md index f111a8f..3403932 100644 --- a/docs/network.md +++ b/docs/network.md @@ -81,3 +81,14 @@ follows is passed on to `ip route add` or `ip rule add` respectively. An additional service is provided that restores the nft rule set from `/etc/nftables.rules`. + + +# DHCP based network configuration + +If the configure option `--enable-dhcpclient` is set, two services are added. +The service `dhpcdmaster` launches a global dhcpcd instance. + +For each port that should be configured via DHCP, the service `dhcpcd` needs +to be enabled manually with the port name as argument. The service the runs +after the master service and sends a signal to the master to operate on that +port. -- cgit v1.2.3