From e31db5d6af5a4c111435b65dbed486a968e1170f Mon Sep 17 00:00:00 2001 From: Santhosh Manohar Date: Thu, 15 Sep 2016 15:22:57 -0700 Subject: [PATCH] Name the ingress sandbox explicitly Signed-off-by: Santhosh Manohar --- libnetwork/controller.go | 1 + 1 file changed, 1 insertion(+) diff --git a/libnetwork/controller.go b/libnetwork/controller.go index c63535d1b8..1ddba9b7d6 100644 --- a/libnetwork/controller.go +++ b/libnetwork/controller.go @@ -920,6 +920,7 @@ func (c *controller) NewSandbox(containerID string, options ...SandboxOption) (s if sb.ingress { c.ingressSandbox = sb + sb.id = "ingress_sbox" } c.Unlock() defer func() {