]> git.ipfire.org Git - thirdparty/systemd.git/commit
network: skip to set request address when anonymized
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 4 Oct 2023 21:53:01 +0000 (06:53 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 4 Oct 2023 21:56:51 +0000 (06:56 +0900)
commit5d896defeb7a9c65de63515eb87542bf8d7c04e2
tree1b7d042481a7b6b1eeef661ff62e4b24cb370921
parent714cb48a4f069be485d4229c127b59d2c952adef
network: skip to set request address when anonymized

In sd-dhcp-client.c, we do not set the option in the DHCPDISCOVER
message when anonymized, and the specified address is ignored
anyway. So, this does not change the behavior, but suppress
misleading debugging log in dhcp4_set_request_address().
src/network/networkd-dhcp4.c