1
0
Fork 0
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:
Sandeep Bansal 2016-11-09 18:01:07 -08:00 committed by msabansal
parent ed8ccc3046
commit 6e95165679
78 changed files with 6159 additions and 566 deletions

View file

@ -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
}