mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Move bridge to drivers/
Signed-off-by: Arnaud Porterie <arnaud.porterie@docker.com>
This commit is contained in:
parent
38f01266e3
commit
8ca185e2ee
14 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ import (
|
|||
"net"
|
||||
|
||||
"github.com/docker/libnetwork"
|
||||
_ "github.com/docker/libnetwork/bridge"
|
||||
_ "github.com/docker/libnetwork/drivers/bridge"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
|
Loading…
Add table
Reference in a new issue