1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Restore anonymus import in iptables_test.go

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

Signed-off-by: Alessandro Boch <aboch@docker.com>
This commit is contained in:
Alessandro Boch 2015-05-18 21:56:36 -07:00
parent ccc62387fb
commit 1589c43f9d

View file

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