smoltcp icon indicating copy to clipboard operation
smoltcp copied to clipboard

Clear out expired routes

Open progval opened this issue 7 years ago • 3 comments

We should do something about items in iface::routes::Routes that are expired, or no longer "preferred".

progval avatar May 28 '18 15:05 progval

This issue should be closed as the PR was merged in commit https://github.com/smoltcp-rs/smoltcp/commit/06d18130cd8b25edbcad207bbdbb157f1c1203df

elpiel avatar Sep 30 '23 09:09 elpiel

I'm not sure? the current code will ignore expired routes, but it won't actually remove them from the route table.

Dirbaio avatar Sep 30 '23 10:09 Dirbaio

Ahh yes, I saw the PR and didn't bother to check it thoroughly.

elpiel avatar Oct 01 '23 09:10 elpiel