kernel-pfkey: Remove exclude route (reference) if route is updated
Fixes: df919d50d0 ("kernel-pfkey: install exclude routes if kernel-net requires them")
This commit is contained in:
@@ -2564,6 +2564,7 @@ static bool install_route(private_kernel_pfkey_ipsec_t *this,
|
|||||||
"%R === %R %N", out->src_ts, out->dst_ts,
|
"%R === %R %N", out->src_ts, out->dst_ts,
|
||||||
policy_dir_names, policy->direction);
|
policy_dir_names, policy->direction);
|
||||||
}
|
}
|
||||||
|
remove_exclude_route(this, old);
|
||||||
route_entry_destroy(old);
|
route_entry_destroy(old);
|
||||||
policy->route = NULL;
|
policy->route = NULL;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user