xref: /netbsd-src/external/ibm-public/postfix/dist/src/util/dict_cidr.ref (revision 4a6720548cbf2e9325ed049c8a675ae86609f654)
1./dict_open: warning: cidr map dict_cidr.map, line 5: non-null host address bits in "172.16.1.3/21", perhaps you should use "172.16.0.0/21" instead: skipping this rule
2./dict_open: warning: cidr map dict_cidr.map, line 6: bad mask length in "172.16.1.3/33": skipping this rule
3./dict_open: warning: cidr map dict_cidr.map, line 7: bad network value in "172.999.0.0/21": skipping this rule
4./dict_open: warning: cidr map dict_cidr.map, line 8: bad address pattern: "172.16.1.999": skipping this rule
5./dict_open: warning: cidr map dict_cidr.map, line 9: no lookup result: skipping this rule
6./dict_open: warning: cidr map dict_cidr.map, line 38: non-null host address bits in "1.0.0.0/0", perhaps you should use "0.0.0.0/0" instead: skipping this rule
7./dict_open: warning: cidr map dict_cidr.map, line 40: non-null host address bits in "1::/0", perhaps you should use "::/0" instead: skipping this rule
8./dict_open: warning: cidr map dict_cidr.map, line 42: missing ']' character after "[1234": skipping this rule
9./dict_open: warning: cidr map dict_cidr.map, line 43: garbage after "[1234]": skipping this rule
10./dict_open: warning: cidr map dict_cidr.map, line 44: bad mask value in "172.16.1.3/3x": skipping this rule
11./dict_open: warning: cidr map dict_cidr.map, line 45: ENDIF without IF: skipping this rule
12./dict_open: warning: cidr map dict_cidr.map, line 46: ENDIF without IF: skipping this rule
13./dict_open: warning: cidr map dict_cidr.map, line 49: no address pattern: skipping this rule
14./dict_open: warning: cidr map dict_cidr.map, line 50: no address pattern: skipping this rule
15./dict_open: warning: cidr map dict_cidr.map, line 48: IF has no matching ENDIF
16./dict_open: warning: cidr map dict_cidr.map, line 47: IF has no matching ENDIF
17owner=untrusted (uid=USER)
18> get 172.16.0.0
19172.16.0.0=554 match bad netblock 172.16.0.0/21
20> get 172.16.0.1
21172.16.0.1=554 match bad netblock 172.16.0.0/21
22> get 172.16.7.255
23172.16.7.255=554 match bad netblock 172.16.0.0/21
24> get 172.16.8.1
25172.16.8.1=554 match bad netblock 172.16.8.0/21
26> get 172.16.17.1
27172.16.17.1=554 match bad netblock 172.16.0.0/16
28> get 172.17.1.1
29172.17.1.1=554 match bad naked address
30> get 172.17.1.2
31172.17.1.2=match 0.0.0.0/0
32> get 2001:240:5c7:0:2d0:b7ff:fe88:2ca7
332001:240:5c7:0:2d0:b7ff:fe88:2ca7=match 2001:240:5c7:0:2d0:b7ff:fe88:2ca7
34> get 2001:240:5c7:0:2d0:b7ff:febe:ca9f
352001:240:5c7:0:2d0:b7ff:febe:ca9f=match netblock 2001:240:5c7::/64
36> get 1.1.1.1
371.1.1.1=match 0.0.0.0/0
38> get 1:1:1:1:1:1:1:1
391:1:1:1:1:1:1:1=match ::/0
40> get 1.2.3.3
411.2.3.3=1.2.3.3 can happen
42> get 1.2.3.4
431.2.3.4=1.2.3.4 can happen
44> get 1.2.3.5
451.2.3.5=1.2.3.5 can happen
46> get 1.2.3.6
471.2.3.6=1.2.3.6 can happen
48> get 1.2.3.7
491.2.3.7=1.2.3.7 can happen
50> get 1.2.3.8
511.2.3.8=1.2.3.8 can happen
52> get ::f3
53::f3=::f3 can happen
54> get ::f4
55::f4=::f4 can happen
56> get ::f5
57::f5=::f5 can happen
58> get ::f6
59::f6=::f6 can happen
60> get ::f7
61::f7=::f7 can happen
62> get ::f8
63::f8=::f8 can happen
64