Refactor pkg/networkfs

Solves #11591

Signed-off-by: bobby abbott <ttobbaybbob@gmail.com>
Upstream-commit: a91b2431a303f919b0737d95639d8e445124cb23
Component: engine
This commit is contained in:
bobby abbott
2015-03-22 23:27:04 -07:00
parent 9dcfa784ef
commit 4b8e196164
9 changed files with 6 additions and 6 deletions

View File

@ -17,8 +17,8 @@ import (
"github.com/docker/docker/engine"
"github.com/docker/docker/nat"
"github.com/docker/docker/pkg/iptables"
"github.com/docker/docker/pkg/networkfs/resolvconf"
"github.com/docker/docker/pkg/parsers/kernel"
"github.com/docker/docker/pkg/resolvconf"
"github.com/docker/libcontainer/netlink"
)