]> git.ipfire.org Git - thirdparty/systemd.git/commit
network: dhcp6: always assign prefix through dhcp6_pd_assign_prefix()
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 13 Oct 2021 17:54:20 +0000 (02:54 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 18 Oct 2021 15:54:45 +0000 (00:54 +0900)
commit63e43d08006fc8f2caaa8f826167609bbaf580a0
tree2213e3b161ecd4b7a173e52bf6f10d2280cf3230
parent3f3bc1f2e70b7af71b58a551ed0be4438b0d9a9e
network: dhcp6: always assign prefix through dhcp6_pd_assign_prefix()

For uplink interface, we request Assign= is enabled in the above.
So, we can always use dhcp6_pd_assign_prefix().

Just a minor simplification for later commits.
src/network/networkd-dhcp6.c