]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit
IPv4LL: If we are not configuring, abort if address does not exist
authorRoy Marples <roy@marples.name>
Thu, 1 Aug 2024 16:06:51 +0000 (17:06 +0100)
committerRoy Marples <roy@marples.name>
Thu, 1 Aug 2024 16:06:51 +0000 (17:06 +0100)
commitc6a8fa1e6a68e46e89fef0f953f4c7bf4915e257
tree79e1ec588fe3a38769e633865656555705956d32
parent5ac1235b99d33085d0574ef81b95ceafcf79db34
IPv4LL: If we are not configuring, abort if address does not exist

Fixes a segfault as we would not add the address and we would
expect to find it.
src/ipv4ll.c