mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Vendoring latest swarmkit and libnetwork
Signed-off-by: Sandeep Bansal <msabansal@microsoft.com>
This commit is contained in:
parent
ed8ccc3046
commit
6e95165679
78 changed files with 6159 additions and 566 deletions
6
vendor/github.com/docker/libnetwork/network_unix.go
generated
vendored
6
vendor/github.com/docker/libnetwork/network_unix.go
generated
vendored
|
@ -2,7 +2,13 @@
|
|||
|
||||
package libnetwork
|
||||
|
||||
import "github.com/docker/libnetwork/ipamapi"
|
||||
|
||||
// Stub implementations for DNS related functions
|
||||
|
||||
func (n *network) startResolver() {
|
||||
}
|
||||
|
||||
func defaultIpamForNetworkType(networkType string) string {
|
||||
return ipamapi.DefaultIPAM
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue