aboutsummaryrefslogtreecommitdiff
path: root/docs/network.md
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@tele2.at>2018-11-23 12:59:30 +0100
committerDavid Oberhollenzer <david.oberhollenzer@tele2.at>2018-11-23 22:22:50 +0100
commitb67b00ac6ffbe0f3b65ab52470e131d55cb26673 (patch)
tree22fc5d4495a0c19bbf43f2ed1fcac6dff995a418 /docs/network.md
parentf86d76513a508cdf907a40af3b947c359c9de5d7 (diff)
Update documentation
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
Diffstat (limited to 'docs/network.md')
-rw-r--r--docs/network.md11
1 files changed, 11 insertions, 0 deletions
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.