Sync usage with man page.
[netbsd-mini2440.git] / external / ibm-public / postfix / dist / src / util / dict_cidr.ref
blob0597441dfa32fb1229339cf276ced121d909b31b
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 net/mask pattern: "172.16.1.3/33": skipping this rule
3 ./dict_open: warning: cidr map dict_cidr.map, line 7: bad net/mask pattern: "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 12: 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 14: 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 16: missing ']' character after "[1234": skipping this rule
9 ./dict_open: warning: cidr map dict_cidr.map, line 17: garbage after "[1234]": skipping this rule
10 ./dict_open: warning: cidr map dict_cidr.map, line 18: bad net/mask pattern: "172.16.1.3/3x": skipping this rule
11 > get 172.16.0.0
12 172.16.0.0=554 match bad netblock 172.16.0.0/21
13 > get 172.16.0.1
14 172.16.0.1=554 match bad netblock 172.16.0.0/21
15 > get 172.16.7.255
16 172.16.7.255=554 match bad netblock 172.16.0.0/21
17 > get 172.16.8.1
18 172.16.8.1=554 match bad netblock 172.16.8.0/21
19 > get 172.16.17.1
20 172.16.17.1=554 match bad netblock 172.16.0.0/16
21 > get 172.17.1.1
22 172.17.1.1=554 match bad naked address
23 > get 172.17.1.2
24 172.17.1.2=match 0.0.0.0/0
25 > get 2001:240:5c7:0:2d0:b7ff:fe88:2ca7
26 2001:240:5c7:0:2d0:b7ff:fe88:2ca7=match 2001:240:5c7:0:2d0:b7ff:fe88:2ca7
27 > get 2001:240:5c7:0:2d0:b7ff:febe:ca9f
28 2001:240:5c7:0:2d0:b7ff:febe:ca9f=match netblock 2001:240:5c7::/64
29 > get 1.1.1.1
30 1.1.1.1=match 0.0.0.0/0
31 > get 1:1:1:1:1:1:1:1
32 1:1:1:1:1:1:1:1=match ::/0