#
# Test HTCondor in mixed multiple-address mode.
#
ENABLE_IPV4 = TRUE
ENABLE_IPV6 = TRUE
NETWORK_INTERFACE = *

# for testing, CONDOR_HOST may be set to 127.0.0.1 when we get here
CONDOR_HOST = $(FULL_HOSTNAME)
BIND_ALL_INTERFACES = TRUE

# The default is to prefer IPv4, but we'd really like to actually be
# testing the IPv6 code.
PREFER_IPV4 = FALSE
