mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-06-20 07:08:29 +02:00
system-settings: some s390 device types only use 2 channels
This commit is contained in:
parent
04370354f0
commit
860e8a13eb
1 changed files with 5 additions and 5 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
*
|
||||
* Copyright (C) 2007 - 2008 Red Hat, Inc.
|
||||
* Copyright (C) 2007 - 2010 Red Hat, Inc.
|
||||
* Copyright (C) 2008 Novell, Inc.
|
||||
*/
|
||||
|
||||
|
|
@ -108,10 +108,10 @@ struct _NMSystemConfigInterface {
|
|||
* Method: mac Data: device MAC address formatted with leading zeros and
|
||||
* 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
|
||||
* Method: zvm-subchannels Data: string of 2 or 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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue