]> git.ipfire.org Git - thirdparty/systemd.git/commit
network/route: unconditionally call route_setup_timer() for managed routes
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 9 Jan 2024 04:36:22 +0000 (13:36 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 12 Jan 2024 00:46:09 +0000 (09:46 +0900)
commitf86575ca066dd8a6f73a36e061273d8a641ea205
tree0ce9b60bf6754d496a38604feff7e23e8ef6092d
parenta5a0a4eb5651e3d27ee820dbf9828f84d1818243
network/route: unconditionally call route_setup_timer() for managed routes

For foreign routes, we do not set lifetime, as it is foreign.
So, this should not change any behavior. Preparation for later commits.
src/network/networkd-route.c