]> git.ipfire.org Git - thirdparty/systemd.git/blob - test/test-network/conf/25-qdisc-qfq.network
test-network: add tests for QFQ
[thirdparty/systemd.git] / test / test-network / conf / 25-qdisc-qfq.network
1 [Match]
2 Name=test1
3
4 [Network]
5 IPv6AcceptRA=no
6 Address=10.1.2.4/16
7
8 [QuickFairQueueing]
9 Parent=root
10 Handle=0002
11
12 [QuickFairQueueingClass]
13 Parent=root
14 ClassId=0002:0030
15 Weight=2
16 MaxPacketSize=16000
17
18 [QuickFairQueueingClass]
19 Parent=root
20 ClassId=0002:0031
21 Weight=10
22 MaxPacketSize=8000