]> git.ipfire.org Git - thirdparty/util-linux.git/commit
netlink process_addr(): Ignore UL_NL_SOFT_ERROR
authorStanislav Brabec <sbrabec@suse.cz>
Sun, 5 Oct 2025 00:53:17 +0000 (02:53 +0200)
committerStanislav Brabec <sbrabec@suse.cz>
Sun, 5 Oct 2025 00:56:57 +0000 (02:56 +0200)
commit030303e4b93b65a5172a0c80f9f864b06f76cb81
tree32b093d3d71c5e040569f5c0304b10370f20c6df
parenta5db8d0a9ed63969381feeee1eb0c3b39d32876b
netlink process_addr(): Ignore UL_NL_SOFT_ERROR

UL_NL_SOFT_ERROR can be issued if kernel sends unpaired RTM_DELADDR. It
should not happen, but it can happen due to race condition. And it happened
in some kernel versions. It is not reason to exit the processing loop.

Signed-off-by: Stanislav Brabec <sbrabec@suse.cz>
lib/netlink.c