From 8b989ac6652aa0b1bb98e0798ec03e400df13591 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Wed, 2 Aug 2023 22:46:40 +0200 Subject: [PATCH] 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 :) https://github.com/moby/libnetwork/commit/b6467848599a1b9ad504ba8f10fdce07afb4ea76 Signed-off-by: Sebastiaan van Stijn --- libnetwork/osl/sandbox.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/libnetwork/osl/sandbox.go b/libnetwork/osl/sandbox.go index 9af7e46d23..7726c237f4 100644 --- a/libnetwork/osl/sandbox.go +++ b/libnetwork/osl/sandbox.go @@ -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