mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-11 01:20:32 +01:00
platform: update code documentation for nm_platform_link_get_physical_port_id()
This commit is contained in:
parent
cd5c9043fa
commit
f3902ca423
1 changed files with 7 additions and 1 deletions
|
|
@ -963,9 +963,15 @@ nm_platform_link_get_mtu (int ifindex)
|
|||
}
|
||||
|
||||
/**
|
||||
* nm_platform_link_get_mtu:
|
||||
* nm_platform_link_get_physical_port_id:
|
||||
* @ifindex: Interface index
|
||||
*
|
||||
* The physical port ID, if present, indicates some unique identifier of
|
||||
* the parent interface (eg, the physical port of which this link is a child).
|
||||
* Two links that report the same physical port ID can be assumed to be
|
||||
* children of the same physical port and may share resources that limit
|
||||
* their abilities.
|
||||
*
|
||||
* Returns: physical port ID for the interface, or %NULL on error
|
||||
* or if the interface has no physical port ID.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue