]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/network/networkd-link.c
networkd: dhcp-server - allow configuration of the pool 1097/head
authorTom Gundersen <teg@jklm.no>
Fri, 28 Aug 2015 22:18:20 +0000 (00:18 +0200)
committerTom Gundersen <teg@jklm.no>
Mon, 31 Aug 2015 19:42:33 +0000 (21:42 +0200)
commit9b3a67c55b7df6642a0389306c513b17c211f280
treec0356bf32d2fc716ba9716a72c6ee4012e614f7f
parent61986155d273342ffaf5be4d6a4386be96f9b46b
networkd: dhcp-server - allow configuration of the pool

The constraints we place on the pool is that it is a contiguous
sequence of addresses in the same subnet as the server address, not
including the subnet nor broadcast addresses, but possibly including
the server address itself. If the server address is included in the
pool it is (obviously) reserved and not handed out to clients.
man/systemd.network.xml
src/network/networkd-link.c
src/network/networkd-network-gperf.gperf
src/network/networkd-network.h
src/shared/conf-parser.c
src/shared/conf-parser.h