]> git.ipfire.org Git - thirdparty/systemd.git/blame - test/test-network/conf/25-qdisc-qfq.network
network: tc: rename several settings which take size in bytes
[thirdparty/systemd.git] / test / test-network / conf / 25-qdisc-qfq.network
CommitLineData
891ff963
YW
1[Match]
2Name=test1
3
4[Network]
5IPv6AcceptRA=no
6Address=10.1.2.4/16
7
8[QuickFairQueueing]
9Parent=root
10Handle=0002
11
12[QuickFairQueueingClass]
13Parent=root
14ClassId=0002:0030
15Weight=2
c03ef420 16MaxPacketBytes=16000
891ff963
YW
17
18[QuickFairQueueingClass]
19Parent=root
20ClassId=0002:0031
21Weight=10
c03ef420 22MaxPacketBytes=8000