]> git.ipfire.org Git - thirdparty/systemd.git/commit
sd-dhcp-client: do not trigger assertion when running on interface with small MTU 42123/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 13 Apr 2026 23:57:47 +0000 (08:57 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 16 May 2026 13:34:25 +0000 (22:34 +0900)
commit8de24db5de6063feb1d23f9274fb52feb5995714
tree9aaed2cbb551776093ef022262d6d55558f2cbfb
parent1a0f2c1fb253a97cbfb66755a8633acde2da60d2
sd-dhcp-client: do not trigger assertion when running on interface with small MTU

This also drops spurious default value. If mtu is unset, now the correct
default value is set in client_new_message() in dhcp-client-send.c.
src/libsystemd-network/sd-dhcp-client.c