Created
November 29, 2021 13:40
-
-
Save kkumar-fk/6cd5a29fa80461cccaa3674904c6a78c to your computer and use it in GitHub Desktop.
List of devices in a VM with teaming and SR-IOV passthrough
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4: ens10: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000 | |
link/ether 52:54:00:00:12:53 brd ff:ff:ff:ff:ff:ff | |
inet 192.168.12.53/24 brd 192.168.12.255 scope global dynamic ens10 | |
valid_lft 42482sec preferred_lft 42482sec | |
inet6 fe80::97d8:db2:8c10:b6d6/64 scope link | |
valid_lft forever preferred_lft forever | |
5: ens10nsby: <BROADCAST,MULTICAST> mtu 1500 qdisc fq_codel master ens10 state DOWN group default qlen 1000 | |
link/ether 52:54:00:00:12:53 brd ff:ff:ff:ff:ff:ff | |
7: ens11: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq master ens10 state UP group default qlen 1000 | |
link/ether 52:54:00:00:12:53 brd ff:ff:ff:ff:ff:ff |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment