]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/network/networkd-link.c
network: use link_start_dhcp4_server() at one more place
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 13 Mar 2024 17:01:15 +0000 (02:01 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 14 Mar 2024 17:28:38 +0000 (02:28 +0900)
commitc91f8f90baefe7045fc46bd4e8aff01607cd5d37
tree8817e9eea488c699847d0b96478ab6a079ec6bad
parentc6d0c6688ee7b0bb4575ab3e96655fd316543c95
network: use link_start_dhcp4_server() at one more place

Otherwise, even if the persistent storage is not ready, the DHCP server
may be started e.g. by unplugging and plugging cable.

Follow-up for 5582b36c384fc522c23ef1ac032001882d033aff.
src/network/networkd-dhcp-server.c
src/network/networkd-dhcp-server.h
src/network/networkd-link.c