Closed harryjph closed 8 months ago
Thanks for the PR!
If you wouldn't mind, please add the metric to the new route rtnetlink message in linux::add when the metric is Some on the incoming Route reference.
linux::add
Some
Route
Likewise, when metric is set on the Route passed into linux::delete, the function should only delete a route if the metric matches.
linux::delete
Thanks! I've rebased onto main and made the requested changes.
Cool, thanks
Thanks for the PR!
If you wouldn't mind, please add the metric to the new route rtnetlink message in
linux::add
when the metric isSome
on the incomingRoute
reference.Likewise, when metric is set on the
Route
passed intolinux::delete
, the function should only delete a route if the metric matches.