From 1589c43f9d0f61fc3fe4fdbb01244688bda80640 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 --- libnetwork/iptables/iptables_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libnetwork/iptables/iptables_test.go b/libnetwork/iptables/iptables_test.go index aa62ec79c1..4035b58723 100644 --- a/libnetwork/iptables/iptables_test.go +++ b/libnetwork/iptables/iptables_test.go @@ -7,6 +7,8 @@ import ( "strings" "sync" "testing" + + _ "github.com/docker/libnetwork/netutils" ) const chainName = "DOCKER-TEST"