]> git.ipfire.org Git - thirdparty/systemd.git/blob - test/test-network/conf/25-sriov.network
Merge pull request #16219 from ssahani/network-sr-iov
[thirdparty/systemd.git] / test / test-network / conf / 25-sriov.network
1 [Match]
2 Name=eni99np1
3
4 [Network]
5 Address=192.168.100.100/24
6
7 [SR-IOV]
8 VirtualFunction=0
9 VLANId=5
10 VLANProtocol=802.1ad
11 QualityOfService=1
12 MACSpoofCheck=yes
13 QueryReceiveSideScaling=yes
14 Trust=yes
15 LinkState=yes
16 MACAddress=00:11:22:33:44:55
17
18 [SR-IOV]
19 VirtualFunction=1
20 VLANId=6
21 VLANProtocol=802.1Q
22 QualityOfService=2
23 MACSpoofCheck=no
24 QueryReceiveSideScaling=no
25 Trust=no
26 LinkState=no
27 MACAddress=00:11:22:33:44:56
28
29 [SR-IOV]
30 VirtualFunction=2
31 VLANId=7
32 QualityOfService=3
33 MACSpoofCheck=no
34 QueryReceiveSideScaling=no
35 Trust=no
36 LinkState=auto
37 MACAddress=00:11:22:33:44:57