mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
network/route: do not invalidate [Route] section when an empty string is assigned to MultiPathRoute=
This commit is contained in:
@@ -2905,6 +2905,7 @@ int config_parse_multipath_route(
|
||||
|
||||
if (isempty(rvalue)) {
|
||||
n->multipath_routes = ordered_set_free_with_destructor(n->multipath_routes, multipath_route_free);
|
||||
TAKE_PTR(n);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user