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

Brought in iptables package into libnetwork.

Signed-off-by: Jana Radhakrishnan <mrjana@docker.com>
This commit is contained in:
Jana Radhakrishnan 2015-05-06 23:47:41 +00:00
parent 25102c6e4d
commit 9714bcac87
10 changed files with 772 additions and 6 deletions

View file

@ -7,7 +7,7 @@ import (
"sync"
"github.com/Sirupsen/logrus"
"github.com/docker/docker/pkg/iptables"
"github.com/docker/libnetwork/pkg/iptables"
"github.com/docker/libnetwork/pkg/portallocator"
)

View file

@ -4,7 +4,7 @@ import (
"net"
"testing"
"github.com/docker/docker/pkg/iptables"
"github.com/docker/libnetwork/pkg/iptables"
)
func init() {