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>
Mon, 12 Apr 2021 18:21:24 +0000 (19:21 +0100)
commit050678af7905b942c1e31433579d928965c4244e
treeebef170e2618b65152faa237ca86444f034bf6d5
parent9a749dc3c225ed1ed9f4524487da79ad44180d9b
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