]> git.ipfire.org Git - thirdparty/systemd.git/commit
network: allow to set null address for [DHCPServer] ServerAddress=
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 7 Sep 2023 21:35:26 +0000 (06:35 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 8 Sep 2023 11:03:40 +0000 (20:03 +0900)
commita0dfce0a3f3cec2db0d10eb13987a363ef4f620f
tree1967724b7736e6bf2f22bee1638543dcbeebbb8b
parent5459e11d39f8885ec945829df0d8e1ca62e56f75
network: allow to set null address for [DHCPServer] ServerAddress=

And refuse a link-local address.

With the previous commit, now ServerAddress= can take a null address,
but the config parser refused that. Let's allow that now.
src/network/networkd-dhcp-server.c