libnetwork/osl: let's not do this, etc.

No context in the commit that added it, but PR discussion shows that
the API was mostly exploratory, and it was 8 Years go, so let's not
head in that direction :) b646784859

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2023-08-02 22:46:40 +02:00
parent 2b449e0e65
commit 8b989ac665
No known key found for this signature in database
GPG key ID: 76698F39D527CE8C

View file

@ -156,8 +156,6 @@ type Info interface {
// directly connected routes are stored on the particular interface they
// refer to.
StaticRoutes() []*types.StaticRoute
// TODO: Add ip tables etc.
}
// Interface represents the settings and identity of a network device. It is