File: dupext

package info (click to toggle)
tcng 10b-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 3,636 kB
  • ctags: 2,515
  • sloc: ansic: 19,040; pascal: 4,640; yacc: 2,619; sh: 1,914; perl: 1,546; lex: 772; makefile: 756
file content (46 lines) | stat: -rw-r--r-- 1,237 bytes parent folder | download | duplicates (5)
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
# tccext detects duplicate offset groups --------------------------------------
tcc/ext/tcc-ext-echo build 1234 2>&1
offset 1 = 0+(0:4:4 << 5)
offset 1 = 0+(0:4:4 << 5)
EOF
ERROR
duplicate offset group 1
# tccext detects duplicate buckets --------------------------------------------
tcc/ext/tcc-ext-echo build 1234 2>&1
bucket 1 = 1 2 3 4 0
bucket 1 = 1 2 3 4 0
EOF
ERROR
duplicate bucket index 1
# tccext detects duplicate blocks ---------------------------------------------
tcc/ext/tcc-ext-echo build 1234 2>&1
block eth0 egress
block eth0 egress
EOF
ERROR
duplicate block "eth0" egress
# tccext detects duplicate qdiscs ---------------------------------------------
tcc/ext/tcc-ext-echo build 1234 2>&1
block eth0 egress
qdisc 2 = fifo plimit 5
qdisc 2 = fifo plimit 5
EOF
ERROR
duplicate qdisc index 2
# tccext detects duplicate classes --------------------------------------------
tcc/ext/tcc-ext-echo build 1234 2>&1
block eth0 egress
qdisc 1 = prio bands 3
class 2 =
class 2 =
EOF
ERROR
duplicate class 2 on qdisc 1
# tccext detects duplicate actions --------------------------------------------
tcc/ext/tcc-ext-echo build 1234 2>&1
block eth0 egress
action 3 = class 1:1
action 3 = class 1:1
EOF
ERROR
duplicate action index 3