7ec235e schema: use a better regex for listen addresses

Authored and Committed by Ján Tomko 8 years ago
    schema: use a better regex for listen addresses
    
    A domain with '::' as the listen address fails to validate.
    
    Reuse the 'ipAddr' and 'dnsName' regexes from basictypes instead
    of reinventing them.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1285665