1// +build windows
2
3package libnetwork
4
5func (r *resolver) setupIPTable() error {
6	return nil
7}
8