OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Alexander Bluhm (bluhmcvs.openbsd.org)
Date: Tue Jul 01 2008 - 09:31:37 CDT


CVSROOT: /cvs
Module name: src
Changes by: bluhmcvs.openbsd.org 2008/07/01 08:31:37

Modified files:
        sbin/ipsecctl : parse.y

Log message:
If a rules contains a hostname instead of an address, use the list
of all possible addresses from DNS and not only the first one. So
during expansion, the right address family can be chosen and
regression test ike56 passes again. There localhost resolves to
127.0.0.1 and ::1.
ok hshoexer