]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/libsystemd-network/dhcp6-option.c
sd-dhcp6-client: ignore IAs whose IAID do not match client's IAID
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 22 Sep 2021 07:35:56 +0000 (16:35 +0900)
committerLuca Boccassi <luca.boccassi@gmail.com>
Wed, 22 Sep 2021 20:19:54 +0000 (21:19 +0100)
commit469fd57f181e2a8d93f01662418ca998e1239ea5
treeb468dea9a92f76e7111efe893ceaf24c99dea37e
parent2982084827e788e9b3574e3df1cb17b5bc09019a
sd-dhcp6-client: ignore IAs whose IAID do not match client's IAID

But do not refuse whole message.

Fixes #20803.
src/libsystemd-network/dhcp6-internal.h
src/libsystemd-network/dhcp6-option.c
src/libsystemd-network/sd-dhcp6-client.c
src/libsystemd-network/test-dhcp6-client.c