mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-04 06:00:32 +01:00
man: clarify HWADDR for nm-setting-ifcfg-rh manual
This commit is contained in:
parent
81d058b5e8
commit
2481eaac15
3 changed files with 10 additions and 1 deletions
|
|
@ -406,7 +406,10 @@ nm_setting_infiniband_class_init (NMSettingInfinibandClass *setting_class)
|
|||
* property: mac-address
|
||||
* variable: HWADDR
|
||||
* description: IBoIP 20-byte hardware address of the device (in traditional
|
||||
* hex-digits-and-colons notation).
|
||||
* hex-digits-and-colons notation).
|
||||
* Note that for initscripts this is the current MAC address of the device as found
|
||||
* during ifup. For NetworkManager this is the permanent MAC address. Or in case no
|
||||
* permanent MAC address exists, the MAC address initially configured on the device.
|
||||
* example: HWADDR=01:02:03:04:05:06:07:08:09:0A:01:02:03:04:05:06:07:08:09:11
|
||||
* ---end---
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -1072,6 +1072,9 @@ nm_setting_wired_class_init (NMSettingWiredClass *setting_wired_class)
|
|||
* variable: HWADDR
|
||||
* description: Hardware address of the device in traditional hex-digits-and-colons
|
||||
* notation (e.g. 00:22:68:14:5A:05).
|
||||
* Note that for initscripts this is the current MAC address of the device as found
|
||||
* during ifup. For NetworkManager this is the permanent MAC address. Or in case no
|
||||
* permanent MAC address exists, the MAC address initially configured on the device.
|
||||
* ---end---
|
||||
*/
|
||||
g_object_class_install_property
|
||||
|
|
|
|||
|
|
@ -1321,6 +1321,9 @@ nm_setting_wireless_class_init (NMSettingWirelessClass *setting_wireless_class)
|
|||
* variable: HWADDR
|
||||
* description: Hardware address of the device in traditional hex-digits-and-colons
|
||||
* notation (e.g. 00:22:68:14:5A:05).
|
||||
* Note that for initscripts this is the current MAC address of the device as found
|
||||
* during ifup. For NetworkManager this is the permanent MAC address. Or in case no
|
||||
* permanent MAC address exists, the MAC address initially configured on the device.
|
||||
* ---end---
|
||||
*/
|
||||
g_object_class_install_property
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue