From 2e5fa45ddfbb5cffa1e78221f1cea706e2f298af Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Wed, 31 Jul 2019 10:51:42 +0200 Subject: New upstream version 1.19.90 --- docs/libnm/Makefile.in | 3 - docs/libnm/html/NMAccessPoint.html | 4 +- docs/libnm/html/NMClient.html | 178 ++++++++++++ docs/libnm/html/NMConnection.html | 10 +- docs/libnm/html/NMDevice.html | 4 +- docs/libnm/html/NMDeviceModem.html | 176 ++++++++++++ docs/libnm/html/NMSetting.html | 1 + docs/libnm/html/NMSettingConnection.html | 70 ++++- docs/libnm/html/NMSettingEthtool.html | 61 ++++- docs/libnm/html/NMSettingGeneric.html | 2 +- docs/libnm/html/NMSettingIP6Config.html | 16 +- docs/libnm/html/NMSettingIPConfig.html | 89 +++++- docs/libnm/html/NMSettingOvsBridge.html | 44 +++ docs/libnm/html/NMSettingOvsDpdk.html | 143 ++++++++++ docs/libnm/html/NMSettingOvsInterface.html | 4 +- docs/libnm/html/NMSettingOvsPatch.html | 4 +- docs/libnm/html/NMSettingTeam.html | 48 ++-- docs/libnm/html/NMSettingTeamPort.html | 6 +- docs/libnm/html/NMSettingWireGuard.html | 90 ++++++ docs/libnm/html/NMSettingWired.html | 3 +- docs/libnm/html/NMSettingWireless.html | 13 +- docs/libnm/html/NMWifiP2PPeer.html | 4 +- docs/libnm/html/NMWimaxNsp.html | 4 +- docs/libnm/html/annotation-glossary.html | 2 + docs/libnm/html/api-index-full.html | 396 ++++++++++++++++++++++----- docs/libnm/html/ch03.html | 3 + docs/libnm/html/index.html | 5 +- docs/libnm/html/libnm-nm-dbus-interface.html | 114 ++++++-- docs/libnm/html/libnm-nm-errors.html | 4 +- docs/libnm/html/libnm-nm-utils.html | 20 +- docs/libnm/html/libnm-nm-version.html | 32 +++ docs/libnm/html/libnm.devhelp2 | 45 ++- docs/libnm/html/object-tree.html | 2 + docs/libnm/html/usage.html | 2 +- docs/libnm/libnm-docs.xml | 1 + docs/libnm/libnm-sections.txt | 79 ++++++ docs/libnm/libnm.types | 2 + docs/libnm/version.xml | 2 +- 38 files changed, 1535 insertions(+), 151 deletions(-) create mode 100644 docs/libnm/html/NMSettingOvsDpdk.html (limited to 'docs/libnm') diff --git a/docs/libnm/Makefile.in b/docs/libnm/Makefile.in index a3c2f6eb..33589ae5 100644 --- a/docs/libnm/Makefile.in +++ b/docs/libnm/Makefile.in @@ -184,8 +184,6 @@ CXXCPP = @CXXCPP@ CXXDEPMODE = @CXXDEPMODE@ CXXFLAGS = @CXXFLAGS@ CYGPATH_W = @CYGPATH_W@ -DBUS_CFLAGS = @DBUS_CFLAGS@ -DBUS_LIBS = @DBUS_LIBS@ DBUS_SYS_DIR = @DBUS_SYS_DIR@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ @@ -208,7 +206,6 @@ GENHTML = @GENHTML@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ GLIB_CFLAGS = @GLIB_CFLAGS@ -GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@ GLIB_LIBS = @GLIB_LIBS@ GLIB_MAKEFILE = @GLIB_MAKEFILE@ GLIB_MKENUMS = @GLIB_MKENUMS@ diff --git a/docs/libnm/html/NMAccessPoint.html b/docs/libnm/html/NMAccessPoint.html index 653501ad..be086400 100644 --- a/docs/libnm/html/NMAccessPoint.html +++ b/docs/libnm/html/NMAccessPoint.html @@ -584,7 +584,7 @@ with this function.

connections

-

an array of NMConnections to +

an array of NMConnections to filter.

[element-type NMConnection] @@ -594,7 +594,7 @@ filter.

Returns

an array of -NMConnections that could be activated with the given ap +NMConnections that could be activated with the given ap . The array should be freed with g_ptr_array_unref() when it is no longer required.

[transfer full][element-type NMConnection]

diff --git a/docs/libnm/html/NMClient.html b/docs/libnm/html/NMClient.html index e6387588..0cabe4f4 100644 --- a/docs/libnm/html/NMClient.html +++ b/docs/libnm/html/NMClient.html @@ -264,6 +264,13 @@ +const char * + + +nm_client_connectivity_check_get_uri () + + + gboolean @@ -517,6 +524,22 @@ +void + + +nm_client_add_connection2 () + + + + +NMRemoteConnection * + + +nm_client_add_connection2_finish () + + + + gboolean @@ -1866,6 +1889,35 @@ have any effect.


+

nm_client_connectivity_check_get_uri ()

+
const char *
+nm_client_connectivity_check_get_uri (NMClient *client);
+

Get the URI that will be queried to determine if there is internet +connectivity.

+
+

Parameters

+
+++++ + + + + + +

client

a NMClient

 
+
+
+

Returns

+

the connectivity URI in use.

+

[transfer none]

+
+

Since: 1.20

+
+
+

nm_client_get_logging ()

gboolean
 nm_client_get_logging (NMClient *client,
@@ -3339,6 +3391,132 @@ will be set. 


+

nm_client_add_connection2 ()

+
void
+nm_client_add_connection2 (NMClient *client,
+                           GVariant *settings,
+                           NMSettingsAddConnection2Flags flags,
+                           GVariant *args,
+                           gboolean ignore_out_result,
+                           GCancellable *cancellable,
+                           GAsyncReadyCallback callback,
+                           gpointer user_data);
+

Call AddConnection2() D-Bus API asynchronously.

+
+

Parameters

+
+++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

client

the NMClient

 

settings

the "a{sa{sv}}" GVariant with the content of the setting.

 

flags

the NMSettingsAddConnection2Flags argument.

 

args

the "a{sv}" GVariant with extra argument or NULL +for no extra arguments.

[allow-none]

ignore_out_result

this function wraps AddConnection2(), which has an +additional result "a{sv}" output parameter. By setting this to TRUE, +you signal that you are not interested in that output parameter. +This allows the function to fall back to AddConnection() and AddConnectionUnsaved(), +which is interesting if you run against an older server version that does +not yet provide AddConnection2(). By setting this to FALSE, the function +under the hood always calls AddConnection2().

 

cancellable

a GCancellable, or NULL

 

callback

callback to be called when the add operation completes.

[scope async]

user_data

caller-specific data passed to callback +.

[closure]
+
+

Since: 1.20

+
+
+
+

nm_client_add_connection2_finish ()

+
NMRemoteConnection *
+nm_client_add_connection2_finish (NMClient *client,
+                                  GAsyncResult *result,
+                                  GVariant **out_result,
+                                  GError **error);
+
+

Parameters

+
+++++ + + + + + + + + + + + + + + + + + + + + + + +

client

the NMClient

 

result

the GAsyncResult

 

out_result

the output GVariant +from AddConnection2(). +If you care about the output result, then the "ignore_out_result" +parameter of nm_client_add_connection2() must not be set to TRUE.

[allow-none][transfer full][out]

error

the error argument.

[allow-none]
+
+
+

Returns

+

on success, a pointer to the added +NMRemoteConnection.

+

[transfer full]

+
+

Since: 1.20

+
+
+

nm_client_load_connections ()

gboolean
 nm_client_load_connections (NMClient *client,
diff --git a/docs/libnm/html/NMConnection.html b/docs/libnm/html/NMConnection.html
index 5421cf34..1606deec 100644
--- a/docs/libnm/html/NMConnection.html
+++ b/docs/libnm/html/NMConnection.html
@@ -1314,7 +1314,7 @@ failed (tried to update secrets for a setting that doesn't exist, etc)

nm_connection_set_path (NMConnection *connection, const char *path);

Sets the D-Bus path of the connection. This property is not serialized, and -is only for the reference of the caller. Sets the “path” +is only for the reference of the caller. Sets the “path” property.

Parameters

@@ -2847,6 +2847,14 @@ calling   + +

NM_CONNECTION_SERIALIZE_WITH_SECRETS_AGENT_OWNED

+ +

if set, only secrets that + are agent owned will be serialized.

+ +  +
diff --git a/docs/libnm/html/NMDevice.html b/docs/libnm/html/NMDevice.html index 81c800f6..9244abf4 100644 --- a/docs/libnm/html/NMDevice.html +++ b/docs/libnm/html/NMDevice.html @@ -2494,7 +2494,7 @@ incompatible with the device. To get the full list of connections see

connections

-

an array of NMConnections to filter.

+

an array of NMConnections to filter.

[element-type NMConnection] @@ -2503,7 +2503,7 @@ incompatible with the device. To get the full list of connections see

Returns

an array of -NMConnections that could be activated with the given device +NMConnections that could be activated with the given device . The array should be freed with g_ptr_array_unref() when it is no longer required.

[transfer full][element-type NMConnection]

diff --git a/docs/libnm/html/NMDeviceModem.html b/docs/libnm/html/NMDeviceModem.html index 6443328c..fe9d53a6 100644 --- a/docs/libnm/html/NMDeviceModem.html +++ b/docs/libnm/html/NMDeviceModem.html @@ -58,6 +58,27 @@ nm_device_modem_get_current_capabilities () + +const char * + + +nm_device_modem_get_device_id () + + + +const char * + + +nm_device_modem_get_operator_code () + + + +const char * + + +nm_device_modem_get_apn () + +
@@ -71,15 +92,33 @@ + +gchar * +apn +Read + + NMDeviceModemCapabilities current-capabilities Read + +gchar * +device-id +Read + + NMDeviceModemCapabilities modem-capabilities Read + + +gchar * +operator-code +Read + @@ -100,6 +139,18 @@ NM_DEVICE_MODEM_CURRENT_CAPABILITIES +#define +NM_DEVICE_MODEM_DEVICE_ID + + +#define +NM_DEVICE_MODEM_OPERATOR_CODE + + +#define +NM_DEVICE_MODEM_APN + +   NMDeviceModem @@ -183,6 +234,89 @@ represents the network types the modem can immediately connect to.

a firmware reload or other reinitialization

+
+
+

nm_device_modem_get_device_id ()

+
const char *
+nm_device_modem_get_device_id (NMDeviceModem *self);
+

An identifier used by the modem backend (ModemManager) that aims to +uniquely identify the a device. Can be used to match a connection to a +particular device.

+
+

Parameters

+
+++++ + + + + + +

self

a NMDeviceModem

 
+
+
+

Returns

+

a device-id string

+
+

Since: 1.20

+
+
+
+

nm_device_modem_get_operator_code ()

+
const char *
+nm_device_modem_get_operator_code (NMDeviceModem *self);
+

The MCC and MNC (concatenated) of the network the modem is connected to.

+
+

Parameters

+
+++++ + + + + + +

self

a NMDeviceModem

 
+
+
+

Returns

+

the operator code or NULL if disconnected or not a 3GPP modem.

+
+

Since: 1.20

+
+
+
+

nm_device_modem_get_apn ()

+
const char *
+nm_device_modem_get_apn (NMDeviceModem *self);
+

The access point name the modem is connected to.

+
+

Parameters

+
+++++ + + + + + +

self

a NMDeviceModem

 
+
+
+

Returns

+

the APN name or NULL if disconnected

+
+

Since: 1.20

+

Types and Values

@@ -199,6 +333,24 @@ a firmware reload or other reinitialization


+

NM_DEVICE_MODEM_DEVICE_ID

+
#define NM_DEVICE_MODEM_DEVICE_ID            "device-id"
+
+
+
+
+

NM_DEVICE_MODEM_OPERATOR_CODE

+
#define NM_DEVICE_MODEM_OPERATOR_CODE        "operator-code"
+
+
+
+
+

NM_DEVICE_MODEM_APN

+
#define NM_DEVICE_MODEM_APN                  "apn"
+
+
+
+

NMDeviceModem

typedef struct _NMDeviceModem NMDeviceModem;
@@ -206,6 +358,14 @@ a firmware reload or other reinitialization

Property Details

+

The “apn” property

+
  “apn”                      gchar *
+

Flags: Read

+

Default value: NULL

+

Since: 1.20

+
+
+

The “current-capabilities” property

  “current-capabilities”     NMDeviceModemCapabilities

The generic family of access technologies the modem currently supports @@ -214,6 +374,14 @@ without a firmware reload or reinitialization.


+

The “device-id” property

+
  “device-id”                gchar *
+

Flags: Read

+

Default value: NULL

+

Since: 1.20

+
+
+

The “modem-capabilities” property

  “modem-capabilities”       NMDeviceModemCapabilities

The generic family of access technologies the modem supports. Not all @@ -222,6 +390,14 @@ a firmware reload or other reinitialization to switch between eg CDMA/EVDO and GSM/UMTS.

Flags: Read

+
+
+

The “operator-code” property

+
  “operator-code”            gchar *
+

Flags: Read

+

Default value: NULL

+

Since: 1.20

+
@@ -434,6 +442,11 @@ Read / Write +gint +wait-device-timeout +Read / Write + + gchar * zone @@ -559,6 +572,10 @@ NM_SETTING_CONNECTION_LLMNR +#define +NM_SETTING_CONNECTION_WAIT_DEVICE_TIMEOUT + + enum NMSettingConnectionAutoconnectSlaves @@ -1633,6 +1650,34 @@ nm_setting_connection_get_llmnr (

Since: 1.14

+
+
+

nm_setting_connection_get_wait_device_timeout ()

+
gint32
+nm_setting_connection_get_wait_device_timeout
+                               (NMSettingConnection *setting);
+
+

Parameters

+
+++++ + + + + + +

setting

the NMSettingConnection

 
+
+
+

Returns

+

the NM_SETTING_CONNECTION_WAIT_DEVICE_TIMEOUT property with +the timeout in milli seconds. -1 is the default.

+
+

Since: 1.20

+

Types and Values

@@ -1799,6 +1844,12 @@ nm_setting_connection_get_llmnr (
+

NM_SETTING_CONNECTION_WAIT_DEVICE_TIMEOUT

+
#define NM_SETTING_CONNECTION_WAIT_DEVICE_TIMEOUT "wait-device-timeout"
+
+
+
+

enum NMSettingConnectionAutoconnectSlaves

NMSettingConnectionAutoconnectSlaves values indicate whether slave connections should be activated when master is activated.

@@ -2271,12 +2322,29 @@ provider, or nm_utils_uuid_generate() or -nm_utils_uuid_generate_from_string().

+nm_utils_uuid_generate_from_string().

Flags: Read / Write

Default value: NULL


+

The “wait-device-timeout” property

+
  “wait-device-timeout”      gint
+

Timeout in milliseconds to wait for device at startup. +During boot, devices may take a while to be detected by the driver. +This property will cause to delay NetworkManager-wait-online.service +and nm-online to give the device a chance to appear.

+

Note that this property only works together with NMSettingConnection:interface-name +to identify the device that will be waited for.

+

The value 0 means no wait time. The default value is -1, which +currently has the same meaning as no wait time.

+

Flags: Read / Write

+

Allowed values: >= -1

+

Default value: -1

+

Since: 1.20

+
+
+

The “zone” property

  “zone”                     gchar *

The trust level of a the connection. Free form case-insensitive string diff --git a/docs/libnm/html/NMSettingEthtool.html b/docs/libnm/html/NMSettingEthtool.html index 0644c606..05f77819 100644 --- a/docs/libnm/html/NMSettingEthtool.html +++ b/docs/libnm/html/NMSettingEthtool.html @@ -79,6 +79,13 @@ nm_setting_ethtool_clear_features () + +const char ** + + +nm_setting_ethtool_get_optnames () + +

@@ -330,12 +337,12 @@ nm_ethtool_optname_is_feature (const

optname

-

the option name to check

-  +

the option name to check.

+[allow-none] -

Since: 1.14

+

Since: 1.20


@@ -358,6 +365,9 @@ nm_setting_ethtool_get_feature (const char *optname);

Gets and offload feature setting. Returns NM_TERNARY_DEFAULT if the feature is not set.

+

Note that optname + must be a valid name for a feature, according to +nm_ethtool_optname_is_feature().

Parameters

@@ -395,6 +405,9 @@ nm_setting_ethtool_set_feature (const char *optname, NMTernary value);

Sets and offload feature setting.

+

Note that optname + must be a valid name for a feature, according to +nm_ethtool_optname_is_feature().

Parameters

@@ -448,6 +461,48 @@ nm_setting_ethtool_clear_features (

Since: 1.14

+
+
+

nm_setting_ethtool_get_optnames ()

+
const char **
+nm_setting_ethtool_get_optnames (NMSettingEthtool *setting,
+                                 guint *out_length);
+

This returns all options names that are set. This includes the feature names +like NM_ETHTOOL_OPTNAME_FEATURE_GRO. See nm_ethtool_optname_is_feature() to +check whether the option name is valid for offload features.

+
+

Parameters

+
+++++ + + + + + + + + + + + + +

setting

the NMSettingEthtool instance.

 

out_length

return location for the number of keys returned, or NULL.

[out][optional]
+
+
+

Returns

+

list of set option +names or NULL if no options are set. The option names are still owned by +setting +and may get invalidated when setting +gets modified.

+

[array zero-terminated=1][transfer container]

+
+

Since: 1.20

+

Types and Values

diff --git a/docs/libnm/html/NMSettingGeneric.html b/docs/libnm/html/NMSettingGeneric.html index 939c3c53..5ac78763 100644 --- a/docs/libnm/html/NMSettingGeneric.html +++ b/docs/libnm/html/NMSettingGeneric.html @@ -81,7 +81,7 @@ optional properties that apply to "generic" devices (ie, devices that NetworkManager does not specifically recognize).

There are currently no properties on this object; it exists only to be -the "connection type" setting on NMConnections for generic devices.

+the "connection type" setting on NMConnections for generic devices.

Functions

diff --git a/docs/libnm/html/NMSettingIP6Config.html b/docs/libnm/html/NMSettingIP6Config.html index 154f953e..30ee1129 100644 --- a/docs/libnm/html/NMSettingIP6Config.html +++ b/docs/libnm/html/NMSettingIP6Config.html @@ -169,6 +169,10 @@ NM_SETTING_IP6_CONFIG_METHOD_SHARED +#define +NM_SETTING_IP6_CONFIG_METHOD_DISABLED + + enum NMSettingIP6ConfigPrivacy @@ -200,7 +204,7 @@ properties related to IPv6 addressing, routing, and Domain Name Service

NMSettingIP6Config has few properties or methods of its own; it inherits almost everything from NMSettingIPConfig.

-

NetworkManager supports 6 values for the “method” property +

NetworkManager supports 7 values for the “method” property for IPv6. If "auto" is specified then the appropriate automatic method (PPP, router advertisement, etc) is used for the device and most other properties can be left unset. To force the use of DHCP only, specify "dhcp"; this @@ -209,7 +213,8 @@ specified, then an IPv6 link-local address will be assigned to the interface. If "manual" is specified, static IP addressing is used and at least one IP address must be given in the "addresses" property. If "ignore" is specified, IPv6 configuration is not done. Note: the "shared" method is not yet -supported.

+supported. If "disabled" is specified, IPv6 is disabled completely for the +interface.

Functions

@@ -425,6 +430,13 @@ supported for IPv6)


+

NM_SETTING_IP6_CONFIG_METHOD_DISABLED

+
#define NM_SETTING_IP6_CONFIG_METHOD_DISABLED   "disabled"
+
+

IPv6 is disabled for the connection.

+
+
+

enum NMSettingIP6ConfigPrivacy

NMSettingIP6ConfigPrivacy values indicate if and how IPv6 Privacy Extensions are used (RFC4941).

diff --git a/docs/libnm/html/NMSettingIPConfig.html b/docs/libnm/html/NMSettingIPConfig.html index 18c74120..9e6c8692 100644 --- a/docs/libnm/html/NMSettingIPConfig.html +++ b/docs/libnm/html/NMSettingIPConfig.html @@ -668,6 +668,22 @@ +gint32 + + +nm_ip_routing_rule_get_suppress_prefixlength () + + + + +void + + +nm_ip_routing_rule_set_suppress_prefixlength () + + + + int @@ -2986,7 +3002,7 @@ cannot be modified nor unsealed.

void
 nm_ip_routing_rule_seal (NMIPRoutingRule *self);

Seals the routing rule. Afterwards, the instance can no longer be -modfied, and it is a bug to call any of the accessors that would +modified, and it is a bug to call any of the accessors that would modify the rule. If self was already sealed, this has no effect.

@@ -3753,7 +3769,7 @@ nm_ip_routing_rule_set_iifname (The name supports C backslash escaping for non-UTF-8 characters. Note that nm_ip_routing_rule_from_string() too uses backslash escaping when tokenizing the words by whitespace. So, in string -representation you'd get double backslashs.

+representation you'd get double backslashes.

Parameters

@@ -3814,7 +3830,7 @@ nm_ip_routing_rule_set_oifname (The name supports C backslash escaping for non-UTF-8 characters. Note that nm_ip_routing_rule_from_string() too uses backslash escaping when tokenizing the words by whitespace. So, in string -representation you'd get double backslashs.

+representation you'd get double backslashes.

Parameters

@@ -3955,6 +3971,65 @@ nm_ip_routing_rule_set_table ( +

nm_ip_routing_rule_get_suppress_prefixlength ()

+
gint32
+nm_ip_routing_rule_get_suppress_prefixlength
+                               (const NMIPRoutingRule *self);
+
+

Parameters

+
+++++ + + + + + +

self

the NMIPRoutingRule instance

 
+
+
+

Returns

+

the suppress_prefixlength of the rule. -1 means that the value is unset.

+
+

Since: 1.20

+
+
+
+

nm_ip_routing_rule_set_suppress_prefixlength ()

+
void
+nm_ip_routing_rule_set_suppress_prefixlength
+                               (NMIPRoutingRule *self,
+                                gint32 suppress_prefixlength);
+
+

Parameters

+
+++++ + + + + + + + + + + + + +

self

the NMIPRoutingRule instance

 

suppress_prefixlength

the suppress_prefixlength to set. The value -1 means +unset.

 
+
+

Since: 1.20

+
+
+

nm_ip_routing_rule_cmp ()

int
 nm_ip_routing_rule_cmp (const NMIPRoutingRule *rule,
@@ -6113,7 +6188,7 @@ active default route will be preferred.  Negative values have the special
 effect of excluding other configurations with a greater priority value;
 so in presence of at least a negative priority, only DNS servers from
 connections with the lowest priority value will be used.

-

When using a DNS resolver that supports split-DNS as dns=dnsmasq or +

When using a DNS resolver that supports Conditional Forwarding as dns=dnsmasq or dns=systemd-resolved, each connection is used to query domains in its search list. Queries for domains not present in any search list are routed through connections having the '~.' special wildcard domain, which @@ -6186,9 +6261,9 @@ successfully.

The “method” property

  “method”                   gchar *

IP configuration method.

-

NMSettingIP4Config and NMSettingIP6Config both support "auto", -"manual", and "link-local". See the subclass-specific documentation for -other values.

+

NMSettingIP4Config and NMSettingIP6Config both support "disabled", +"auto", "manual", and "link-local". See the subclass-specific +documentation for other values.

In general, for the "auto" method, properties such as “dns” and “routes” specify information that is added on to the information returned from automatic diff --git a/docs/libnm/html/NMSettingOvsBridge.html b/docs/libnm/html/NMSettingOvsBridge.html index 21bd4940..848fa67e 100644 --- a/docs/libnm/html/NMSettingOvsBridge.html +++ b/docs/libnm/html/NMSettingOvsBridge.html @@ -78,6 +78,13 @@ nm_setting_ovs_bridge_get_stp_enable () + +const char * + + +nm_setting_ovs_bridge_get_datapath_type () + +

@@ -109,6 +116,10 @@ #define NM_SETTING_OVS_BRIDGE_STP_ENABLE + +#define +NM_SETTING_OVS_BRIDGE_DATAPATH_TYPE + @@ -236,6 +247,33 @@ nm_setting_ovs_bridge_get_stp_enable (Since: 1.10

+
+
+

nm_setting_ovs_bridge_get_datapath_type ()

+
const char *
+nm_setting_ovs_bridge_get_datapath_type
+                               (NMSettingOvsBridge *self);
+
+

Parameters

+
+++++ + + + + + +

self

the NMSettingOvsBridge

 
+
+
+

Returns

+

the “datapath_type” property of the setting

+
+

Since: 1.20

+

Types and Values

@@ -268,6 +306,12 @@ nm_setting_ovs_bridge_get_stp_enable (#define NM_SETTING_OVS_BRIDGE_STP_ENABLE "stp-enable"
+
+
+

NM_SETTING_OVS_BRIDGE_DATAPATH_TYPE

+
#define NM_SETTING_OVS_BRIDGE_DATAPATH_TYPE         "datapath-type"
+
+

diff --git a/docs/libnm/html/libnm-nm-version.html b/docs/libnm/html/libnm-nm-version.html index 104af6f2..99655f9c 100644 --- a/docs/libnm/html/libnm-nm-version.html +++ b/docs/libnm/html/libnm-nm-version.html @@ -105,6 +105,12 @@ NM_DEPRECATED_IN_1_18_FOR() + +#define + +NM_DEPRECATED_IN_1_20_FOR() + + @@ -212,6 +218,14 @@ #define NM_AVAILABLE_IN_1_18 + +#define +NM_DEPRECATED_IN_1_20 + + +#define +NM_AVAILABLE_IN_1_20 + @@ -284,6 +298,12 @@
# define NM_DEPRECATED_IN_1_18_FOR(f)    G_DEPRECATED_FOR(f)
 
+
+
+

NM_DEPRECATED_IN_1_20_FOR()

+
# define NM_DEPRECATED_IN_1_20_FOR(f)    G_DEPRECATED_FOR(f)
+
+

Types and Values

@@ -428,6 +448,18 @@
# define NM_AVAILABLE_IN_1_18            G_UNAVAILABLE(1,18)
 
+
+
+

NM_DEPRECATED_IN_1_20

+
# define NM_DEPRECATED_IN_1_20           G_DEPRECATED
+
+
+
+
+

NM_AVAILABLE_IN_1_20

+
# define NM_AVAILABLE_IN_1_20            G_UNAVAILABLE(1,20)
+
+