Hallvard B Furuseth wrote:
ldapsearch.flt is a cleaned-up version of ldapsearch.out. Looking at the code, the diff is with testdata/monitor1.out:
--- testdata/monitor1.out +++ testrun/ldapsearch.flt @@ -12,3 +12,3 @@ dn: cn=Connection 1,cn=Connections,cn=Mo monitorConnectionListener: ldap://localhost:9011/ -monitorConnectionLocalAddress: IP=127.0.0.1:9011 +monitorConnectionLocalAddress: IP=[::1]:9011 entryDN: cn=Connection 1,cn=Connections,cn=Monitor
Ah, good catch. IPv6 also contributed to some of the problems Aaron Richton was reporting in test033 too (but that was due to the change in timing that it caused).