Home | History | Annotate | Download | only in regress

Lines Matching refs:somehost

35 run_trial user 192.168.0.1 somehost 1.2.3.4 1234 match1 "first entry"
36 run_trial user 192.168.30.1 somehost 1.2.3.4 1234 nomatch "negative match"
37 run_trial user 19.0.0.1 somehost 1.2.3.4 1234 nomatch "no match"
38 run_trial user 10.255.255.254 somehost 1.2.3.4 1234 match1 "list middle"
40 run_trial user 1.1.1.1 somehost.example.com 1.2.3.4 1234 match2 "bare IP4 address"
41 run_trial user 19.0.0.1 somehost 127.0.0.1 1234 match3 "localaddress"
42 run_trial user 19.0.0.1 somehost 1.2.3.4 5678 match4 "localport"
45 run_trial user ::1 somehost.example.com ::2 1234 match2 "bare IP6 address"
46 run_trial user ::2 somehost.exaple.com ::2 1234 nomatch "deny IPv6"
47 run_trial user ::3 somehost ::2 1234 nomatch "IP6 negated"
48 run_trial user ::4 somehost ::2 1234 nomatch "IP6 no match"
49 run_trial user 2000::1 somehost ::2 1234 match2 "IP6 network"
50 run_trial user 2001::1 somehost ::2 1234 nomatch "IP6 network"
51 run_trial user ::5 somehost ::1 1234 match3 "IP6 localaddress"
52 run_trial user ::5 somehost ::2 5678 match4 "IP6 localport"