blob: a3b17fcb4dac2b86507170b53576440ddd52f87c [file] [log] [blame]
//go:build windows
// +build windows
package libnetwork
func (r *Resolver) setupIPTable() error {
return nil
}