-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathQOS
More file actions
32 lines (27 loc) · 1.14 KB
/
QOS
File metadata and controls
32 lines (27 loc) · 1.14 KB
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
CMLIST = ( { mac = 00000000000000;
queuelist = ( { queueID = "1";
max_rate = 10;
min_rate = 10; },
{ queueID = "2";
max_rate = 1;
min_rate = 1; } );
}
);
DEFAULT_QUEUELIST = ( { queueID = "10Mb queue";
max_rate = 10000;
min_rate = 10000;
direction = "bidirectional";
source_port = 0xffffffff
destination_port = 12 },
{ queueID = "default";
max_rate = 1000;
min_rate = 1000;
direction = "bidirectional";
source_port = 0xffffffff
destination_port = 12 },
{ queueID = "openflow";
min_rate = 2;
max_rate = 2;
direction = "bidirectional";
source_port = 0
destination_port = 0 } );