mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-08 10:08:05 +02:00
system-settings: add unmanaged spec for z/VM subchannels (rh #591533)
This commit is contained in:
parent
0f494b2445
commit
d0ff1fd2ec
1 changed files with 6 additions and 0 deletions
|
|
@ -107,6 +107,12 @@ struct _NMSystemConfigInterface {
|
||||||
*
|
*
|
||||||
* Method: mac Data: device MAC address formatted with leading zeros and
|
* Method: mac Data: device MAC address formatted with leading zeros and
|
||||||
* lowercase letters, like 00:0a:0b:0c:0d:0e
|
* lowercase letters, like 00:0a:0b:0c:0d:0e
|
||||||
|
*
|
||||||
|
* Method: zvm-subchannels Data: string of 3 z/VM subchannels separated by
|
||||||
|
* commas (,) that identify the device,
|
||||||
|
* like "0.0.09a0,0.0.09a1,0.0.09a2". The
|
||||||
|
* string may contain only the following
|
||||||
|
* characters: [a-fA-F0-9,.]
|
||||||
*/
|
*/
|
||||||
GSList * (*get_unmanaged_specs) (NMSystemConfigInterface *config);
|
GSList * (*get_unmanaged_specs) (NMSystemConfigInterface *config);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue