Skip to content

Commit ff331f8

Browse files
committed
Adding more details to VF interface naming
1 parent 6563fa9 commit ff331f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-network/accelerated-networking-how-it-works.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ TX packets 9103233 bytes 2183731687 (2.1 GB)
5757
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
5858
```
5959

60-
The synthetic interface always has a name in the form `eth\<n\>`. Depending on the Linux distribution, the VF interface might have a name in the form `eth\<n\>`. Or it might have a name in a different form because of a udev rule that does renaming.
60+
The synthetic interface always has a name in the form `eth\<n\>`. Depending on the Linux distribution, the VF interface might have a name in the form `eth\<n\>`. Or it might have a different name in the form of `enP\<n\>` because of a udev rule that does renaming.
6161

6262
You can determine whether a particular interface is the synthetic interface or the VF interface by using the shell command line that shows the device driver that the interface uses:
6363

0 commit comments

Comments
 (0)