]> 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)
committerGitHub <noreply@github.com>
Thu, 14 Oct 2021 05:14:45 +0000 (06:14 +0100)
commit171524d2253f3aa49761cdd82f7a9d7d941bd5b3
tree0f2caa8883f80d0d9392755327a0516b882798f3
parentfe668b5399c73b91bbf59f0d3a1f53d4f465d880
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