From 376f1a5617b505740590c0c5a1b1c32408c669b4 Mon Sep 17 00:00:00 2001 From: Alessandro Boch Date: Mon, 18 May 2015 21:56:36 -0700 Subject: [PATCH] Restore anonymus import in iptables_test.go - Which is needed when running make (test in container) Signed-off-by: Alessandro Boch --- iptables/iptables_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/iptables/iptables_test.go b/iptables/iptables_test.go index aa62ec7..4035b58 100644 --- a/iptables/iptables_test.go +++ b/iptables/iptables_test.go @@ -7,6 +7,8 @@ import ( "strings" "sync" "testing" + + _ "github.com/docker/libnetwork/netutils" ) const chainName = "DOCKER-TEST"