From 35779c6675728fa6f0fd0a21cefb904408509c23 Mon Sep 17 00:00:00 2001 From: Sebastien Bacher Date: Mon, 5 Jul 2021 20:35:03 +0200 Subject: New upstream version 1.32.2 --- docs/libnm/html/NMSettingInfiniband.html | 127 ++----------------------------- 1 file changed, 5 insertions(+), 122 deletions(-) (limited to 'docs/libnm/html/NMSettingInfiniband.html') diff --git a/docs/libnm/html/NMSettingInfiniband.html b/docs/libnm/html/NMSettingInfiniband.html index 576342e1..11bc3df5 100644 --- a/docs/libnm/html/NMSettingInfiniband.html +++ b/docs/libnm/html/NMSettingInfiniband.html @@ -15,9 +15,7 @@ @@ -97,46 +95,6 @@
-

Properties

-
----- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-char *mac-addressRead / Write
guintmtuRead / Write
intp-keyRead / Write
-char *parentRead / Write
-char *transport-modeRead / Write
-
-

Types and Values

@@ -168,21 +126,10 @@ - - - -
#define NM_SETTING_INFINIBAND_PARENT
 NMSettingInfiniband
-

Object Hierarchy

-
    GObject
-    ╰── NMSetting
-        ╰── NMSettingInfiniband
-
-
-

Description

The NMSettingInfiniband object is a NMSetting subclass that describes properties necessary for connection to IP-over-InfiniBand networks.

@@ -222,7 +169,7 @@ nm_setting_infiniband_get_mac_address (

Returns

-

the “mac-address” property of the setting

+

the “mac-address” property of the setting


@@ -247,7 +194,7 @@ nm_setting_infiniband_get_mtu (

Returns

-

the “mtu” property of the setting

+

the “mtu” property of the setting


@@ -338,8 +285,8 @@ nm_setting_infiniband_get_parent (const char * nm_setting_infiniband_get_virtual_interface_name (NMSettingInfiniband *setting); -

Returns the interface name created by combining “parent” -and “p-key”. (If either property is unset, this will +

Returns the interface name created by combining “parent” +and “p-key”. (If either property is unset, this will return NULL.)

Parameters

@@ -399,70 +346,6 @@ return #define NM_SETTING_INFINIBAND_PARENT "parent"
-
-
-

NMSettingInfiniband

-
typedef struct _NMSettingInfiniband NMSettingInfiniband;
-

Infiniband Settings

-
- -
-

Property Details

-
-

The “mac-address” property

-
  “mac-address”              char *
-

If specified, this connection will only apply to the IPoIB device whose -permanent MAC address matches. This property does not change the MAC -address of the device (i.e. MAC spoofing).

-

Owner: NMSettingInfiniband

-

Flags: Read / Write

-

Default value: NULL

-
-
-
-

The “mtu” property

-
  “mtu”                      guint
-

If non-zero, only transmit packets of the specified size or smaller, -breaking larger packets up into multiple frames.

-

Owner: NMSettingInfiniband

-

Flags: Read / Write

-

Default value: 0

-
-
-
-

The “p-key” property

-
  “p-key”                    int
-

The InfiniBand P_Key to use for this device. A value of -1 means to use -the default P_Key (aka "the P_Key at index 0"). Otherwise, it is a 16-bit -unsigned integer, whose high bit is set if it is a "full membership" -P_Key.

-

Owner: NMSettingInfiniband

-

Flags: Read / Write

-

Allowed values: [-1,65535]

-

Default value: -1

-
-
-
-

The “parent” property

-
  “parent”                   char *
-

The interface name of the parent device of this device. Normally NULL, -but if the “p_key” property is set, then you must -specify the base device by setting either this property or -“mac-address”.

-

Owner: NMSettingInfiniband

-

Flags: Read / Write

-

Default value: NULL

-
-
-
-

The “transport-mode” property

-
  “transport-mode”           char *
-

The IP-over-InfiniBand transport mode. Either "datagram" or -"connected".

-

Owner: NMSettingInfiniband

-

Flags: Read / Write

-

Default value: NULL

-