network: dhcp6pd: set lifetime to routes for assigned prefixes
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 14 Oct 2021 19:21:21 +0000 (04:21 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 19 Oct 2021 17:36:20 +0000 (02:36 +0900)
commit937e894747ef2c852a5488221db33c3bf1b36786
treeff6a5e4f13a4b21459d66e28ce15779660f60e2e
parent653ddc1d184b173698a4cf6ba780bdeada81bd60
network: dhcp6pd: set lifetime to routes for assigned prefixes

Note that the kernel (at least 5.14.11) seems not to support lifetime
for IPv6 unreachable routes. The lifetime for routes of the type will be
handled by sd-event's timer event source.
So, we cannot confirm the lifetime with 'ip route' command.
src/network/networkd-dhcp6.c