smoltcp
smoltcp copied to clipboard
Clear out expired routes
We should do something about items in iface::routes::Routes that are expired, or no longer "preferred".
This issue should be closed as the PR was merged in commit https://github.com/smoltcp-rs/smoltcp/commit/06d18130cd8b25edbcad207bbdbb157f1c1203df
I'm not sure? the current code will ignore expired routes, but it won't actually remove them from the route table.
Ahh yes, I saw the PR and didn't bother to check it thoroughly.