]> git.ipfire.org Git - thirdparty/systemd.git/commit
networkd: DHCP client do not get into a loop while setting MTU (#7460)
authorSusant Sahani <145210+ssahani@users.noreply.github.com>
Sun, 26 Nov 2017 14:21:45 +0000 (19:51 +0530)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 26 Nov 2017 14:21:45 +0000 (15:21 +0100)
commit97e7fb39a84468ef802a3d2ec19840eff27de211
tree7546d5b5ff677c3d2fd56e9eccaeb94b6fc82905
parent3f19974091b4420151ee86acbace0868a56a9506
networkd: DHCP client do not get into a loop while setting MTU (#7460)

Some devices get reset itself while setting the MTU. we get in to a LOOP .
Once the MTU changed then the DHCP client talking with DHCP server never stops.
networkd gets into a loop and generates endless DHCP requests.

fixes #6593
fixes #7380
src/network/networkd-link.c
src/network/networkd-link.h