summaryrefslogtreecommitdiffstats
path: root/tests/py/any/limit.t.payload
blob: a3c87d842e0c61277a1250c0dfbd66b988f3551b (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
64
# limit rate 400/minute
ip test-ip4 output
  [ limit rate 400/minute burst 0 type packets ]

# limit rate 20/second
ip test-ip4 output
  [ limit rate 20/second burst 0 type packets ]

# limit rate 400/hour
ip test-ip4 output
  [ limit rate 400/hour burst 0 type packets ]

# limit rate 400/week
ip test-ip4 output
  [ limit rate 400/week burst 0 type packets ]

# limit rate 40/day
ip test-ip4 output
  [ limit rate 40/day burst 0 type packets ]

# limit rate 1023/second burst 10 packets
ip test-ip4 output
  [ limit rate 1023/second burst 10 type packets ]

# limit rate 1 kbytes/second
ip test-ip4 output
  [ limit rate 1024/second burst 0 type bytes ]

# limit rate 2 kbytes/second
ip test-ip4 output
  [ limit rate 2048/second burst 0 type bytes ]

# limit rate 1025 kbytes/second
ip test-ip4 output
  [ limit rate 1049600/second burst 0 type bytes ]

# limit rate 1023 mbytes/second
ip test-ip4 output
  [ limit rate 1072693248/second burst 0 type bytes ]

# limit rate 10230 mbytes/second
ip test-ip4 output
  [ limit rate 10726932480/second burst 0 type bytes ]

# limit rate 1023000 mbytes/second
ip test-ip4 output
  [ limit rate 1072693248000/second burst 0 type bytes ]

# limit rate 1025 bytes/second burst 512 bytes
ip test-ip4 output
  [ limit rate 1025/second burst 512 type bytes ]

# limit rate 1025 kbytes/second burst 1023 kbytes
ip test-ip4 output
  [ limit rate 1049600/second burst 1047552 type bytes ]

# limit rate 1025 mbytes/second burst 1025 kbytes
ip test-ip4 output
  [ limit rate 1074790400/second burst 1049600 type bytes ]

# limit rate 1025000 mbytes/second burst 1023 mbytes
ip test-ip4 output
  [ limit rate 1074790400000/second burst 1072693248 type bytes ]