Prechádzať zdrojové kódy

Restore anonymus import in iptables_test.go

- Which is needed when running make (test in container)

Signed-off-by: Alessandro Boch <aboch@docker.com>
Alessandro Boch 10 rokov pred
rodič
commit
1589c43f9d
1 zmenil súbory, kde vykonal 2 pridanie a 0 odobranie
  1. 2 0
      libnetwork/iptables/iptables_test.go

+ 2 - 0
libnetwork/iptables/iptables_test.go

@@ -7,6 +7,8 @@ import (
 	"strings"
 	"sync"
 	"testing"
+
+	_ "github.com/docker/libnetwork/netutils"
 )
 
 const chainName = "DOCKER-TEST"