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

More libnetwork windows test fixes

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
This commit is contained in:
Brian Goff 2021-05-28 18:53:49 +00:00
parent 4b981436fe
commit 7186fd8a95
13 changed files with 116 additions and 170 deletions

View file

@ -33,3 +33,11 @@ func (sb *sandbox) deleteHostsEntries(recs []etchosts.Record) {
func (sb *sandbox) updateDNS(ipv6Enabled bool) error {
return nil
}
func (sb *sandbox) setupDNS() error {
return nil
}
func (sb *sandbox) rebuildDNS() error {
return nil
}