forked from kohler/click
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnf1.click
29 lines (24 loc) · 838 Bytes
/
nf1.click
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
// test.click
// This configuration should print this line five times:
// ok: 40 | 45000028 00000000 401177c3 01000001 02000002 13691369
// Run it at user level with
// 'click test.click'
// Run it in the Linux kernel with
// 'click-install test.click'
// Messages are printed to the system log (run 'dmesg' to see them, or look
// in /var/log/messages), and to the file '/click/messages'.
i::RatedSource(DATA \<00 00 c0 ae 67 ef 00 00 00 00 00 00 08 00
45 00 00 28 00 00 00 00 40 11 77 c3 01 00 00 01
02 00 00 02 13 69 13 69 00 14 d6 41 55 44 50 20
70 61 63 6b 65 74 21 0a>, RATE 6000000, LIMIT -1, STOP false)
-> c::Counter
-> Queue
-> q::Unqueue
-> EatCpu(N 80)
-> c1::Counter
-> Queue
-> EatCpu(N 80)
-> c2::Counter
-> d::Discard;
StaticThreadSched(i 1, q 2, d 2)
rb::RouterBox(NAME nf1)