diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2022-12-29 00:50:50 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2022-12-29 00:50:50 +0000 |
commit | 6fc54bd18aa7a51e11dce5a905e754cedb526230 (patch) | |
tree | 670116ba02f231c4f39f6be46ee9aa413365d15a /test/stderr/1000 | |
parent | 1d38781da934809e6ce0b8c3718c4b3bccdfe1d2 (diff) |
Debug: list searching
Diffstat (limited to 'test/stderr/1000')
-rw-r--r-- | test/stderr/1000 | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/test/stderr/1000 b/test/stderr/1000 index 89a6d2f9d..97e99b951 100644 --- a/test/stderr/1000 +++ b/test/stderr/1000 @@ -10,7 +10,9 @@ >>> processing "warn" (TESTSUITE/test-config 21) >>> l_message: matched hostlist >>> check hosts = <; 2001:ab8:37f:20:0:0:0:1 ; v6.test.ex ->>> host in "<; 2001:ab8:37f:20:0:0:0:1 ; v6.test.ex"? yes (matched "2001:ab8:37f:20:0:0:0:1") +>>> host in "<; 2001:ab8:37f:20:0:0:0:1 ; v6.test.ex"? +>>> list element: 2001:ab8:37f:20:0:0:0:1 +>>> host in "<; 2001:ab8:37f:20:0:0:0:1 ; v6.test.ex"? yes (matched "2001:ab8:37f:20:0:0:0:1") >>> warn: condition test succeeded in ACL "check_connect" LOG: H=[2001:0ab8:037f:0020:0000:0000:0000:0001] Warning: matched hostlist >>> processing "accept" (TESTSUITE/test-config 24) @@ -18,8 +20,12 @@ LOG: H=[2001:0ab8:037f:0020:0000:0000:0000:0001] Warning: matched hostlist >>> = true >>> accept: condition test succeeded in ACL "check_connect" >>> end of ACL "check_connect": ACCEPT +>>> host in pipelining_connect_advertise_hosts? +>>> list element: >>> host in hosts_connection_nolog? no (option unset) ->>> host in host_lookup? yes (matched "*") +>>> host in host_lookup? +>>> list element: * +>>> host in host_lookup? yes (matched "*") >>> looking up host name for V6NET:1234:0005:0006:0007:0008:0abc:000d >>> IP address lookup yielded "test3.ipv6.test.ex" >>> checking addresses for test3.ipv6.test.ex @@ -34,6 +40,9 @@ LOG: H=[2001:0ab8:037f:0020:0000:0000:0000:0001] Warning: matched hostlist >>> processing "warn" (TESTSUITE/test-config 21) >>> l_message: matched hostlist >>> check hosts = <; 2001:ab8:37f:20:0:0:0:1 ; v6.test.ex +>>> host in "<; 2001:ab8:37f:20:0:0:0:1 ; v6.test.ex"? +>>> list element: 2001:ab8:37f:20:0:0:0:1 +>>> list element: v6.test.ex MUNGED: ::1 will be omitted in what follows >>> get[host|ipnode]byname[2] looked up these IP addresses: >>> name=v6.test.ex address=V6NET:ffff:836f:a00:a:800:200a:c032 @@ -57,10 +66,13 @@ LOG: H=test3.ipv6.test.ex [V6NET:1234:0005:0006:0007:0008:0abc:000d] rejected co >>> processing "warn" (TESTSUITE/test-config 21) >>> l_message: matched hostlist >>> check hosts = <; 2001:ab8:37f:20:0:0:0:1 ; v6.test.ex +>>> host in "<; 2001:ab8:37f:20:0:0:0:1 ; v6.test.ex"? +>>> list element: 2001:ab8:37f:20:0:0:0:1 +>>> list element: v6.test.ex MUNGED: ::1 will be omitted in what follows >>> get[host|ipnode]byname[2] looked up these IP addresses: >>> name=v6.test.ex address=V6NET:ffff:836f:a00:a:800:200a:c032 ->>> host in "<; 2001:ab8:37f:20:0:0:0:1 ; v6.test.ex"? yes (matched "v6.test.ex") +>>> host in "<; 2001:ab8:37f:20:0:0:0:1 ; v6.test.ex"? yes (matched "v6.test.ex") >>> warn: condition test succeeded in ACL "check_connect" LOG: H=[V6NET:ffff:836f:0a00:000a:0800:200a:c032] Warning: matched hostlist >>> processing "accept" (TESTSUITE/test-config 24) |