]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/network/networkd-ipv4ll.c
network: use route_remove_handler() as the default callback of route_remove()
[thirdparty/systemd.git] / src / network / networkd-ipv4ll.c
index e0d2ef01f88035aec9a22967199cd2ce9ad689be..926dec9a8aa45b3a958de6e6b9eb99fe88b06190 100644 (file)
@@ -44,7 +44,7 @@ static int ipv4ll_address_lost(Link *link) {
         route->scope = RT_SCOPE_LINK;
         route->priority = IPV4LL_ROUTE_METRIC;
 
-        route_remove(route, link, link_route_remove_handler);
+        route_remove(route, link, NULL);
 
         link_check_ready(link);