]> git.ipfire.org Git - thirdparty/systemd.git/commit
network: specify route type in route_remove()
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 23 Oct 2020 13:40:57 +0000 (22:40 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 23 Oct 2020 14:07:12 +0000 (23:07 +0900)
commit5f4d7aa45880f0f7741a4547050f785ee04c8357
treef2c02b85dcb12b4cc5f89356bcfb34bc953b5cd3
parentbac319a79569f80930ea10f9e6caefcf23d24f78
network: specify route type in route_remove()

This factors out the common netlink message handling in route_remote()
and route_configure() to route_set_netlink_message().
src/network/networkd-route.c