CVSROOT: /cvs Module name: src Changes by: gil...@cvs.openbsd.org 2012/05/23 16:46:58
Modified files: usr.sbin/smtpd : util.c Log message: - introduce temp_inet_net_pton_ipv6() temporarily until we have AF_INET6 support in inet_net_pton(). - in text_to_netaddr(), if we are handling an inet6 netmask AND we have inet_net_pton() that failed with EAFNOSUPPORT, THEN we fallback to this. quick fix to unbreak setups that use inet6, a diff is floating to have it supported at the right place.