]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/network/networkd-dhcp6.c
network: do not re-assign static routes when dynamic IPv6 addresses are updated
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 20 Jan 2021 07:17:33 +0000 (16:17 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 22 Jan 2021 03:53:18 +0000 (12:53 +0900)
commit92395e0e83bffcf2c370a60d0fd05495342aab05
treee6f1eac2c7de83fcde2b038e83a28b7294d5e7b7
parent3e405f28f4730dd0d530ef1ded1aa6ba81a113d3
network: do not re-assign static routes when dynamic IPv6 addresses are updated

This effectively reverts 6545067aa950cf0af740a6fad88ff56d1b3fd40a.

Unlike IPv4 addresses, routes are not removed when IPv6 addresses are
removed. So, it is not necessary to re-assign routes.
src/network/networkd-dhcp6.c
src/network/networkd-ndisc.c