We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8cc870 commit b9bb550Copy full SHA for b9bb550
xcp/net/ifrename/logic.py
@@ -41,9 +41,8 @@
41
name"
42
43
Terms and abbreviations used in this file:
44
-**kname**: The kernel name of the network interface (the original name assigned by the kernel).
45
-**tname**: The temporary name of the network interface,
46
- used as an intermediate step during the renaming process to avoid name conflicts.
+ kname: The kernel name of the network interface (the original name assigned by the kernel).
+ tname: The temporary name of the network interface, used as an intermediate step during the renaming process to avoid name conflicts.
47
"""
48
49
from __future__ import unicode_literals
0 commit comments