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:
parent
ccc62387fb
commit
1589c43f9d
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@ import (
|
||||||
"strings"
|
"strings"
|
||||||
"sync"
|
"sync"
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
|
_ "github.com/docker/libnetwork/netutils"
|
||||||
)
|
)
|
||||||
|
|
||||||
const chainName = "DOCKER-TEST"
|
const chainName = "DOCKER-TEST"
|
||||||
|
|
Loading…
Add table
Reference in a new issue