]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit
DHCP: Fix infinite INFORM messages
authorKaelan Mikowicz <eternity01033@gmail.com>
Thu, 14 Oct 2021 05:14:45 +0000 (22:14 -0700)
committerRoy Marples <roy@marples.name>
Thu, 14 Oct 2021 05:35:44 +0000 (06:35 +0100)
commit63eacc1a92bac298e1069516dab7b305db70a208
treeb01f0b5f05555cf482430d19c7427d549bd2fd0a
parentef9b60896fff2fa9a55260d909fac4d275055f3d
DHCP: Fix infinite INFORM messages

When an address is configured on the interface, do not send an
INFORM message if the interface is already bound.

Fixes #48
src/dhcp.c