ipv6: always try to convert as a numeric address first
authorAndrew Tridgell <tridge@samba.org>
Thu, 2 Jun 2011 07:10:17 +0000 (17:10 +1000)
committerAndrew Tridgell <tridge@samba.org>
Mon, 6 Jun 2011 02:26:10 +0000 (12:26 +1000)
commit74a7e68925c27b0bce26a4f6775b3d08ba1767e0
treea15f88be8029b9c3362279ebbbaa1788cf008e24
parent7d59e9c549933c33182fbb0a7227be0eb69b4892
ipv6: always try to convert as a numeric address first

This avoids unnecessary name lookups, plus it fixes a problem with
using interpret_string_addr*() with the wildcard IPv6 address
lib/util/util_net.c