summaryrefslogtreecommitdiffstats
path: root/src/util/dict_cidr.ref
blob: 305e3fd303ff4a201ad51d9bbec6fee399f2520a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
./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
./dict_open: warning: cidr map dict_cidr.map, line 6: bad mask length in "172.16.1.3/33": skipping this rule
./dict_open: warning: cidr map dict_cidr.map, line 7: bad network value in "172.999.0.0/21": skipping this rule
./dict_open: warning: cidr map dict_cidr.map, line 8: bad address pattern: "172.16.1.999": skipping this rule
./dict_open: warning: cidr map dict_cidr.map, line 9: no lookup result: skipping this rule
./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
./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
./dict_open: warning: cidr map dict_cidr.map, line 42: missing ']' character after "[1234": skipping this rule
./dict_open: warning: cidr map dict_cidr.map, line 43: garbage after "[1234]": skipping this rule
./dict_open: warning: cidr map dict_cidr.map, line 44: bad mask value in "172.16.1.3/3x": skipping this rule
./dict_open: warning: cidr map dict_cidr.map, line 45: ENDIF without IF: skipping this rule
./dict_open: warning: cidr map dict_cidr.map, line 46: ENDIF without IF: skipping this rule
./dict_open: warning: cidr map dict_cidr.map, line 49: no address pattern: skipping this rule
./dict_open: warning: cidr map dict_cidr.map, line 50: no address pattern: skipping this rule
./dict_open: warning: cidr map dict_cidr.map, line 48: IF has no matching ENDIF
./dict_open: warning: cidr map dict_cidr.map, line 47: IF has no matching ENDIF
owner=untrusted (uid=USER)
> get 172.16.0.0
172.16.0.0=554 match bad netblock 172.16.0.0/21
> get 172.16.0.1
172.16.0.1=554 match bad netblock 172.16.0.0/21
> get 172.16.7.255
172.16.7.255=554 match bad netblock 172.16.0.0/21
> get 172.16.8.1
172.16.8.1=554 match bad netblock 172.16.8.0/21
> get 172.16.17.1
172.16.17.1=554 match bad netblock 172.16.0.0/16
> get 172.17.1.1
172.17.1.1=554 match bad naked address
> get 172.17.1.2
172.17.1.2=match 0.0.0.0/0
> get 2001:240:5c7:0:2d0:b7ff:fe88:2ca7
2001:240:5c7:0:2d0:b7ff:fe88:2ca7=match 2001:240:5c7:0:2d0:b7ff:fe88:2ca7
> get 2001:240:5c7:0:2d0:b7ff:febe:ca9f
2001:240:5c7:0:2d0:b7ff:febe:ca9f=match netblock 2001:240:5c7::/64
> get 1.1.1.1
1.1.1.1=match 0.0.0.0/0
> get 1:1:1:1:1:1:1:1
1:1:1:1:1:1:1:1=match ::/0
> get 1.2.3.3
1.2.3.3=1.2.3.3 can happen
> get 1.2.3.4
1.2.3.4=1.2.3.4 can happen
> get 1.2.3.5
1.2.3.5=1.2.3.5 can happen
> get 1.2.3.6
1.2.3.6=1.2.3.6 can happen
> get 1.2.3.7
1.2.3.7=1.2.3.7 can happen
> get 1.2.3.8
1.2.3.8=1.2.3.8 can happen
> get ::f3
::f3=::f3 can happen
> get ::f4
::f4=::f4 can happen
> get ::f5
::f5=::f5 can happen
> get ::f6
::f6=::f6 can happen
> get ::f7
::f7=::f7 can happen
> get ::f8
::f8=::f8 can happen