network: Delay addition of IPv6 Proxy NDP addresses
authorKevin P. Fleming <kevin@km6g.us>
Sat, 6 Feb 2021 15:58:43 +0000 (10:58 -0500)
committerMichael Biebl <biebl@debian.org>
Sun, 20 Mar 2022 19:55:25 +0000 (19:55 +0000)
commite1083519bc9bab114e78c09c454e72a5b70da987
tree59610306da582d914f91c6d1410c9a47961bef5f
parent8062c23c8fd0c590744a367905db8a1e20b736a9
network: Delay addition of IPv6 Proxy NDP addresses

Setting of IPv6 Proxy NDP addresses must be done at the same
time as static addresses, static routes, and other link attributes
that must be configured when the link is up. Doing this ensures
that they are reconfigured on the link if the link goes down
and returns to service.

(cherry picked from commit 12f7469bbe0142d7f360a29ca2b407ce7f5ff096)

Fixes https://github.com/systemd/systemd-stable/issues/89

(cherry picked from commit d5ea028e46673ef627843e90c3d01ebac8fe0e62)

Gbp-Pq: Name network-Delay-addition-of-IPv6-Proxy-NDP-addresses.patch
src/network/networkd-address.c
src/network/networkd-link.c