From 8f7a3cbbdd0c0a48277c341dd3a8ec8743ae9735 Mon Sep 17 00:00:00 2001
From: Michael Biebl Returns the timestamp (in CLOCK_BOOTTIME seconds) for the last time the
access point was found in scan results. A value of -1 means the access
@@ -584,7 +584,7 @@ with this function. connections an array of NMConnections to
+ an array of NMConnections to
filter.
-gint
+int
nm_access_point_get_last_seen ()
@@ -527,7 +527,7 @@ nm_access_point_get_strength (
nm_access_point_get_last_seen ()
-gint
+
int
nm_access_point_get_last_seen (
NMAccessPoint *ap);
@@ -594,7 +594,7 @@ filter.
-[element-type NMConnection]
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 container][element-type NMConnection]
diff --git a/docs/libnm/html/NMActiveConnection.html b/docs/libnm/html/NMActiveConnection.html index 60ebfe60..2e72efd9 100644 --- a/docs/libnm/html/NMActiveConnection.html +++ b/docs/libnm/html/NMActiveConnection.html @@ -6,7 +6,7 @@ - + @@ -23,7 +23,7 @@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.
void
nm_connection_dump (NMConnection *connection);
-Print the connection to stdout. For debugging purposes ONLY, should NOT -be used for serialization of the connection or machine-parsed in any way. The -output format is not guaranteed to be stable and may change at any time.
+Print the connection (including secrets!) to stdout. For debugging +purposes ONLY, should NOT be used for serialization of the setting, +or machine-parsed in any way. The output format is not guaranteed to +be stable and may change at any time.
connections
an array of NMConnections to filter.
an array of NMConnections to filter.
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 container][element-type NMConnection]
diff --git a/docs/libnm/html/NMDeviceAdsl.html b/docs/libnm/html/NMDeviceAdsl.html index d7a1417a..208397d2 100644 --- a/docs/libnm/html/NMDeviceAdsl.html +++ b/docs/libnm/html/NMDeviceAdsl.html @@ -6,7 +6,7 @@ - + @@ -22,7 +22,7 @@
[element-type NMDevice]
Since: 1.12.2
+Since: 1.14
[element-type NMDevice]
Since: 1.12.2
+Since: 1.14
gint +int nm_device_wimax_get_rssi (NMDeviceWimax *self);@@ -460,7 +460,7 @@ device is not connected.
nm_device_wimax_get_rssihas been deprecated since version 1.2 and should not be used in newly-written code.
nm_device_wimax_get_cinr ()
-gint +int nm_device_wimax_get_cinr (NMDeviceWimax *self);@@ -492,7 +492,7 @@ meaning when the device is not connected.
nm_device_wimax_get_cinrhas been deprecated since version 1.2 and should not be used in newly-written code.
nm_device_wimax_get_tx_power ()
-gint +int nm_device_wimax_get_tx_power (NMDeviceWimax *self);diff --git a/docs/libnm/html/NMDeviceWireGuard.html b/docs/libnm/html/NMDeviceWireGuard.html new file mode 100644 index 00000000..af404a8e --- /dev/null +++ b/docs/libnm/html/NMDeviceWireGuard.html @@ -0,0 +1,205 @@ + + + + +
nm_device_wimax_get_tx_powerhas been deprecated since version 1.2 and should not be used in newly-written code.NMDeviceWireGuard: libnm Reference Manual + + + + + + + + + ++
+ +Top + ++ + + + + + ++ + + \ No newline at end of file diff --git a/docs/libnm/html/NMSetting.html b/docs/libnm/html/NMSetting.html index 730f4591..2cf96bc7 100644 --- a/docs/libnm/html/NMSetting.html +++ b/docs/libnm/html/NMSetting.html @@ -227,23 +227,26 @@ ╰── NMSettingSecretFlags GObject ╰── NMSetting + ├── NMSetting6Lowpan ├── NMSetting8021x ├── NMSettingAdsl ├── NMSettingBluetooth ├── NMSettingBond - ├── NMSettingBridgePort ├── NMSettingBridge + ├── NMSettingBridgePort ├── NMSettingCdma ├── NMSettingConnection ├── NMSettingDcb ├── NMSettingDummy + ├── NMSettingEthtool ├── NMSettingGeneric ├── NMSettingGsm ├── NMSettingInfiniband - ├── NMSettingIPTunnel ├── NMSettingIPConfig + ├── NMSettingIPTunnel ├── NMSettingMacsec ├── NMSettingMacvlan + ├── NMSettingMatch ├── NMSettingOlpcMesh ├── NMSettingOvsBridge ├── NMSettingOvsInterface @@ -253,9 +256,10 @@ ├── NMSettingPppoe ├── NMSettingProxy ├── NMSettingSerial + ├── NMSettingSriov ├── NMSettingTCConfig - ├── NMSettingTeamPort ├── NMSettingTeam + ├── NMSettingTeamPort ├── NMSettingTun ├── NMSettingUser ├── NMSettingVlan @@ -263,8 +267,9 @@ ├── NMSettingVxlan ├── NMSettingWimax ├── NMSettingWired + ├── NMSettingWireless ├── NMSettingWirelessSecurity - ╰── NMSettingWireless + ╰── NMSettingWpan++Functions
+++
+ + ++ + + ++GBytes * + ++nm_device_wireguard_get_public_key () + ++ ++guint16 + ++nm_device_wireguard_get_listen_port () + ++ + ++guint32 + ++nm_device_wireguard_get_fwmark () + +++ +Types and Values
+++
+ + ++ + + +#define +NM_DEVICE_WIREGUARD_PUBLIC_KEY ++ +#define +NM_DEVICE_WIREGUARD_LISTEN_PORT ++ + +#define +NM_DEVICE_WIREGUARD_FWMARK +++ +Functions
+++nm_device_wireguard_get_public_key ()
+GBytes * +nm_device_wireguard_get_public_key (+NMDeviceWireGuard *device);Gets the public key for this interface
+ + +Since: 1.14
+
+++nm_device_wireguard_get_listen_port ()
+guint16 +nm_device_wireguard_get_listen_port (+NMDeviceWireGuard *device);Gets the local UDP port this interface listens on
+ + +Since: 1.14
+
+++nm_device_wireguard_get_fwmark ()
+guint32 +nm_device_wireguard_get_fwmark (+NMDeviceWireGuard *device);Gets the fwmark (firewall mark) for this interface. +It can be used to set routing policy for outgoing encrypted packets. +See: ip-rule(8)
+ + +Since: 1.14
+@@ -695,9 +700,10 @@ at each invocation
char *
nm_setting_to_string (NMSetting *setting);
-Convert the setting into a string. For debugging purposes ONLY, should NOT -be used for serialization of the setting, or machine-parsed in any way. The -output format is not guaranteed to be stable and may change at any time.
+Convert the setting (including secrets!) into a string. For debugging +purposes ONLY, should NOT be used for serialization of the setting, +or machine-parsed in any way. The output format is not guaranteed to +be stable and may change at any time.
| +Top + | +
+NMSetting6Lowpan+NMSetting6Lowpan — Describes connection properties for 6LoWPAN interfaces + |
++ |
| +NMSetting * + | ++nm_setting_6lowpan_new () + | +
| const char * + | ++nm_setting_6lowpan_get_parent () + | +
| #define | +NM_SETTING_6LOWPAN_SETTING_NAME | +
| #define | +NM_SETTING_6LOWPAN_PARENT | +
The NMSetting6Lowpan object is a NMSetting subclass that describes properties +necessary for connection to 6LoWPAN interfaces.
+NMSetting *
+nm_setting_6lowpan_new (void);
+Creates a new NMSetting6Lowpan object with default values.
+ +Since: 1.14
+const char *
+nm_setting_6lowpan_get_parent (NMSetting6Lowpan *setting);
+
+
+Since: 1.14
+gint +int nm_setting_802_1x_get_auth_timeout (NMSetting8021x *setting);Returns the value contained in the “auth-timeout” property.
GEnum
├── NMSettingConnectionAutoconnectSlaves
├── NMSettingConnectionLldp
+ ├── NMSettingConnectionLlmnr
╰── NMSettingConnectionMdns
GObject
╰── NMSetting
@@ -735,7 +774,7 @@ nm_setting_connection_get_autoconnect (
nm_setting_connection_get_autoconnect_priority ()
-gint
+int
nm_setting_connection_get_autoconnect_priority
(NMSettingConnection *setting);
Returns the “autoconnect-priority” property of the connection.
@@ -763,7 +802,7 @@ The higher number, the higher priority.
nm_setting_connection_get_autoconnect_retries ()
-gint
+int
nm_setting_connection_get_autoconnect_retries
(NMSettingConnection *setting);
Returns the “autoconnect-retries” property of the connection.
@@ -791,6 +830,33 @@ Zero means infinite, -1 means the global default value.
+nm_setting_connection_get_multi_connect ()
+NMConnectionMultiConnect
+nm_setting_connection_get_multi_connect
+ (NMSettingConnection *setting);
+
+
+Since: 1.14
+
+
+
nm_setting_connection_get_timestamp ()
guint64
nm_setting_connection_get_timestamp (NMSettingConnection *setting);
@@ -1489,7 +1555,7 @@ enabled for the connection.
nm_setting_connection_get_auth_retries ()
-gint
+int
nm_setting_connection_get_auth_retries
(NMSettingConnection *setting);
Returns the value contained in the “auth-retries” property.
@@ -1541,6 +1607,32 @@ nm_setting_connection_get_mdns (
Since: 1.12
+
+
+nm_setting_connection_get_llmnr ()
+NMSettingConnectionLlmnr
+nm_setting_connection_get_llmnr (NMSettingConnection *setting);
+
+
+Since: 1.14
+
Types and Values
@@ -1617,6 +1709,12 @@ nm_setting_connection_get_mdns (
+NM_SETTING_CONNECTION_MULTI_CONNECT
+#define NM_SETTING_CONNECTION_MULTI_CONNECT "multi-connect"
+
+
+
+
NM_SETTING_CONNECTION_TIMESTAMP
#define NM_SETTING_CONNECTION_TIMESTAMP "timestamp"
@@ -1695,6 +1793,12 @@ nm_setting_connection_get_mdns (
+
+
enum NMSettingConnectionAutoconnectSlaves
NMSettingConnectionAutoconnectSlaves values indicate whether slave connections
should be activated when master is activated.
@@ -1820,6 +1924,52 @@ should be activated when master is activated.
+enum NMSettingConnectionLlmnr
+NMSettingConnectionLlmnr values indicate whether LLMNR should be enabled.
+
+Since: 1.14
+
+
+
NMSettingConnection
typedef struct _NMSettingConnection NMSettingConnection;
General Connection Profile Settings
@@ -1940,6 +2090,23 @@ connection may be applied to the wrong interface.
+The “llmnr” property
+ “llmnr” gint
+Whether Link-Local Multicast Name Resolution (LLMNR) is enabled
+for the connection. LLMNR is a protocol based on the Domain Name
+System (DNS) packet format that allows both IPv4 and IPv6 hosts
+to perform name resolution for hosts on the same local link.
+The permitted values are: yes: register hostname and resolving
+for the connection, no: disable LLMNR for the interface, resolve:
+do not register hostname but allow resolving of LLMNR host names.
+This feature requires a plugin which supports LLMNR. One such
+plugin is dns-systemd-resolved.
+Flags: Read / Write
+Default value: -1
+Since: 1.14
+
+
+
The “master” property
“master” gchar *
Interface name of the master device or UUID of the master connection.
@@ -1953,9 +2120,7 @@ connection may be applied to the wrong interface.
Whether mDNS is enabled for the connection.
The permitted values are: yes: register hostname and resolving
for the connection, no: disable mDNS for the interface, resolve:
-do not register hostname but allow resolving of mDNS host names.
-When updating this property on a currently activated connection,
-the change takes effect immediately.
+do not register hostname but allow resolving of mDNS host names.
This feature requires a plugin which supports mDNS. One such
plugin is dns-systemd-resolved.
Flags: Read / Write
@@ -1975,6 +2140,16 @@ the change takes effect immediately.
+The “multi-connect” property
+ “multi-connect” gint
+Specifies whether the profile can be active multiple times at a particular
+moment. The value is of type NMConnectionMultiConnect.
+Flags: Read / Write
+Default value: 0
+Since: 1.14
+
+
+
The “permissions” property
“permissions” GStrv
An array of strings defining what access a given user has to this
@@ -2096,7 +2271,7 @@ 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
diff --git a/docs/libnm/html/NMSettingDcb.html b/docs/libnm/html/NMSettingDcb.html
index cae906ab..cc3dc036 100644
--- a/docs/libnm/html/NMSettingDcb.html
+++ b/docs/libnm/html/NMSettingDcb.html
@@ -59,7 +59,7 @@
-gint
+int
nm_setting_dcb_get_app_fcoe_priority ()
@@ -82,7 +82,7 @@
-gint
+int
nm_setting_dcb_get_app_iscsi_priority ()
@@ -98,7 +98,7 @@
-gint
+int
nm_setting_dcb_get_app_fip_priority ()
@@ -462,7 +462,7 @@ nm_setting_dcb_get_app_fcoe_flags (
nm_setting_dcb_get_app_fcoe_priority ()
-gint
+int
nm_setting_dcb_get_app_fcoe_priority (NMSettingDcb *setting);
Parameters
@@ -537,7 +537,7 @@ nm_setting_dcb_get_app_iscsi_flags (
nm_setting_dcb_get_app_iscsi_priority ()
-gint
+int
nm_setting_dcb_get_app_iscsi_priority (NMSettingDcb *setting);
Parameters
@@ -587,7 +587,7 @@ nm_setting_dcb_get_app_fip_flags (
nm_setting_dcb_get_app_fip_priority ()
-gint
+int
nm_setting_dcb_get_app_fip_priority (NMSettingDcb *setting);
diff --git a/docs/libnm/html/NMSettingEthtool.html b/docs/libnm/html/NMSettingEthtool.html
new file mode 100644
index 00000000..ff66cf11
--- /dev/null
+++ b/docs/libnm/html/NMSettingEthtool.html
@@ -0,0 +1,776 @@
+
+
+
+
+NMSettingEthtool: libnm Reference Manual
+
+
+
+
+
+
+
+
+
+
+
+Top
+
+
+
+
+
+
+
+
+
+
+NMSettingEthtool
+NMSettingEthtool — Describes connection properties for ethtool related options
+
+
+
+
+Functions
+
+
+
+
+
+
+
+
+gboolean
+
+
+nm_ethtool_optname_is_feature ()
+
+
+
+
+NMSetting *
+
+
+nm_setting_ethtool_new ()
+
+
+
+
+NMTernary
+
+
+nm_setting_ethtool_get_feature ()
+
+
+
+
+void
+
+
+nm_setting_ethtool_set_feature ()
+
+
+
+
+void
+
+
+nm_setting_ethtool_clear_features ()
+
+
+
+
+
+
+Types and Values
+
+
+
+Description
+The NMSettingEthtool object is a NMSetting subclass that describes properties
+to control network driver and hardware settings.
+
+
+Functions
+
+nm_ethtool_optname_is_feature ()
+gboolean
+nm_ethtool_optname_is_feature (const char *optname);
+Checks whether optname
+ is a valid option name for an offload feature.
+Returns: TRUE, if optname
+ is valid
+
+Since: 1.14
+
+
+
+nm_setting_ethtool_new ()
+NMSetting *
+nm_setting_ethtool_new (void);
+Creates a new NMSettingEthtool object with default values.
+
+Since: 1.14
+
+
+
+nm_setting_ethtool_get_feature ()
+NMTernary
+nm_setting_ethtool_get_feature (NMSettingEthtool *setting,
+ const char *optname);
+Gets and offload feature setting. Returns NM_TERNARY_DEFAULT if the
+feature is not set.
+
+Parameters
+
+
+
+
+
+
+
+
+setting
+the NMSettingEthtool
+
+
+
+optname
+option name of the offload feature to get
+
+
+
+
+
+
+Returns
+ a NMTernary value indicating whether the offload feature
+is enabled, disabled, or left untouched.
+
+Since: 1.14
+
+
+
+nm_setting_ethtool_set_feature ()
+void
+nm_setting_ethtool_set_feature (NMSettingEthtool *setting,
+ const char *optname,
+ NMTernary value);
+Sets and offload feature setting.
+
+Parameters
+
+
+
+
+
+
+
+
+setting
+the NMSettingEthtool
+
+
+
+optname
+option name of the offload feature to get
+
+
+
+value
+the new value to set. The special value NM_TERNARY_DEFAULT
+means to clear the offload feature setting.
+
+
+
+
+
+Since: 1.14
+
+
+
+nm_setting_ethtool_clear_features ()
+void
+nm_setting_ethtool_clear_features (NMSettingEthtool *setting);
+Clears all offload features settings
+
+Since: 1.14
+
+
+
+Types and Values
+
+NM_ETHTOOL_OPTNAME_FEATURE_ESP_HW_OFFLOAD
+#define NM_ETHTOOL_OPTNAME_FEATURE_ESP_HW_OFFLOAD "feature-esp-hw-offload"
+
+
+
+
+NM_ETHTOOL_OPTNAME_FEATURE_ESP_TX_CSUM_HW_OFFLOAD
+#define NM_ETHTOOL_OPTNAME_FEATURE_ESP_TX_CSUM_HW_OFFLOAD "feature-esp-tx-csum-hw-offload"
+
+
+
+
+NM_ETHTOOL_OPTNAME_FEATURE_FCOE_MTU
+#define NM_ETHTOOL_OPTNAME_FEATURE_FCOE_MTU "feature-fcoe-mtu"
+
+
+
+
+
+
+
+
+NM_ETHTOOL_OPTNAME_FEATURE_HIGHDMA
+#define NM_ETHTOOL_OPTNAME_FEATURE_HIGHDMA "feature-highdma"
+
+
+
+
+NM_ETHTOOL_OPTNAME_FEATURE_HW_TC_OFFLOAD
+#define NM_ETHTOOL_OPTNAME_FEATURE_HW_TC_OFFLOAD "feature-hw-tc-offload"
+
+
+
+
+NM_ETHTOOL_OPTNAME_FEATURE_L2_FWD_OFFLOAD
+#define NM_ETHTOOL_OPTNAME_FEATURE_L2_FWD_OFFLOAD "feature-l2-fwd-offload"
+
+
+
+
+NM_ETHTOOL_OPTNAME_FEATURE_LOOPBACK
+#define NM_ETHTOOL_OPTNAME_FEATURE_LOOPBACK "feature-loopback"
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+NM_ETHTOOL_OPTNAME_FEATURE_RX_GRO_HW
+#define NM_ETHTOOL_OPTNAME_FEATURE_RX_GRO_HW "feature-rx-gro-hw"
+
+
+
+
+NM_ETHTOOL_OPTNAME_FEATURE_RX_UDP_TUNNEL_PORT_OFFLOAD
+#define NM_ETHTOOL_OPTNAME_FEATURE_RX_UDP_TUNNEL_PORT_OFFLOAD "feature-rx-udp_tunnel-port-offload"
+
+
+
+
+NM_ETHTOOL_OPTNAME_FEATURE_RX_VLAN_FILTER
+#define NM_ETHTOOL_OPTNAME_FEATURE_RX_VLAN_FILTER "feature-rx-vlan-filter"
+
+
+
+
+NM_ETHTOOL_OPTNAME_FEATURE_RX_VLAN_STAG_FILTER
+#define NM_ETHTOOL_OPTNAME_FEATURE_RX_VLAN_STAG_FILTER "feature-rx-vlan-stag-filter"
+
+
+
+
+NM_ETHTOOL_OPTNAME_FEATURE_RX_VLAN_STAG_HW_PARSE
+#define NM_ETHTOOL_OPTNAME_FEATURE_RX_VLAN_STAG_HW_PARSE "feature-rx-vlan-stag-hw-parse"
+
+
+
+
+
+
+NM_ETHTOOL_OPTNAME_FEATURE_TLS_HW_RECORD
+#define NM_ETHTOOL_OPTNAME_FEATURE_TLS_HW_RECORD "feature-tls-hw-record"
+
+
+
+
+NM_ETHTOOL_OPTNAME_FEATURE_TLS_HW_TX_OFFLOAD
+#define NM_ETHTOOL_OPTNAME_FEATURE_TLS_HW_TX_OFFLOAD "feature-tls-hw-tx-offload"
+
+
+
+
+
+
+
+
+
+
+NM_ETHTOOL_OPTNAME_FEATURE_TX_CHECKSUM_FCOE_CRC
+#define NM_ETHTOOL_OPTNAME_FEATURE_TX_CHECKSUM_FCOE_CRC "feature-tx-checksum-fcoe-crc"
+
+
+
+
+NM_ETHTOOL_OPTNAME_FEATURE_TX_CHECKSUM_IPV4
+#define NM_ETHTOOL_OPTNAME_FEATURE_TX_CHECKSUM_IPV4 "feature-tx-checksum-ipv4"
+
+
+
+
+NM_ETHTOOL_OPTNAME_FEATURE_TX_CHECKSUM_IPV6
+#define NM_ETHTOOL_OPTNAME_FEATURE_TX_CHECKSUM_IPV6 "feature-tx-checksum-ipv6"
+
+
+
+
+NM_ETHTOOL_OPTNAME_FEATURE_TX_CHECKSUM_IP_GENERIC
+#define NM_ETHTOOL_OPTNAME_FEATURE_TX_CHECKSUM_IP_GENERIC "feature-tx-checksum-ip-generic"
+
+
+
+
+NM_ETHTOOL_OPTNAME_FEATURE_TX_CHECKSUM_SCTP
+#define NM_ETHTOOL_OPTNAME_FEATURE_TX_CHECKSUM_SCTP "feature-tx-checksum-sctp"
+
+
+
+
+NM_ETHTOOL_OPTNAME_FEATURE_TX_ESP_SEGMENTATION
+#define NM_ETHTOOL_OPTNAME_FEATURE_TX_ESP_SEGMENTATION "feature-tx-esp-segmentation"
+
+
+
+
+NM_ETHTOOL_OPTNAME_FEATURE_TX_FCOE_SEGMENTATION
+#define NM_ETHTOOL_OPTNAME_FEATURE_TX_FCOE_SEGMENTATION "feature-tx-fcoe-segmentation"
+
+
+
+
+NM_ETHTOOL_OPTNAME_FEATURE_TX_GRE_CSUM_SEGMENTATION
+#define NM_ETHTOOL_OPTNAME_FEATURE_TX_GRE_CSUM_SEGMENTATION "feature-tx-gre-csum-segmentation"
+
+
+
+
+NM_ETHTOOL_OPTNAME_FEATURE_TX_GRE_SEGMENTATION
+#define NM_ETHTOOL_OPTNAME_FEATURE_TX_GRE_SEGMENTATION "feature-tx-gre-segmentation"
+
+
+
+
+NM_ETHTOOL_OPTNAME_FEATURE_TX_GSO_PARTIAL
+#define NM_ETHTOOL_OPTNAME_FEATURE_TX_GSO_PARTIAL "feature-tx-gso-partial"
+
+
+
+
+NM_ETHTOOL_OPTNAME_FEATURE_TX_GSO_ROBUST
+#define NM_ETHTOOL_OPTNAME_FEATURE_TX_GSO_ROBUST "feature-tx-gso-robust"
+
+
+
+
+NM_ETHTOOL_OPTNAME_FEATURE_TX_IPXIP4_SEGMENTATION
+#define NM_ETHTOOL_OPTNAME_FEATURE_TX_IPXIP4_SEGMENTATION "feature-tx-ipxip4-segmentation"
+
+
+
+
+NM_ETHTOOL_OPTNAME_FEATURE_TX_IPXIP6_SEGMENTATION
+#define NM_ETHTOOL_OPTNAME_FEATURE_TX_IPXIP6_SEGMENTATION "feature-tx-ipxip6-segmentation"
+
+
+
+
+NM_ETHTOOL_OPTNAME_FEATURE_TX_NOCACHE_COPY
+#define NM_ETHTOOL_OPTNAME_FEATURE_TX_NOCACHE_COPY "feature-tx-nocache-copy"
+
+
+
+
+NM_ETHTOOL_OPTNAME_FEATURE_TX_SCATTER_GATHER
+#define NM_ETHTOOL_OPTNAME_FEATURE_TX_SCATTER_GATHER "feature-tx-scatter-gather"
+
+
+
+
+NM_ETHTOOL_OPTNAME_FEATURE_TX_SCATTER_GATHER_FRAGLIST
+#define NM_ETHTOOL_OPTNAME_FEATURE_TX_SCATTER_GATHER_FRAGLIST "feature-tx-scatter-gather-fraglist"
+
+
+
+
+NM_ETHTOOL_OPTNAME_FEATURE_TX_SCTP_SEGMENTATION
+#define NM_ETHTOOL_OPTNAME_FEATURE_TX_SCTP_SEGMENTATION "feature-tx-sctp-segmentation"
+
+
+
+
+NM_ETHTOOL_OPTNAME_FEATURE_TX_TCP6_SEGMENTATION
+#define NM_ETHTOOL_OPTNAME_FEATURE_TX_TCP6_SEGMENTATION "feature-tx-tcp6-segmentation"
+
+
+
+
+NM_ETHTOOL_OPTNAME_FEATURE_TX_TCP_ECN_SEGMENTATION
+#define NM_ETHTOOL_OPTNAME_FEATURE_TX_TCP_ECN_SEGMENTATION "feature-tx-tcp-ecn-segmentation"
+
+
+
+
+NM_ETHTOOL_OPTNAME_FEATURE_TX_TCP_MANGLEID_SEGMENTATION
+#define NM_ETHTOOL_OPTNAME_FEATURE_TX_TCP_MANGLEID_SEGMENTATION "feature-tx-tcp-mangleid-segmentation"
+
+
+
+
+NM_ETHTOOL_OPTNAME_FEATURE_TX_TCP_SEGMENTATION
+#define NM_ETHTOOL_OPTNAME_FEATURE_TX_TCP_SEGMENTATION "feature-tx-tcp-segmentation"
+
+
+
+
+NM_ETHTOOL_OPTNAME_FEATURE_TX_UDP_SEGMENTATION
+#define NM_ETHTOOL_OPTNAME_FEATURE_TX_UDP_SEGMENTATION "feature-tx-udp-segmentation"
+
+
+
+
+NM_ETHTOOL_OPTNAME_FEATURE_TX_UDP_TNL_CSUM_SEGMENTATION
+#define NM_ETHTOOL_OPTNAME_FEATURE_TX_UDP_TNL_CSUM_SEGMENTATION "feature-tx-udp_tnl-csum-segmentation"
+
+
+
+
+NM_ETHTOOL_OPTNAME_FEATURE_TX_UDP_TNL_SEGMENTATION
+#define NM_ETHTOOL_OPTNAME_FEATURE_TX_UDP_TNL_SEGMENTATION "feature-tx-udp_tnl-segmentation"
+
+
+
+
+NM_ETHTOOL_OPTNAME_FEATURE_TX_VLAN_STAG_HW_INSERT
+#define NM_ETHTOOL_OPTNAME_FEATURE_TX_VLAN_STAG_HW_INSERT "feature-tx-vlan-stag-hw-insert"
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/docs/libnm/html/NMSettingGeneric.html b/docs/libnm/html/NMSettingGeneric.html
index 9a19e6f6..6d198732 100644
--- a/docs/libnm/html/NMSettingGeneric.html
+++ b/docs/libnm/html/NMSettingGeneric.html
@@ -6,7 +6,7 @@
-
+
@@ -20,7 +20,7 @@


-
+

@@ -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/NMSettingIP4Config.html b/docs/libnm/html/NMSettingIP4Config.html
index bde2d93c..d1cd98b8 100644
--- a/docs/libnm/html/NMSettingIP4Config.html
+++ b/docs/libnm/html/NMSettingIP4Config.html
@@ -321,7 +321,7 @@ If the property is not a hex string it is considered as a
non-hardware-address client ID and the 'type' field is set to 0.
The special values "mac" and "perm-mac" are supported, which use the
current or permanent MAC address of the device to generate a client identifier
-with type ethernet type (01). Currently, these options only work for ethernet
+with type ethernet (01). Currently, these options only work for ethernet
type of links.
The special value "stable" is supported to generate a type 0 client identifier based
on the stable-id (see connection.stable-id) and a per-host key.
diff --git a/docs/libnm/html/NMSettingIPConfig.html b/docs/libnm/html/NMSettingIPConfig.html
index 7ff21cbd..0abfa142 100644
--- a/docs/libnm/html/NMSettingIPConfig.html
+++ b/docs/libnm/html/NMSettingIPConfig.html
@@ -492,7 +492,7 @@
-gint
+int
nm_setting_ip_config_next_valid_dns_option ()
@@ -532,7 +532,7 @@
-gint
+int
nm_setting_ip_config_get_dns_priority ()
@@ -706,7 +706,7 @@
-gint
+int
nm_setting_ip_config_get_dad_timeout ()
@@ -714,7 +714,7 @@
-gint
+int
nm_setting_ip_config_get_dhcp_timeout ()
@@ -2825,7 +2825,6 @@ nm_setting_ip_config_remove_dns_search_by_value
@@ -2946,7 +2945,7 @@ nm_setting_ip_config_get_dns_option (
nm_setting_ip_config_next_valid_dns_option ()
-gint
+int
nm_setting_ip_config_next_valid_dns_option
(NMSettingIPConfig *setting,
guint idx);
@@ -3121,7 +3120,7 @@ Specify how to clear the options.
nm_setting_ip_config_get_dns_priority ()
-gint
+int
nm_setting_ip_config_get_dns_priority (NMSettingIPConfig *setting);
Parameters
@@ -3780,7 +3779,7 @@ addressing to complete for the connection to succeed.
nm_setting_ip_config_get_dad_timeout ()
-gint
+int
nm_setting_ip_config_get_dad_timeout (NMSettingIPConfig *setting);
Parameters
@@ -3806,7 +3805,7 @@ nm_setting_ip_config_get_dad_timeout (
nm_setting_ip_config_get_dhcp_timeout ()
-gint
+int
nm_setting_ip_config_get_dhcp_timeout (NMSettingIPConfig *setting);
Returns the value contained in the “dhcp-timeout”
property.
@@ -4318,7 +4317,9 @@ configuration. The
For IPv4 method "shared", the IP subnet can be configured by adding one
-manual IPv4 address or otherwise 10.42.x.0/24 is chosen.
+manual IPv4 address or otherwise 10.42.x.0/24 is chosen. Note that the
+shared method must be configured on the interface which shares the internet
+to a subnet, not on the uplink which is shared.
Flags: Read / Write
Default value: NULL
diff --git a/docs/libnm/html/NMSettingMacvlan.html b/docs/libnm/html/NMSettingMacvlan.html
index d0eb2679..51965049 100644
--- a/docs/libnm/html/NMSettingMacvlan.html
+++ b/docs/libnm/html/NMSettingMacvlan.html
@@ -7,7 +7,7 @@
-
+
@@ -22,7 +22,7 @@



-
+
diff --git a/docs/libnm/html/NMSettingMatch.html b/docs/libnm/html/NMSettingMatch.html
new file mode 100644
index 00000000..5e49c23f
--- /dev/null
+++ b/docs/libnm/html/NMSettingMatch.html
@@ -0,0 +1,383 @@
+
+
+
+
+NMSettingMatch: libnm Reference Manual
+
+
+
+
+
+
+
+
+
+
+
+Top
+
+
+
+
+
+
+
+
+
+
+Functions
+
+
+
+
+
+
+
+
+NMSetting *
+
+
+nm_setting_match_new ()
+
+
+
+
+guint
+
+
+nm_setting_match_get_num_interface_names ()
+
+
+
+const char *
+
+
+nm_setting_match_get_interface_name ()
+
+
+
+
+void
+
+
+nm_setting_match_remove_interface_name ()
+
+
+
+
+gboolean
+
+
+nm_setting_match_remove_interface_name_by_value ()
+
+
+
+
+void
+
+
+nm_setting_match_add_interface_name ()
+
+
+
+
+void
+
+
+nm_setting_match_clear_interface_names ()
+
+
+
+const char *const *
+
+
+nm_setting_match_get_interface_names ()
+
+
+
+
+
+
+Types and Values
+
+
+
+
+
+
+
+#define
+NM_SETTING_MATCH_SETTING_NAME
+
+
+#define
+NM_SETTING_MATCH_INTERFACE_NAME
+
+
+
+
+
+
+
+Functions
+
+nm_setting_match_new ()
+NMSetting *
+nm_setting_match_new (void);
+Creates a new NMSettingMatch object with default values.
+
+Since: 1.14
+
+
+
+nm_setting_match_get_num_interface_names ()
+guint
+nm_setting_match_get_num_interface_names
+ (NMSettingMatch *setting);
+
+
+Since: 1.14
+
+
+
+nm_setting_match_get_interface_name ()
+const char *
+nm_setting_match_get_interface_name (NMSettingMatch *setting,
+ int idx);
+
+Parameters
+
+
+
+
+
+
+
+
+setting
+the NMSettingMatch
+
+
+
+idx
+index number of the DNS search domain to return
+
+
+
+
+
+
+Since: 1.14
+
+
+
+nm_setting_match_remove_interface_name ()
+void
+nm_setting_match_remove_interface_name
+ (NMSettingMatch *setting,
+ int idx);
+Removes the interface name at index idx
+.
+
+Parameters
+
+
+
+
+
+
+
+
+setting
+the NMSettingMatch
+
+
+
+idx
+index number of the interface name
+
+
+
+
+
+Since: 1.14
+
+
+
+nm_setting_match_remove_interface_name_by_value ()
+gboolean
+nm_setting_match_remove_interface_name_by_value
+ (NMSettingMatch *setting,
+ const char *interface_name);
+Removes interface_name
+.
+
+Parameters
+
+
+
+
+
+
+
+
+setting
+the NMSettingMatch
+
+
+
+interface_name
+the interface name to remove
+
+
+
+
+
+
+Since: 1.14
+
+
+
+nm_setting_match_add_interface_name ()
+void
+nm_setting_match_add_interface_name (NMSettingMatch *setting,
+ const char *interface_name);
+Adds a new interface name to the setting.
+
+Parameters
+
+
+
+
+
+
+
+
+setting
+the NMSettingMatch
+
+
+
+interface_name
+the interface name to add
+
+
+
+
+
+Since: 1.14
+
+
+
+nm_setting_match_clear_interface_names ()
+void
+nm_setting_match_clear_interface_names
+ (NMSettingMatch *setting);
+Removes all configured interface names.
+
+Since: 1.14
+
+
+
+nm_setting_match_get_interface_names ()
+const char *const *
+nm_setting_match_get_interface_names (NMSettingMatch *setting,
+ guint *length);
+Returns all the interface names.
+
+
+Since: 1.14
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/docs/libnm/html/NMSettingOlpcMesh.html b/docs/libnm/html/NMSettingOlpcMesh.html
index f8214240..e9446c06 100644
--- a/docs/libnm/html/NMSettingOlpcMesh.html
+++ b/docs/libnm/html/NMSettingOlpcMesh.html
@@ -6,7 +6,7 @@
-
+
@@ -21,7 +21,7 @@


-
+

diff --git a/docs/libnm/html/NMSettingSerial.html b/docs/libnm/html/NMSettingSerial.html
index 4727b7ab..47852bcf 100644
--- a/docs/libnm/html/NMSettingSerial.html
+++ b/docs/libnm/html/NMSettingSerial.html
@@ -7,7 +7,7 @@
-
+
@@ -22,7 +22,7 @@



-
+
diff --git a/docs/libnm/html/NMSettingSriov.html b/docs/libnm/html/NMSettingSriov.html
new file mode 100644
index 00000000..50eab731
--- /dev/null
+++ b/docs/libnm/html/NMSettingSriov.html
@@ -0,0 +1,1196 @@
+
+
+
+
+NMSettingSriov: libnm Reference Manual
+
+
+
+
+
+
+
+
+
+
+
+Top
+
+
+
+
+
+
+
+
+
+
+Functions
+
+
+
+Types and Values
+
+
+
+
+
+
+
+#define
+NM_SETTING_SRIOV_SETTING_NAME
+
+
+#define
+NM_SETTING_SRIOV_TOTAL_VFS
+
+
+#define
+NM_SETTING_SRIOV_VFS
+
+
+#define
+NM_SETTING_SRIOV_AUTOPROBE_DRIVERS
+
+
+#define
+NM_SRIOV_VF_ATTRIBUTE_MAC
+
+
+#define
+NM_SRIOV_VF_ATTRIBUTE_SPOOF_CHECK
+
+
+#define
+NM_SRIOV_VF_ATTRIBUTE_TRUST
+
+
+#define
+NM_SRIOV_VF_ATTRIBUTE_MIN_TX_RATE
+
+
+#define
+NM_SRIOV_VF_ATTRIBUTE_MAX_TX_RATE
+
+
+enum
+NMSriovVFVlanProtocol
+
+
+
+
+
+
+
+
+Functions
+
+nm_setting_sriov_new ()
+NMSetting *
+nm_setting_sriov_new (void);
+Creates a new NMSettingSriov object with default values.
+
+Since: 1.14
+
+
+
+nm_setting_sriov_get_total_vfs ()
+guint
+nm_setting_sriov_get_total_vfs (NMSettingSriov *setting);
+Returns the value contained in the “total-vfs”
+property.
+
+
+Since: 1.14
+
+
+
+nm_setting_sriov_get_num_vfs ()
+guint
+nm_setting_sriov_get_num_vfs (NMSettingSriov *setting);
+
+
+Since: 1.14
+
+
+
+nm_setting_sriov_get_vf ()
+NMSriovVF *
+nm_setting_sriov_get_vf (NMSettingSriov *setting,
+ guint idx);
+
+Parameters
+
+
+
+
+
+
+
+
+setting
+the NMSettingSriov
+
+
+
+idx
+index number of the VF to return
+
+
+
+
+
+
+Since: 1.14
+
+
+
+nm_setting_sriov_add_vf ()
+void
+nm_setting_sriov_add_vf (NMSettingSriov *setting,
+ NMSriovVF *vf);
+Appends a new VF and associated information to the setting. The
+given VF is duplicated internally and is not changed by this function.
+
+Since: 1.14
+
+
+
+nm_setting_sriov_remove_vf ()
+void
+nm_setting_sriov_remove_vf (NMSettingSriov *setting,
+ guint idx);
+Removes the VF at index idx
+.
+
+Parameters
+
+
+
+
+
+
+
+
+setting
+the NMSettingSriov
+
+
+
+idx
+index number of the VF
+
+
+
+
+
+Since: 1.14
+
+
+
+nm_setting_sriov_remove_vf_by_index ()
+gboolean
+nm_setting_sriov_remove_vf_by_index (NMSettingSriov *setting,
+ guint index);
+Removes the VF with VF index index
+.
+
+Parameters
+
+
+
+
+
+
+
+
+setting
+the NMSettingSriov
+
+
+
+index
+the VF index of the VF to remove
+
+
+
+
+
+
+Since: 1.14
+
+
+
+nm_setting_sriov_clear_vfs ()
+void
+nm_setting_sriov_clear_vfs (NMSettingSriov *setting);
+Removes all configured VFs.
+
+Since: 1.14
+
+
+
+nm_setting_sriov_get_autoprobe_drivers ()
+NMTernary
+nm_setting_sriov_get_autoprobe_drivers
+ (NMSettingSriov *setting);
+Returns the value contained in the “autoprobe-drivers”
+property.
+
+
+Since: 1.14
+
+
+
+nm_sriov_vf_add_vlan ()
+gboolean
+nm_sriov_vf_add_vlan (NMSriovVF *vf,
+ guint vlan_id);
+Adds a VLAN to the VF.
+
+
+Since: 1.14
+
+
+
+nm_sriov_vf_remove_vlan ()
+gboolean
+nm_sriov_vf_remove_vlan (NMSriovVF *vf,
+ guint vlan_id);
+Removes a VLAN from a VF.
+
+
+Since: 1.14
+
+
+
+nm_sriov_vf_get_vlan_ids ()
+const guint *
+nm_sriov_vf_get_vlan_ids (const NMSriovVF *vf,
+ guint *length);
+Returns the VLANs currently configured on the VF.
+
+Parameters
+
+
+
+
+
+
+
+
+vf
+the NMSriovVF
+
+
+
+length
+on return, the number of VLANs configured.
+[out][allow-none]
+
+
+
+
+
+Since: 1.14
+
+
+
+nm_sriov_vf_set_vlan_qos ()
+void
+nm_sriov_vf_set_vlan_qos (NMSriovVF *vf,
+ guint vlan_id,
+ guint32 qos);
+Sets a QoS value for the given VLAN.
+
+Parameters
+
+
+
+
+
+
+
+
+vf
+the NMSriovVF
+
+
+
+vlan_id
+the VLAN id
+
+
+
+qos
+a QoS (priority) value
+
+
+
+
+
+Since: 1.14
+
+
+
+nm_sriov_vf_set_vlan_protocol ()
+void
+nm_sriov_vf_set_vlan_protocol (NMSriovVF *vf,
+ guint vlan_id,
+ NMSriovVFVlanProtocol protocol);
+Sets the protocol for the given VLAN.
+
+Parameters
+
+
+
+
+
+
+
+
+vf
+the NMSriovVF
+
+
+
+vlan_id
+the VLAN id
+
+
+
+protocol
+the VLAN protocol
+
+
+
+
+
+Since: 1.14
+
+
+
+nm_sriov_vf_get_vlan_qos ()
+guint32
+nm_sriov_vf_get_vlan_qos (const NMSriovVF *vf,
+ guint vlan_id);
+Returns the QoS value for the given VLAN.
+
+
+Since: 1.14
+
+
+
+nm_sriov_vf_get_vlan_protocol ()
+NMSriovVFVlanProtocol
+nm_sriov_vf_get_vlan_protocol (const NMSriovVF *vf,
+ guint vlan_id);
+
+
+
+
+
+nm_sriov_vf_ref ()
+void
+nm_sriov_vf_ref (NMSriovVF *vf);
+Increases the reference count of the object.
+
+Since: 1.14
+
+
+
+nm_sriov_vf_unref ()
+void
+nm_sriov_vf_unref (NMSriovVF *vf);
+Decreases the reference count of the object. If the reference count
+reaches zero, the object will be destroyed.
+
+Since: 1.14
+
+
+
+nm_sriov_vf_equal ()
+gboolean
+nm_sriov_vf_equal (const NMSriovVF *vf,
+ const NMSriovVF *other);
+Determines if two NMSriovVF objects have the same index,
+attributes and VLANs.
+
+
+Since: 1.14
+
+
+
+nm_sriov_vf_dup ()
+NMSriovVF *
+nm_sriov_vf_dup (const NMSriovVF *vf);
+Creates a copy of vf
+.
+
+
+Since: 1.14
+
+
+
+nm_sriov_vf_get_index ()
+guint
+nm_sriov_vf_get_index (const NMSriovVF *vf);
+Gets the index property of this VF object.
+
+
+Since: 1.14
+
+
+
+nm_sriov_vf_set_attribute ()
+void
+nm_sriov_vf_set_attribute (NMSriovVF *vf,
+ const char *name,
+ GVariant *value);
+Sets the named attribute on vf
+ to the given value.
+
+Parameters
+
+
+
+
+
+
+
+
+vf
+the NMSriovVF
+
+
+
+name
+the name of a route attribute
+
+
+
+value
+the value.
+[transfer none][allow-none]
+
+
+
+
+Since: 1.14
+
+
+
+nm_sriov_vf_get_attribute_names ()
+const char **
+nm_sriov_vf_get_attribute_names (const NMSriovVF *vf);
+Gets an array of attribute names defined on vf
+.
+
+
+Since: 1.14
+
+
+
+nm_sriov_vf_get_attribute ()
+GVariant *
+nm_sriov_vf_get_attribute (const NMSriovVF *vf,
+ const char *name);
+Gets the value of the attribute with name name
+ on vf
+
+
+
+Returns
+the value of the attribute with name name
+on
+vf
+, or NULL if vf
+has no such attribute.
+[transfer none]
+
+Since: 1.14
+
+
+
+nm_sriov_vf_attribute_validate ()
+gboolean
+nm_sriov_vf_attribute_validate (const char *name,
+ GVariant *value,
+ gboolean *known,
+ GError **error);
+Validates a VF attribute, i.e. checks that the attribute is a known one,
+the value is of the correct type and well-formed.
+
+
+Since: 1.14
+
+
+
+Types and Values
+
+
+
+
+
+
+
+NM_SETTING_SRIOV_AUTOPROBE_DRIVERS
+#define NM_SETTING_SRIOV_AUTOPROBE_DRIVERS "autoprobe-drivers"
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+enum NMSriovVFVlanProtocol
+NMSriovVFVlanProtocol indicates the VLAN protocol to use.
+
+Since: 1.14
+
+
+
+
+
+
\ No newline at end of file
diff --git a/docs/libnm/html/NMSettingTCConfig.html b/docs/libnm/html/NMSettingTCConfig.html
index d408fd03..aaafb3cb 100644
--- a/docs/libnm/html/NMSettingTCConfig.html
+++ b/docs/libnm/html/NMSettingTCConfig.html
@@ -6,7 +6,7 @@
-
+
@@ -20,7 +20,7 @@


-
+

diff --git a/docs/libnm/html/NMSettingTeam.html b/docs/libnm/html/NMSettingTeam.html
index 39946f2d..7dd4cf8b 100644
--- a/docs/libnm/html/NMSettingTeam.html
+++ b/docs/libnm/html/NMSettingTeam.html
@@ -183,7 +183,7 @@
-gint
+int
nm_setting_team_get_notify_peers_count ()
@@ -191,7 +191,7 @@
-gint
+int
nm_setting_team_get_notify_peers_interval ()
@@ -199,7 +199,7 @@
-gint
+int
nm_setting_team_get_mcast_rejoin_count ()
@@ -207,7 +207,7 @@
-gint
+int
nm_setting_team_get_mcast_rejoin_interval ()
@@ -236,7 +236,7 @@
-gint
+int
nm_setting_team_get_runner_tx_balancer_interval ()
@@ -260,7 +260,7 @@
-gint
+int
nm_setting_team_get_runner_sys_prio ()
@@ -268,7 +268,7 @@
-gint
+int
nm_setting_team_get_runner_min_ports ()
@@ -673,8 +673,8 @@ necessary for team connections.
nm_team_link_watcher_new_ethtool ()
NMTeamLinkWatcher *
-nm_team_link_watcher_new_ethtool (gint delay_up,
- gint delay_down,
+nm_team_link_watcher_new_ethtool (int delay_up,
+ int delay_down,
GError **error);
Creates a new ethtool NMTeamLinkWatcher object
@@ -716,9 +716,9 @@ consistency with the link_watcher constructors of other type
nm_team_link_watcher_new_nsna_ping ()
NMTeamLinkWatcher *
-nm_team_link_watcher_new_nsna_ping (gint init_wait,
- gint interval,
- gint missed_max,
+nm_team_link_watcher_new_nsna_ping (int init_wait,
+ int interval,
+ int missed_max,
const char *target_host,
GError **error);
Creates a new nsna_ping NMTeamLinkWatcher object
@@ -771,9 +771,9 @@ target address in the NS packet
nm_team_link_watcher_new_arp_ping ()
NMTeamLinkWatcher *
-nm_team_link_watcher_new_arp_ping (gint init_wait,
- gint interval,
- gint missed_max,
+nm_team_link_watcher_new_arp_ping (int init_wait,
+ int interval,
+ int missed_max,
const char *target_host,
const char *source_host,
NMTeamLinkWatcherArpPingFlags flags,
@@ -1201,7 +1201,7 @@ nm_setting_team_get_config (
nm_setting_team_get_notify_peers_count ()
-gint
+int
nm_setting_team_get_notify_peers_count
(NMSettingTeam *setting);
@@ -1228,7 +1228,7 @@ nm_setting_team_get_notify_peers_count
nm_setting_team_get_notify_peers_interval ()
-gint
+int
nm_setting_team_get_notify_peers_interval
(NMSettingTeam *setting);
@@ -1255,7 +1255,7 @@ nm_setting_team_get_notify_peers_interval
nm_setting_team_get_mcast_rejoin_count ()
-gint
+int
nm_setting_team_get_mcast_rejoin_count
(NMSettingTeam *setting);
@@ -1282,7 +1282,7 @@ nm_setting_team_get_mcast_rejoin_count
nm_setting_team_get_mcast_rejoin_interval ()
-gint
+int
nm_setting_team_get_mcast_rejoin_interval
(NMSettingTeam *setting);
@@ -1389,7 +1389,7 @@ nm_setting_team_get_runner_tx_balancer
nm_setting_team_get_runner_tx_balancer_interval ()
-gint
+int
nm_setting_team_get_runner_tx_balancer_interval
(NMSettingTeam *setting);
@@ -1468,7 +1468,7 @@ nm_setting_team_get_runner_fast_rate (
nm_setting_team_get_runner_sys_prio ()
-gint
+int
nm_setting_team_get_runner_sys_prio (NMSettingTeam *setting);
Parameters
@@ -1494,7 +1494,7 @@ nm_setting_team_get_runner_sys_prio (
nm_setting_team_get_runner_min_ports ()
-gint
+int
nm_setting_team_get_runner_min_ports (NMSettingTeam *setting);
-gint
+int
nm_setting_team_port_get_queue_id ()
@@ -66,7 +66,7 @@
-gint
+int
nm_setting_team_port_get_prio ()
@@ -82,7 +82,7 @@
-gint
+int
nm_setting_team_port_get_lacp_prio ()
@@ -90,7 +90,7 @@
-gint
+int
nm_setting_team_port_get_lacp_key ()
@@ -304,7 +304,7 @@ nm_setting_team_port_get_config (
nm_setting_team_port_get_queue_id ()
-gint
+int
nm_setting_team_port_get_queue_id (NMSettingTeamPort *setting);
Parameters
@@ -330,7 +330,7 @@ nm_setting_team_port_get_queue_id (
nm_setting_team_port_get_prio ()
-gint
+int
nm_setting_team_port_get_prio (NMSettingTeamPort *setting);
Parameters
@@ -382,7 +382,7 @@ nm_setting_team_port_get_sticky (
nm_setting_team_port_get_lacp_prio ()
-gint
+int
nm_setting_team_port_get_lacp_prio (NMSettingTeamPort *setting);
Parameters
@@ -408,7 +408,7 @@ nm_setting_team_port_get_lacp_prio (
nm_setting_team_port_get_lacp_key ()
-gint
+int
nm_setting_team_port_get_lacp_key (NMSettingTeamPort *setting);
diff --git a/docs/libnm/html/NMSettingWpan.html b/docs/libnm/html/NMSettingWpan.html
new file mode 100644
index 00000000..c05d76ca
--- /dev/null
+++ b/docs/libnm/html/NMSettingWpan.html
@@ -0,0 +1,231 @@
+
+
+
+
+NMSettingWpan: libnm Reference Manual
+
+
+
+
+
+
+
+
+
+
+
+Top
+
+
+
+
+
+
+
+
+
+
+NMSettingWpan
+NMSettingWpan — Describes connection properties for IEEE 802.15.4 (WPAN) MAC
+
+
+
+
+Functions
+
+
+
+
+
+
+
+
+NMSetting *
+
+
+nm_setting_wpan_new ()
+
+
+
+const char *
+
+
+nm_setting_wpan_get_mac_address ()
+
+
+
+
+guint16
+
+
+nm_setting_wpan_get_pan_id ()
+
+
+
+
+guint16
+
+
+nm_setting_wpan_get_short_address ()
+
+
+
+
+
+
+Types and Values
+
+
+
+
+
+
+
+#define
+NM_SETTING_WPAN_SETTING_NAME
+
+
+#define
+NM_SETTING_WPAN_MAC_ADDRESS
+
+
+#define
+NM_SETTING_WPAN_PAN_ID
+
+
+#define
+NM_SETTING_WPAN_SHORT_ADDRESS
+
+
+
+
+
+Description
+The NMSettingWpan object is a NMSetting subclass that describes properties
+necessary for configuring IEEE 802.15.4 (WPAN) MAC layer devices.
+
+
+Functions
+
+nm_setting_wpan_new ()
+NMSetting *
+nm_setting_wpan_new (void);
+Creates a new NMSettingWpan object with default values.
+
+Since: 1.14
+
+
+
+nm_setting_wpan_get_mac_address ()
+const char *
+nm_setting_wpan_get_mac_address (NMSettingWpan *setting);
+
+
+Since: 1.14
+
+
+
+nm_setting_wpan_get_pan_id ()
+guint16
+nm_setting_wpan_get_pan_id (NMSettingWpan *setting);
+
+
+Since: 1.14
+
+
+
+nm_setting_wpan_get_short_address ()
+guint16
+nm_setting_wpan_get_short_address (NMSettingWpan *setting);
+
+
+Since: 1.14
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/docs/libnm/html/NMVpnEditor.html b/docs/libnm/html/NMVpnEditor.html
index bd52915c..1c1bb6a6 100644
--- a/docs/libnm/html/NMVpnEditor.html
+++ b/docs/libnm/html/NMVpnEditor.html
@@ -140,7 +140,7 @@ nm_vpn_editor_update_connection (
-return the GtkWidget for the VPN editor's UI
+return the GtkWidget for the VPN editor's UI
diff --git a/docs/libnm/html/NMWimaxNsp.html b/docs/libnm/html/NMWimaxNsp.html
index c797f206..b5b55348 100644
--- a/docs/libnm/html/NMWimaxNsp.html
+++ b/docs/libnm/html/NMWimaxNsp.html
@@ -260,7 +260,7 @@ connections will match the nsp
connections
-an array of NMConnections to
+
an array of NMConnections to
filter.
[element-type NMConnection]
@@ -270,7 +270,7 @@ filter.
Returns
an array of
-NMConnections that could be activated with the given nsp
+NMConnections that could be activated with the given nsp
. The array should
be freed with g_ptr_array_unref() when it is no longer required.
[transfer container][element-type NMConnection]
diff --git a/docs/libnm/html/api-index-full.html b/docs/libnm/html/api-index-full.html
index d2782bd9..6de91cd3 100644
--- a/docs/libnm/html/api-index-full.html
+++ b/docs/libnm/html/api-index-full.html
@@ -23,6 +23,8 @@
|
D
|
+ E
+ |
I
|
J
@@ -451,7 +453,7 @@
-NM_AVAILABLE_IN_1_12_2, macro in nm-version
+NM_AVAILABLE_IN_1_14, macro in nm-version
@@ -1109,19 +1111,19 @@ NMCheckpoint:rollback-timeout, object property in NMDeviceOvs
-NMConnection, struct in NMSettingOvs
+NMConnection, struct in NMSettingOvs
-NMConnection::changed, object signal in NMSettingOvs
+NMConnection::changed, object signal in NMSettingOvs
-NMConnection::secrets-cleared, object signal in NMSettingOvs
+NMConnection::secrets-cleared, object signal in NMSettingOvs
-NMConnection::secrets-updated, object signal in NMSettingOvs
+NMConnection::secrets-updated, object signal in NMSettingOvs
@@ -1133,6 +1135,10 @@ NMConnection::secrets-updated, object signal in NMSettingOvs
+NMConnectionMultiConnect, enum in nm-dbus-interface
+
+
+
NMConnectionSerializationFlags, enum in NMConnection
@@ -1205,6 +1211,10 @@ NMConnection::secrets-updated, object signal in NMSettingOvs
+nm_connection_get_setting_6lowpan, function in NMConnection
+
+
+
nm_connection_get_setting_802_1x, function in NMConnection
@@ -1317,6 +1327,10 @@ NMConnection::secrets-updated, object signal in NMSettingOvs
+nm_connection_get_setting_sriov, function in NMConnection
+
+
+
nm_connection_get_setting_tc_config, function in NMConnection
@@ -1361,6 +1375,10 @@ NMConnection::secrets-updated, object signal in NMSettingOvs
+nm_connection_get_setting_wpan, function in NMConnection
+
+
+
nm_connection_get_uuid, function in NMConnection
@@ -1470,6 +1488,10 @@ NMConnection::secrets-updated, object signal in NMSettingOvs
+NM_DBUS_INTERFACE_DEVICE_6LOWPAN, macro in nm-dbus-interface
+
+
+
NM_DBUS_INTERFACE_DEVICE_ADSL, macro in nm-dbus-interface
@@ -1570,10 +1592,18 @@ NMConnection::secrets-updated, object signal in NMSettingOvs
+NM_DBUS_INTERFACE_DEVICE_WIREGUARD, macro in nm-dbus-interface
+
+
+
NM_DBUS_INTERFACE_DEVICE_WIRELESS, macro in nm-dbus-interface
+NM_DBUS_INTERFACE_DEVICE_WPAN, macro in nm-dbus-interface
+
+
+
NM_DBUS_INTERFACE_DHCP4_CONFIG, macro in nm-dbus-interface
@@ -1610,11 +1640,11 @@ NMConnection::secrets-updated, object signal in NMSettingOvs
-NM_DBUS_INTERFACE_VPN, macro in nm-vpn-dbus-interface
+NM_DBUS_INTERFACE_VPN, macro in nm-vpn-dbus-interface
-NM_DBUS_INTERFACE_VPN_CONNECTION, macro in nm-vpn-dbus-interface
+NM_DBUS_INTERFACE_VPN_CONNECTION, macro in nm-vpn-dbus-interface
@@ -1622,15 +1652,15 @@ NM_DBUS_INTERFACE_VPN_CONNECTION, macro in nm-vpn-dbus-interface
-NM_DBUS_INVALID_VPN_CONNECTION, macro in nm-vpn-dbus-interface
+NM_DBUS_INVALID_VPN_CONNECTION, macro in nm-vpn-dbus-interface
-NM_DBUS_NO_ACTIVE_VPN_CONNECTION, macro in nm-vpn-dbus-interface
+NM_DBUS_NO_ACTIVE_VPN_CONNECTION, macro in nm-vpn-dbus-interface
-NM_DBUS_NO_VPN_CONNECTIONS, macro in nm-vpn-dbus-interface
+NM_DBUS_NO_VPN_CONNECTIONS, macro in nm-vpn-dbus-interface
@@ -1662,11 +1692,11 @@ NM_DBUS_NO_VPN_CONNECTIONS, macro in nm-vpn-dbus-interface
-NM_DBUS_PATH_VPN, macro in nm-vpn-dbus-interface
+NM_DBUS_PATH_VPN, macro in nm-vpn-dbus-interface
-NM_DBUS_PATH_VPN_CONNECTION, macro in nm-vpn-dbus-interface
+NM_DBUS_PATH_VPN_CONNECTION, macro in nm-vpn-dbus-interface
@@ -1678,67 +1708,67 @@ NM_DBUS_PATH_VPN_CONNECTION, macro in nm-vpn-dbus-interface
-NM_DBUS_VPN_ALREADY_STARTED, macro in nm-vpn-dbus-interface
+NM_DBUS_VPN_ALREADY_STARTED, macro in nm-vpn-dbus-interface
-NM_DBUS_VPN_ALREADY_STOPPED, macro in nm-vpn-dbus-interface
+NM_DBUS_VPN_ALREADY_STOPPED, macro in nm-vpn-dbus-interface
-NM_DBUS_VPN_BAD_ARGUMENTS, macro in nm-vpn-dbus-interface
+NM_DBUS_VPN_BAD_ARGUMENTS, macro in nm-vpn-dbus-interface
-NM_DBUS_VPN_ERROR_PREFIX, macro in nm-vpn-dbus-interface
+NM_DBUS_VPN_ERROR_PREFIX, macro in nm-vpn-dbus-interface
-NM_DBUS_VPN_INTERACTIVE_NOT_SUPPORTED, macro in nm-vpn-dbus-interface
+NM_DBUS_VPN_INTERACTIVE_NOT_SUPPORTED, macro in nm-vpn-dbus-interface
-NM_DBUS_VPN_SIGNAL_CONNECT_FAILED, macro in nm-vpn-dbus-interface
+NM_DBUS_VPN_SIGNAL_CONNECT_FAILED, macro in nm-vpn-dbus-interface
-NM_DBUS_VPN_SIGNAL_IP4_CONFIG, macro in nm-vpn-dbus-interface
+NM_DBUS_VPN_SIGNAL_IP4_CONFIG, macro in nm-vpn-dbus-interface
-NM_DBUS_VPN_SIGNAL_IP_CONFIG_BAD, macro in nm-vpn-dbus-interface
+NM_DBUS_VPN_SIGNAL_IP_CONFIG_BAD, macro in nm-vpn-dbus-interface
-NM_DBUS_VPN_SIGNAL_LAUNCH_FAILED, macro in nm-vpn-dbus-interface
+NM_DBUS_VPN_SIGNAL_LAUNCH_FAILED, macro in nm-vpn-dbus-interface
-NM_DBUS_VPN_SIGNAL_LOGIN_BANNER, macro in nm-vpn-dbus-interface
+NM_DBUS_VPN_SIGNAL_LOGIN_BANNER, macro in nm-vpn-dbus-interface
-NM_DBUS_VPN_SIGNAL_LOGIN_FAILED, macro in nm-vpn-dbus-interface
+NM_DBUS_VPN_SIGNAL_LOGIN_FAILED, macro in nm-vpn-dbus-interface
-NM_DBUS_VPN_SIGNAL_STATE_CHANGE, macro in nm-vpn-dbus-interface
+NM_DBUS_VPN_SIGNAL_STATE_CHANGE, macro in nm-vpn-dbus-interface
-NM_DBUS_VPN_SIGNAL_VPN_CONFIG_BAD, macro in nm-vpn-dbus-interface
+NM_DBUS_VPN_SIGNAL_VPN_CONFIG_BAD, macro in nm-vpn-dbus-interface
-NM_DBUS_VPN_STARTING_IN_PROGRESS, macro in nm-vpn-dbus-interface
+NM_DBUS_VPN_STARTING_IN_PROGRESS, macro in nm-vpn-dbus-interface
-NM_DBUS_VPN_STOPPING_IN_PROGRESS, macro in nm-vpn-dbus-interface
+NM_DBUS_VPN_STOPPING_IN_PROGRESS, macro in nm-vpn-dbus-interface
-NM_DBUS_VPN_WRONG_STATE, macro in nm-vpn-dbus-interface
+NM_DBUS_VPN_WRONG_STATE, macro in nm-vpn-dbus-interface
@@ -1774,6 +1804,14 @@ NM_DBUS_VPN_WRONG_STATE, macro in nm-vpn-dbus-interface
+NM_DEPRECATED_IN_1_14, macro in nm-version
+
+
+
+NM_DEPRECATED_IN_1_14_FOR, macro in nm-version
+
+
+
NM_DEPRECATED_IN_1_2, macro in nm-version
@@ -1810,6 +1848,18 @@ NM_DBUS_VPN_WRONG_STATE, macro in nm-vpn-dbus-interface
+NMDevice6Lowpan, struct in NMDeviceOvs
+
+
+
+NMDevice6Lowpan:hw-address, object property in NMDeviceOvs
+
+
+
+NMDevice6Lowpan:parent, object property in NMDeviceOvs
+
+
+
NMDevice::state-changed, object signal in NMDeviceOvs
@@ -2478,6 +2528,46 @@ NMDevicePpp, struct in NMDeviceOvs
+NMDeviceWireGuard, struct in NMDeviceOvs
+
+
+
+NMDeviceWireGuard:fwmark, object property in NMDeviceOvs
+
+
+
+NMDeviceWireGuard:listen-port, object property in NMDeviceOvs
+
+
+
+NMDeviceWireGuard:public-key, object property in NMDeviceOvs
+
+
+
+NMDeviceWpan, struct in NMDeviceOvs
+
+
+
+NMDeviceWpan:hw-address, object property in NMDeviceOvs
+
+
+
+nm_device_6lowpan_get_hw_address, function in nm-device-6lowpan
+
+
+
+nm_device_6lowpan_get_parent, function in nm-device-6lowpan
+
+
+
+NM_DEVICE_6LOWPAN_HW_ADDRESS, macro in nm-device-6lowpan
+
+
+
+NM_DEVICE_6LOWPAN_PARENT, macro in nm-device-6lowpan
+
+
+
NM_DEVICE_ACTIVE_CONNECTION, macro in NMDevice
@@ -3674,6 +3764,38 @@ NMDevicePpp, struct in NMDeviceOvs
+NM_DEVICE_WIREGUARD_FWMARK, macro in NMDeviceWireGuard
+
+
+
+nm_device_wireguard_get_fwmark, function in NMDeviceWireGuard
+
+
+
+nm_device_wireguard_get_listen_port, function in NMDeviceWireGuard
+
+
+
+nm_device_wireguard_get_public_key, function in NMDeviceWireGuard
+
+
+
+NM_DEVICE_WIREGUARD_LISTEN_PORT, macro in NMDeviceWireGuard
+
+
+
+NM_DEVICE_WIREGUARD_PUBLIC_KEY, macro in NMDeviceWireGuard
+
+
+
+nm_device_wpan_get_hw_address, function in nm-device-wpan
+
+
+
+NM_DEVICE_WPAN_HW_ADDRESS, macro in nm-device-wpan
+
+
+
NMDhcpConfig, struct in NMDeviceOvs
@@ -3729,6 +3851,219 @@ NMDevicePpp, struct in NMDeviceOvs
nm_dns_entry_unref, function in NMClient
+E
+
+NM_ETHTOOL_OPTNAME_FEATURE_ESP_HW_OFFLOAD, macro in NMSettingEthtool
+
+
+
+NM_ETHTOOL_OPTNAME_FEATURE_ESP_TX_CSUM_HW_OFFLOAD, macro in NMSettingEthtool
+
+
+
+NM_ETHTOOL_OPTNAME_FEATURE_FCOE_MTU, macro in NMSettingEthtool
+
+
+
+NM_ETHTOOL_OPTNAME_FEATURE_GRO, macro in NMSettingEthtool
+
+
+
+NM_ETHTOOL_OPTNAME_FEATURE_GSO, macro in NMSettingEthtool
+
+
+
+NM_ETHTOOL_OPTNAME_FEATURE_HIGHDMA, macro in NMSettingEthtool
+
+
+
+NM_ETHTOOL_OPTNAME_FEATURE_HW_TC_OFFLOAD, macro in NMSettingEthtool
+
+
+
+NM_ETHTOOL_OPTNAME_FEATURE_L2_FWD_OFFLOAD, macro in NMSettingEthtool
+
+
+
+NM_ETHTOOL_OPTNAME_FEATURE_LOOPBACK, macro in NMSettingEthtool
+
+
+
+NM_ETHTOOL_OPTNAME_FEATURE_LRO, macro in NMSettingEthtool
+
+
+
+NM_ETHTOOL_OPTNAME_FEATURE_NTUPLE, macro in NMSettingEthtool
+
+
+
+NM_ETHTOOL_OPTNAME_FEATURE_RX, macro in NMSettingEthtool
+
+
+
+NM_ETHTOOL_OPTNAME_FEATURE_RXHASH, macro in NMSettingEthtool
+
+
+
+NM_ETHTOOL_OPTNAME_FEATURE_RXVLAN, macro in NMSettingEthtool
+
+
+
+NM_ETHTOOL_OPTNAME_FEATURE_RX_ALL, macro in NMSettingEthtool
+
+
+
+NM_ETHTOOL_OPTNAME_FEATURE_RX_FCS, macro in NMSettingEthtool
+
+
+
+NM_ETHTOOL_OPTNAME_FEATURE_RX_GRO_HW, macro in NMSettingEthtool
+
+
+
+NM_ETHTOOL_OPTNAME_FEATURE_RX_UDP_TUNNEL_PORT_OFFLOAD, macro in NMSettingEthtool
+
+
+
+NM_ETHTOOL_OPTNAME_FEATURE_RX_VLAN_FILTER, macro in NMSettingEthtool
+
+
+
+NM_ETHTOOL_OPTNAME_FEATURE_RX_VLAN_STAG_FILTER, macro in NMSettingEthtool
+
+
+
+NM_ETHTOOL_OPTNAME_FEATURE_RX_VLAN_STAG_HW_PARSE, macro in NMSettingEthtool
+
+
+
+NM_ETHTOOL_OPTNAME_FEATURE_SG, macro in NMSettingEthtool
+
+
+
+NM_ETHTOOL_OPTNAME_FEATURE_TLS_HW_RECORD, macro in NMSettingEthtool
+
+
+
+NM_ETHTOOL_OPTNAME_FEATURE_TLS_HW_TX_OFFLOAD, macro in NMSettingEthtool
+
+
+
+NM_ETHTOOL_OPTNAME_FEATURE_TSO, macro in NMSettingEthtool
+
+
+
+NM_ETHTOOL_OPTNAME_FEATURE_TX, macro in NMSettingEthtool
+
+
+
+NM_ETHTOOL_OPTNAME_FEATURE_TXVLAN, macro in NMSettingEthtool
+
+
+
+NM_ETHTOOL_OPTNAME_FEATURE_TX_CHECKSUM_FCOE_CRC, macro in NMSettingEthtool
+
+
+
+NM_ETHTOOL_OPTNAME_FEATURE_TX_CHECKSUM_IPV4, macro in NMSettingEthtool
+
+
+
+NM_ETHTOOL_OPTNAME_FEATURE_TX_CHECKSUM_IPV6, macro in NMSettingEthtool
+
+
+
+NM_ETHTOOL_OPTNAME_FEATURE_TX_CHECKSUM_IP_GENERIC, macro in NMSettingEthtool
+
+
+
+NM_ETHTOOL_OPTNAME_FEATURE_TX_CHECKSUM_SCTP, macro in NMSettingEthtool
+
+
+
+NM_ETHTOOL_OPTNAME_FEATURE_TX_ESP_SEGMENTATION, macro in NMSettingEthtool
+
+
+
+NM_ETHTOOL_OPTNAME_FEATURE_TX_FCOE_SEGMENTATION, macro in NMSettingEthtool
+
+
+
+NM_ETHTOOL_OPTNAME_FEATURE_TX_GRE_CSUM_SEGMENTATION, macro in NMSettingEthtool
+
+
+
+NM_ETHTOOL_OPTNAME_FEATURE_TX_GRE_SEGMENTATION, macro in NMSettingEthtool
+
+
+
+NM_ETHTOOL_OPTNAME_FEATURE_TX_GSO_PARTIAL, macro in NMSettingEthtool
+
+
+
+NM_ETHTOOL_OPTNAME_FEATURE_TX_GSO_ROBUST, macro in NMSettingEthtool
+
+
+
+NM_ETHTOOL_OPTNAME_FEATURE_TX_IPXIP4_SEGMENTATION, macro in NMSettingEthtool
+
+
+
+NM_ETHTOOL_OPTNAME_FEATURE_TX_IPXIP6_SEGMENTATION, macro in NMSettingEthtool
+
+
+
+NM_ETHTOOL_OPTNAME_FEATURE_TX_NOCACHE_COPY, macro in NMSettingEthtool
+
+
+
+NM_ETHTOOL_OPTNAME_FEATURE_TX_SCATTER_GATHER, macro in NMSettingEthtool
+
+
+
+NM_ETHTOOL_OPTNAME_FEATURE_TX_SCATTER_GATHER_FRAGLIST, macro in NMSettingEthtool
+
+
+
+NM_ETHTOOL_OPTNAME_FEATURE_TX_SCTP_SEGMENTATION, macro in NMSettingEthtool
+
+
+
+NM_ETHTOOL_OPTNAME_FEATURE_TX_TCP6_SEGMENTATION, macro in NMSettingEthtool
+
+
+
+NM_ETHTOOL_OPTNAME_FEATURE_TX_TCP_ECN_SEGMENTATION, macro in NMSettingEthtool
+
+
+
+NM_ETHTOOL_OPTNAME_FEATURE_TX_TCP_MANGLEID_SEGMENTATION, macro in NMSettingEthtool
+
+
+
+NM_ETHTOOL_OPTNAME_FEATURE_TX_TCP_SEGMENTATION, macro in NMSettingEthtool
+
+
+
+NM_ETHTOOL_OPTNAME_FEATURE_TX_UDP_SEGMENTATION, macro in NMSettingEthtool
+
+
+
+NM_ETHTOOL_OPTNAME_FEATURE_TX_UDP_TNL_CSUM_SEGMENTATION, macro in NMSettingEthtool
+
+
+
+NM_ETHTOOL_OPTNAME_FEATURE_TX_UDP_TNL_SEGMENTATION, macro in NMSettingEthtool
+
+
+
+NM_ETHTOOL_OPTNAME_FEATURE_TX_VLAN_STAG_HW_INSERT, macro in NMSettingEthtool
+
+
+
+nm_ethtool_optname_is_feature, function in NMSettingEthtool
+
+
I
NMIPConfig, struct in NMDeviceOvs
@@ -4132,7 +4467,7 @@ json_object_iter_key, macro in nm-json
-json_object_iter_next, macro in nm-json
+json_object_iter_next, macro in nm-json
@@ -4549,6 +4884,14 @@ json_true, macro in nm-json
+NMSetting6Lowpan, struct in NMSettingOvs
+
+
+
+NMSetting6Lowpan:parent, object property in NMSettingOvs
+
+
+
NMSetting8021x, struct in NMSetting8021x
@@ -4925,6 +5268,10 @@ json_true, macro in nm-json
+NMSettingConnection:llmnr, object property in NMSettingConnection
+
+
+
NMSettingConnection:master, object property in NMSettingConnection
@@ -4937,6 +5284,10 @@ json_true, macro in nm-json
+NMSettingConnection:multi-connect, object property in NMSettingConnection
+
+
+
NMSettingConnection:permissions, object property in NMSettingConnection
@@ -4981,6 +5332,10 @@ json_true, macro in nm-json
+NMSettingConnectionLlmnr, enum in NMSettingConnection
+
+
+
NMSettingConnectionMdns, enum in NMSettingConnection
@@ -5061,6 +5416,10 @@ json_true, macro in nm-json
+NMSettingEthtool, struct in NMSettingOvs
+
+
+
NMSettingGeneric, struct in NMSettingGeneric
@@ -5393,6 +5752,14 @@ json_true, macro in nm-json
+NMSettingMatch, struct in NMSettingOvs
+
+
+
+NMSettingMatch:interface-name, object property in NMSettingOvs
+
+
+
NMSettingOlpcMesh, struct in NMSettingOlpcMesh
@@ -5637,6 +6004,22 @@ NMSettingOvsPort:vlan-mode, object property in NMSettingOvs
+NMSettingSriov, struct in NMSettingOvs
+
+
+
+NMSettingSriov:autoprobe-drivers, object property in NMSettingOvs
+
+
+
+NMSettingSriov:total-vfs, object property in NMSettingOvs
+
+
+
+NMSettingSriov:vfs, object property in NMSettingOvs
+
+
+
NMSettingsUpdate2Flags, enum in nm-dbus-interface
@@ -6177,6 +6560,38 @@ NMSettingUser:data, object property in NMSettingOvs
+NMSettingWpan, struct in NMSettingOvs
+
+
+
+NMSettingWpan:mac-address, object property in NMSettingOvs
+
+
+
+NMSettingWpan:pan-id, object property in NMSettingOvs
+
+
+
+NMSettingWpan:short-address, object property in NMSettingOvs
+
+
+
+nm_setting_6lowpan_get_parent, function in NMSetting6Lowpan
+
+
+
+nm_setting_6lowpan_new, function in NMSetting6Lowpan
+
+
+
+NM_SETTING_6LOWPAN_PARENT, macro in NMSetting6Lowpan
+
+
+
+NM_SETTING_6LOWPAN_SETTING_NAME, macro in NMSetting6Lowpan
+
+
+
nm_setting_802_1x_add_altsubject_match, function in NMSetting8021x
@@ -7233,6 +7648,10 @@ NMSettingUser:data, object property in NMSettingOvs
+nm_setting_connection_get_llmnr, function in NMSettingConnection
+
+
+
nm_setting_connection_get_master, function in NMSettingConnection
@@ -7245,6 +7664,10 @@ NMSettingUser:data, object property in NMSettingOvs
+nm_setting_connection_get_multi_connect, function in NMSettingConnection
+
+
+
nm_setting_connection_get_num_permissions, function in NMSettingConnection
@@ -7301,6 +7724,10 @@ NMSettingUser:data, object property in NMSettingOvs
+NM_SETTING_CONNECTION_LLMNR, macro in NMSettingConnection
+
+
+
NM_SETTING_CONNECTION_MASTER, macro in NMSettingConnection
@@ -7313,6 +7740,10 @@ NMSettingUser:data, object property in NMSettingOvs
+NM_SETTING_CONNECTION_MULTI_CONNECT, macro in NMSettingConnection
+
+
+
nm_setting_connection_new, function in NMSettingConnection
@@ -7617,6 +8048,26 @@ NMSettingUser:data, object property in NMSettingOvs
+nm_setting_ethtool_clear_features, function in NMSettingEthtool
+
+
+
+nm_setting_ethtool_get_feature, function in NMSettingEthtool
+
+
+
+nm_setting_ethtool_new, function in NMSettingEthtool
+
+
+
+NM_SETTING_ETHTOOL_SETTING_NAME, macro in NMSettingEthtool
+
+
+
+nm_setting_ethtool_set_feature, function in NMSettingEthtool
+
+
+
nm_setting_generic_new, function in NMSettingGeneric
@@ -8409,6 +8860,46 @@ NMSettingUser:data, object property in NMSettingOvs
+nm_setting_match_add_interface_name, function in NMSettingMatch
+
+
+
+nm_setting_match_clear_interface_names, function in NMSettingMatch
+
+
+
+nm_setting_match_get_interface_name, function in NMSettingMatch
+
+
+
+nm_setting_match_get_interface_names, function in NMSettingMatch
+
+
+
+nm_setting_match_get_num_interface_names, function in NMSettingMatch
+
+
+
+NM_SETTING_MATCH_INTERFACE_NAME, macro in NMSettingMatch
+
+
+
+nm_setting_match_new, function in NMSettingMatch
+
+
+
+nm_setting_match_remove_interface_name, function in NMSettingMatch
+
+
+
+nm_setting_match_remove_interface_name_by_value, function in NMSettingMatch
+
+
+
+NM_SETTING_MATCH_SETTING_NAME, macro in NMSettingMatch
+
+
+
NM_SETTING_NAME, macro in NMSetting
@@ -8877,6 +9368,58 @@ NMSettingUser:data, object property in NMSettingOvs
+nm_setting_sriov_add_vf, function in NMSettingSriov
+
+
+
+NM_SETTING_SRIOV_AUTOPROBE_DRIVERS, macro in NMSettingSriov
+
+
+
+nm_setting_sriov_clear_vfs, function in NMSettingSriov
+
+
+
+nm_setting_sriov_get_autoprobe_drivers, function in NMSettingSriov
+
+
+
+nm_setting_sriov_get_num_vfs, function in NMSettingSriov
+
+
+
+nm_setting_sriov_get_total_vfs, function in NMSettingSriov
+
+
+
+nm_setting_sriov_get_vf, function in NMSettingSriov
+
+
+
+nm_setting_sriov_new, function in NMSettingSriov
+
+
+
+nm_setting_sriov_remove_vf, function in NMSettingSriov
+
+
+
+nm_setting_sriov_remove_vf_by_index, function in NMSettingSriov
+
+
+
+NM_SETTING_SRIOV_SETTING_NAME, macro in NMSettingSriov
+
+
+
+NM_SETTING_SRIOV_TOTAL_VFS, macro in NMSettingSriov
+
+
+
+NM_SETTING_SRIOV_VFS, macro in NMSettingSriov
+
+
+
nm_setting_tc_config_add_qdisc, function in NMSettingTCConfig
@@ -10293,6 +10836,38 @@ NMSettingUser:data, object property in NMSettingOvs
+nm_setting_wpan_get_mac_address, function in NMSettingWpan
+
+
+
+nm_setting_wpan_get_pan_id, function in NMSettingWpan
+
+
+
+nm_setting_wpan_get_short_address, function in NMSettingWpan
+
+
+
+NM_SETTING_WPAN_MAC_ADDRESS, macro in NMSettingWpan
+
+
+
+nm_setting_wpan_new, function in NMSettingWpan
+
+
+
+NM_SETTING_WPAN_PAN_ID, macro in NMSettingWpan
+
+
+
+NM_SETTING_WPAN_SETTING_NAME, macro in NMSettingWpan
+
+
+
+NM_SETTING_WPAN_SHORT_ADDRESS, macro in NMSettingWpan
+
+
+
NMSimpleConnection, struct in NMSimpleConnection
@@ -10309,6 +10884,98 @@ NMSettingUser:data, object property in NMSettingOvs
+NMSriovVFVlanProtocol, enum in NMSettingSriov
+
+
+
+nm_sriov_vf_add_vlan, function in NMSettingSriov
+
+
+
+NM_SRIOV_VF_ATTRIBUTE_MAC, macro in NMSettingSriov
+
+
+
+NM_SRIOV_VF_ATTRIBUTE_MAX_TX_RATE, macro in NMSettingSriov
+
+
+
+NM_SRIOV_VF_ATTRIBUTE_MIN_TX_RATE, macro in NMSettingSriov
+
+
+
+NM_SRIOV_VF_ATTRIBUTE_SPOOF_CHECK, macro in NMSettingSriov
+
+
+
+NM_SRIOV_VF_ATTRIBUTE_TRUST, macro in NMSettingSriov
+
+
+
+nm_sriov_vf_attribute_validate, function in NMSettingSriov
+
+
+
+nm_sriov_vf_dup, function in NMSettingSriov
+
+
+
+nm_sriov_vf_equal, function in NMSettingSriov
+
+
+
+nm_sriov_vf_get_attribute, function in NMSettingSriov
+
+
+
+nm_sriov_vf_get_attribute_names, function in NMSettingSriov
+
+
+
+nm_sriov_vf_get_index, function in NMSettingSriov
+
+
+
+nm_sriov_vf_get_vlan_ids, function in NMSettingSriov
+
+
+
+nm_sriov_vf_get_vlan_protocol, function in NMSettingSriov
+
+
+
+nm_sriov_vf_get_vlan_qos, function in NMSettingSriov
+
+
+
+nm_sriov_vf_new, function in NMSettingSriov
+
+
+
+nm_sriov_vf_ref, function in NMSettingSriov
+
+
+
+nm_sriov_vf_remove_vlan, function in NMSettingSriov
+
+
+
+nm_sriov_vf_set_attribute, function in NMSettingSriov
+
+
+
+nm_sriov_vf_set_vlan_protocol, function in NMSettingSriov
+
+
+
+nm_sriov_vf_set_vlan_qos, function in NMSettingSriov
+
+
+
+nm_sriov_vf_unref, function in NMSettingSriov
+
+
+
stat, struct in nm-utils
@@ -10513,6 +11180,10 @@ NMSettingUser:data, object property in NMSettingOvs
nm_team_link_watcher_unref, function in NMSettingTeam
+
+NMTernary, enum in nm-dbus-interface
+
+
U
NMUtilsCheckFilePredicate, user_function in nm-utils
@@ -10755,6 +11426,14 @@ nm_utils_fixup_vendor_string, function in nm-libnm-utils
+nm_utils_sriov_vf_from_str, function in nm-utils
+
+
+
+nm_utils_sriov_vf_to_str, function in nm-utils
+
+
+
nm_utils_ssid_to_utf8, function in nm-utils
@@ -10956,11 +11635,11 @@ nm_utils_fixup_vendor_string, function in nm-libnm-utils
-NM_VPN_DBUS_PLUGIN_INTERFACE, macro in nm-vpn-dbus-interface
+NM_VPN_DBUS_PLUGIN_INTERFACE, macro in nm-vpn-dbus-interface
-NM_VPN_DBUS_PLUGIN_PATH, macro in nm-vpn-dbus-interface
+NM_VPN_DBUS_PLUGIN_PATH, macro in nm-vpn-dbus-interface
@@ -11028,27 +11707,27 @@ NM_VPN_DBUS_PLUGIN_PATH, macro in nm-vpn-dbus-interface
-NM_VPN_PLUGIN_CAN_PERSIST, macro in nm-vpn-dbus-interface
+NM_VPN_PLUGIN_CAN_PERSIST, macro in nm-vpn-dbus-interface
-NM_VPN_PLUGIN_CONFIG_BANNER, macro in nm-vpn-dbus-interface
+NM_VPN_PLUGIN_CONFIG_BANNER, macro in nm-vpn-dbus-interface
-NM_VPN_PLUGIN_CONFIG_EXT_GATEWAY, macro in nm-vpn-dbus-interface
+NM_VPN_PLUGIN_CONFIG_EXT_GATEWAY, macro in nm-vpn-dbus-interface
-NM_VPN_PLUGIN_CONFIG_HAS_IP4, macro in nm-vpn-dbus-interface
+NM_VPN_PLUGIN_CONFIG_HAS_IP4, macro in nm-vpn-dbus-interface
-NM_VPN_PLUGIN_CONFIG_HAS_IP6, macro in nm-vpn-dbus-interface
+NM_VPN_PLUGIN_CONFIG_HAS_IP6, macro in nm-vpn-dbus-interface
-NM_VPN_PLUGIN_CONFIG_MTU, macro in nm-vpn-dbus-interface
+NM_VPN_PLUGIN_CONFIG_MTU, macro in nm-vpn-dbus-interface
@@ -11056,7 +11735,7 @@ NM_VPN_PLUGIN_CONFIG_PROXY_PAC, macro in nm-vpn-dbus-interface
-NM_VPN_PLUGIN_CONFIG_TUNDEV, macro in nm-vpn-dbus-interface
+NM_VPN_PLUGIN_CONFIG_TUNDEV, macro in nm-vpn-dbus-interface
@@ -11092,55 +11771,55 @@ NM_VPN_PLUGIN_CONFIG_TUNDEV, macro in nm-vpn-dbus-interface
-NM_VPN_PLUGIN_IP4_CONFIG_ADDRESS, macro in nm-vpn-dbus-interface
+NM_VPN_PLUGIN_IP4_CONFIG_ADDRESS, macro in nm-vpn-dbus-interface
-NM_VPN_PLUGIN_IP4_CONFIG_BANNER, macro in nm-vpn-dbus-interface
+NM_VPN_PLUGIN_IP4_CONFIG_BANNER, macro in nm-vpn-dbus-interface
-NM_VPN_PLUGIN_IP4_CONFIG_DNS, macro in nm-vpn-dbus-interface
+NM_VPN_PLUGIN_IP4_CONFIG_DNS, macro in nm-vpn-dbus-interface
-NM_VPN_PLUGIN_IP4_CONFIG_DOMAIN, macro in nm-vpn-dbus-interface
+NM_VPN_PLUGIN_IP4_CONFIG_DOMAIN, macro in nm-vpn-dbus-interface
-NM_VPN_PLUGIN_IP4_CONFIG_DOMAINS, macro in nm-vpn-dbus-interface
+NM_VPN_PLUGIN_IP4_CONFIG_DOMAINS, macro in nm-vpn-dbus-interface
-NM_VPN_PLUGIN_IP4_CONFIG_EXT_GATEWAY, macro in nm-vpn-dbus-interface
+NM_VPN_PLUGIN_IP4_CONFIG_EXT_GATEWAY, macro in nm-vpn-dbus-interface
-NM_VPN_PLUGIN_IP4_CONFIG_GATEWAY, macro in nm-vpn-dbus-interface
+NM_VPN_PLUGIN_IP4_CONFIG_GATEWAY, macro in nm-vpn-dbus-interface
-NM_VPN_PLUGIN_IP4_CONFIG_INT_GATEWAY, macro in nm-vpn-dbus-interface
+NM_VPN_PLUGIN_IP4_CONFIG_INT_GATEWAY, macro in nm-vpn-dbus-interface
-NM_VPN_PLUGIN_IP4_CONFIG_MSS, macro in nm-vpn-dbus-interface
+NM_VPN_PLUGIN_IP4_CONFIG_MSS, macro in nm-vpn-dbus-interface
-NM_VPN_PLUGIN_IP4_CONFIG_MTU, macro in nm-vpn-dbus-interface
+NM_VPN_PLUGIN_IP4_CONFIG_MTU, macro in nm-vpn-dbus-interface
-NM_VPN_PLUGIN_IP4_CONFIG_NBNS, macro in nm-vpn-dbus-interface
+NM_VPN_PLUGIN_IP4_CONFIG_NBNS, macro in nm-vpn-dbus-interface
-NM_VPN_PLUGIN_IP4_CONFIG_NEVER_DEFAULT, macro in nm-vpn-dbus-interface
+NM_VPN_PLUGIN_IP4_CONFIG_NEVER_DEFAULT, macro in nm-vpn-dbus-interface
-NM_VPN_PLUGIN_IP4_CONFIG_PREFIX, macro in nm-vpn-dbus-interface
+NM_VPN_PLUGIN_IP4_CONFIG_PREFIX, macro in nm-vpn-dbus-interface
@@ -11148,47 +11827,47 @@ NM_VPN_PLUGIN_IP4_CONFIG_PRESERVE_ROUTES, macro in nm-vpn-dbus-interface
-NM_VPN_PLUGIN_IP4_CONFIG_PTP, macro in nm-vpn-dbus-interface
+NM_VPN_PLUGIN_IP4_CONFIG_PTP, macro in nm-vpn-dbus-interface
-NM_VPN_PLUGIN_IP4_CONFIG_ROUTES, macro in nm-vpn-dbus-interface
+NM_VPN_PLUGIN_IP4_CONFIG_ROUTES, macro in nm-vpn-dbus-interface
-NM_VPN_PLUGIN_IP4_CONFIG_TUNDEV, macro in nm-vpn-dbus-interface
+NM_VPN_PLUGIN_IP4_CONFIG_TUNDEV, macro in nm-vpn-dbus-interface
-NM_VPN_PLUGIN_IP6_CONFIG_ADDRESS, macro in nm-vpn-dbus-interface
+NM_VPN_PLUGIN_IP6_CONFIG_ADDRESS, macro in nm-vpn-dbus-interface
-NM_VPN_PLUGIN_IP6_CONFIG_DNS, macro in nm-vpn-dbus-interface
+NM_VPN_PLUGIN_IP6_CONFIG_DNS, macro in nm-vpn-dbus-interface
-NM_VPN_PLUGIN_IP6_CONFIG_DOMAIN, macro in nm-vpn-dbus-interface
+NM_VPN_PLUGIN_IP6_CONFIG_DOMAIN, macro in nm-vpn-dbus-interface
-NM_VPN_PLUGIN_IP6_CONFIG_DOMAINS, macro in nm-vpn-dbus-interface
+NM_VPN_PLUGIN_IP6_CONFIG_DOMAINS, macro in nm-vpn-dbus-interface
-NM_VPN_PLUGIN_IP6_CONFIG_INT_GATEWAY, macro in nm-vpn-dbus-interface
+NM_VPN_PLUGIN_IP6_CONFIG_INT_GATEWAY, macro in nm-vpn-dbus-interface
-NM_VPN_PLUGIN_IP6_CONFIG_MSS, macro in nm-vpn-dbus-interface
+NM_VPN_PLUGIN_IP6_CONFIG_MSS, macro in nm-vpn-dbus-interface
-NM_VPN_PLUGIN_IP6_CONFIG_NEVER_DEFAULT, macro in nm-vpn-dbus-interface
+NM_VPN_PLUGIN_IP6_CONFIG_NEVER_DEFAULT, macro in nm-vpn-dbus-interface
-NM_VPN_PLUGIN_IP6_CONFIG_PREFIX, macro in nm-vpn-dbus-interface
+NM_VPN_PLUGIN_IP6_CONFIG_PREFIX, macro in nm-vpn-dbus-interface
@@ -11196,11 +11875,11 @@ NM_VPN_PLUGIN_IP6_CONFIG_PRESERVE_ROUTES, macro in nm-vpn-dbus-interface
-NM_VPN_PLUGIN_IP6_CONFIG_PTP, macro in nm-vpn-dbus-interface
+NM_VPN_PLUGIN_IP6_CONFIG_PTP, macro in nm-vpn-dbus-interface
-NM_VPN_PLUGIN_IP6_CONFIG_ROUTES, macro in nm-vpn-dbus-interface
+NM_VPN_PLUGIN_IP6_CONFIG_ROUTES, macro in nm-vpn-dbus-interface
diff --git a/docs/libnm/html/ch03.html b/docs/libnm/html/ch03.html
index a50f5226..b065a7ff 100644
--- a/docs/libnm/html/ch03.html
+++ b/docs/libnm/html/ch03.html
@@ -39,6 +39,9 @@
NMSettingConnection — Describes general connection properties
+NMSetting6Lowpan — Describes connection properties for 6LoWPAN interfaces
+
+
NMSetting8021x — Describes 802.1x-authenticated connection properties
@@ -66,6 +69,9 @@
NMSettingDummy — Describes connection properties for dummy interfaces
+NMSettingEthtool — Describes connection properties for ethtool related options
+
+
NMSettingGeneric — Describes connection properties for generic devices
@@ -94,6 +100,9 @@
NMSettingMacvlan — Describes connection properties for macvlan interfaces
+NMSettingMatch — Properties to match a connection with a device.
+
+
NMSettingOlpcMesh — Describes connection properties for OLPC-Mesh devices
@@ -123,6 +132,9 @@ that require PPP to deliver IP capability
serial communications
+NMSettingSriov — Describes SR-IOV connection properties
+
+
NMSettingTCConfig — Describes connection properties for the Linux Traffic Control
@@ -159,6 +171,9 @@ use WEP, LEAP, WPA or WPA2/RSN security
NMSettingWireless — Describes connection properties for 802.11 Wi-Fi networks
+
+NMSettingWpan — Describes connection properties for IEEE 802.15.4 (WPAN) MAC
+
@@ -2332,6 +2400,60 @@ GPRS, EDGE, UMTS, HSDPA, HSUPA, or HSPA+ packet switched data capability
+enum NMConnectionMultiConnect
+
+Members
+
+
+
+
+
+
+
+
+
+
+indicates that the per-connection
+ setting is unspecified. In this case, it will fallback to the default
+ value, which is NM_CONNECTION_MULTI_CONNECT_SINGLE
+.
+
+
+
+
+
+
+the connection profile can only
+ be active once at each moment. Activating a profile that is already active,
+ will first deactivate it.
+
+
+
+
+
+
+the profile can
+ be manually activated multiple times on different devices. However,
+ regarding autoconnect, the profile will autoconnect only if it is
+ currently not connected otherwise.
+
+
+
+
+
+
+the profile can autoactivate
+ and be manually activated multiple times together.
+
+
+
+
+
+
+Since: 1.14
+
+
+
enum NMActiveConnectionState
NMActiveConnectionState values indicate the state of a connection to a
specific network while it is starting, connected, or disconnecting from that
@@ -2828,6 +2950,20 @@ VPN plugin authentication dialogs.
+
+
+
+GRETAP tunnel
+
+
+
+
+
+
+IPv6 GRETAP tunnel
+
+
+
@@ -3160,6 +3296,45 @@ VPN plugin authentication dialogs.
Since: 1.12
+
+
@@ -228,6 +238,12 @@
# define NM_DEPRECATED_IN_1_12_FOR(f) G_DEPRECATED_FOR(f)
+
+
# define NM_AVAILABLE_IN_1_12_2 G_UNAVAILABLE(1,12,2) +NM_DEPRECATED_IN_1_14
+# define NM_DEPRECATED_IN_1_14 G_DEPRECATED ++
GObject
+ ├── NMObject
+ │ ├── NMAccessPoint
+ │ ├── NMActiveConnection
+ │ │ ╰── NMVpnConnection
+ │ ├── NMCheckpoint
+ │ ├── NMDevice
+ │ │ ├── NMDevice6Lowpan
+ │ │ ├── NMDeviceAdsl
+ │ │ ├── NMDeviceBond
+ │ │ ├── NMDeviceBridge
+ │ │ ├── NMDeviceBt
+ │ │ ├── NMDeviceDummy
+ │ │ ├── NMDeviceEthernet
+ │ │ ├── NMDeviceGeneric
+ │ │ ├── NMDeviceInfiniband
+ │ │ ├── NMDeviceIPTunnel
+ │ │ ├── NMDeviceMacsec
+ │ │ ├── NMDeviceMacvlan
+ │ │ ├── NMDeviceModem
+ │ │ ├── NMDeviceOlpcMesh
+ │ │ ├── NMDeviceOvsBridge
+ │ │ ├── NMDeviceOvsInterface
+ │ │ ├── NMDeviceOvsPort
+ │ │ ├── NMDevicePpp
+ │ │ ├── NMDeviceTeam
+ │ │ ├── NMDeviceTun
+ │ │ ├── NMDeviceVlan
+ │ │ ├── NMDeviceVxlan
+ │ │ ├── NMDeviceWifi
+ │ │ ├── NMDeviceWimax
+ │ │ ├── NMDeviceWireGuard
+ │ │ ╰── NMDeviceWpan
+ │ ├── NMDhcpConfig
+ │ ├── NMIPConfig
+ │ ├── NMRemoteConnection
+ │ ╰── NMWimaxNsp
+ ├── NMClient
+ ├── NMSecretAgentOld
├── NMSetting
+ │ ├── NMSetting6Lowpan
│ ├── NMSetting8021x
│ ├── NMSettingAdsl
│ ├── NMSettingBluetooth
│ ├── NMSettingBond
- │ ├── NMSettingBridgePort
│ ├── NMSettingBridge
+ │ ├── NMSettingBridgePort
│ ├── NMSettingCdma
│ ├── NMSettingConnection
│ ├── NMSettingDcb
│ ├── NMSettingDummy
+ │ ├── NMSettingEthtool
│ ├── NMSettingGeneric
│ ├── NMSettingGsm
│ ├── NMSettingInfiniband
- │ ├── NMSettingIPTunnel
│ ├── NMSettingIPConfig
│ │ ├── NMSettingIP4Config
│ │ ╰── NMSettingIP6Config
+ │ ├── NMSettingIPTunnel
│ ├── NMSettingMacsec
│ ├── NMSettingMacvlan
+ │ ├── NMSettingMatch
│ ├── NMSettingOlpcMesh
│ ├── NMSettingOvsBridge
│ ├── NMSettingOvsInterface
@@ -53,9 +94,10 @@
│ ├── NMSettingPppoe
│ ├── NMSettingProxy
│ ├── NMSettingSerial
+ │ ├── NMSettingSriov
│ ├── NMSettingTCConfig
- │ ├── NMSettingTeamPort
│ ├── NMSettingTeam
+ │ ├── NMSettingTeamPort
│ ├── NMSettingTun
│ ├── NMSettingUser
│ ├── NMSettingVlan
@@ -63,43 +105,9 @@
│ ├── NMSettingVxlan
│ ├── NMSettingWimax
│ ├── NMSettingWired
+ │ ├── NMSettingWireless
│ ├── NMSettingWirelessSecurity
- │ ╰── NMSettingWireless
- ├── NMObject
- │ ├── NMAccessPoint
- │ ├── NMActiveConnection
- │ │ ╰── NMVpnConnection
- │ ├── NMCheckpoint
- │ ├── NMDevice
- │ │ ├── NMDeviceAdsl
- │ │ ├── NMDeviceBond
- │ │ ├── NMDeviceBridge
- │ │ ├── NMDeviceBt
- │ │ ├── NMDeviceDummy
- │ │ ├── NMDeviceEthernet
- │ │ ├── NMDeviceGeneric
- │ │ ├── NMDeviceInfiniband
- │ │ ├── NMDeviceIPTunnel
- │ │ ├── NMDeviceMacsec
- │ │ ├── NMDeviceMacvlan
- │ │ ├── NMDeviceModem
- │ │ ├── NMDeviceOlpcMesh
- │ │ ├── NMDeviceOvsBridge
- │ │ ├── NMDeviceOvsInterface
- │ │ ├── NMDeviceOvsPort
- │ │ ├── NMDevicePpp
- │ │ ├── NMDeviceTeam
- │ │ ├── NMDeviceTun
- │ │ ├── NMDeviceVlan
- │ │ ├── NMDeviceVxlan
- │ │ ├── NMDeviceWifi
- │ │ ╰── NMDeviceWimax
- │ ├── NMDhcpConfig
- │ ├── NMIPConfig
- │ ├── NMRemoteConnection
- │ ╰── NMWimaxNsp
- ├── NMClient
- ├── NMSecretAgentOld
+ │ ╰── NMSettingWpan
╰── NMSimpleConnection
GInterface
├── NMConnection
@@ -143,6 +151,7 @@
├── NMClientError
├── NMClientPermission
├── NMClientPermissionResult
+ ├── NMConnectionMultiConnect
├── NMConnectivityState
├── NMCryptoError
├── NMDeviceState
@@ -155,6 +164,7 @@
├── NMSettingCompareFlags
├── NMSettingConnectionAutoconnectSlaves
├── NMSettingConnectionLldp
+ ├── NMSettingConnectionLlmnr
├── NMSettingConnectionMdns
├── NMSettingDiffResult
├── NMSettingIP6ConfigAddrGenMode
@@ -170,7 +180,9 @@
├── NMSettingWirelessSecurityFils
├── NMSettingWirelessSecurityPmf
├── NMSettingWirelessSecurityWpsMethod
+ ├── NMSriovVFVlanProtocol
├── NMState
+ ├── NMTernary
├── NMUtilsSecurityType
├── NMVlanPriorityMap
├── NMVpnConnectionState
@@ -184,6 +196,7 @@
├── NMIPAddress
├── NMIPRoute
├── NMLldpNeighbor
+ ├── NMSriovVF
├── NMTCAction
├── NMTCQdisc
├── NMTCTfilter
diff --git a/docs/libnm/html/usage.html b/docs/libnm/html/usage.html
index 4f0fc164..51c40c19 100644
--- a/docs/libnm/html/usage.html
+++ b/docs/libnm/html/usage.html
@@ -96,7 +96,7 @@
$ cc $(pkg-config --libs --cflags libnm) -o hello-nm hello-nm.c
$ ./hello-nm
- NetworkManager version: 1.12.2
+ NetworkManager version: 1.13.90
$
@@ -156,7 +156,7 @@
In general, the C API documentation applies to the use GObject introspection
from other languages, with the calling convention respecting the language's
customs. Consult the source tree for
- some examples.
+ some examples.
diff --git a/docs/libnm/libnm-docs.xml b/docs/libnm/libnm-docs.xml
index 3105f514..a0f87bfb 100644
--- a/docs/libnm/libnm-docs.xml
+++ b/docs/libnm/libnm-docs.xml
@@ -20,6 +20,7 @@
2015
2016
2017
+ 2018
The NetworkManager Authors
@@ -168,7 +169,7 @@ print ("NetworkManager version " + client.get_version())]]>some examples.
+ some examples .
@@ -191,6 +192,7 @@ print ("NetworkManager version " + client.get_version())]]>
+
@@ -200,6 +202,7 @@ print ("NetworkManager version " + client.get_version())]]>
+
@@ -209,6 +212,7 @@ print ("NetworkManager version " + client.get_version())]]>
+
@@ -218,6 +222,7 @@ print ("NetworkManager version " + client.get_version())]]>
+
@@ -230,6 +235,7 @@ print ("NetworkManager version " + client.get_version())]]>
+
@@ -237,6 +243,7 @@ print ("NetworkManager version " + client.get_version())]]>Device and Runtime Configuration API Reference
+
@@ -260,6 +267,8 @@ print ("NetworkManager version " + client.get_version())]]>
+
+
diff --git a/docs/libnm/libnm-sections.txt b/docs/libnm/libnm-sections.txt
index b0570e0c..519d7fd0 100644
--- a/docs/libnm/libnm-sections.txt
+++ b/docs/libnm/libnm-sections.txt
@@ -281,6 +281,7 @@ nm_connection_get_id
nm_connection_get_connection_type
nm_connection_is_virtual
nm_connection_get_virtual_device_description
+nm_connection_get_setting_6lowpan
nm_connection_get_setting_802_1x
nm_connection_get_setting_bluetooth
nm_connection_get_setting_bond
@@ -309,6 +310,7 @@ nm_connection_get_setting_ppp
nm_connection_get_setting_pppoe
nm_connection_get_setting_proxy
nm_connection_get_setting_serial
+nm_connection_get_setting_sriov
nm_connection_get_setting_tc_config
nm_connection_get_setting_tun
nm_connection_get_setting_vpn
@@ -319,6 +321,7 @@ nm_connection_get_setting_wireless
nm_connection_get_setting_wireless_security
nm_connection_get_setting_vlan
nm_connection_get_setting_vxlan
+nm_connection_get_setting_wpan
NM_CONNECTION
NM_CONNECTION_GET_INTERFACE
@@ -345,6 +348,7 @@ NM_TYPE_BLUETOOTH_CAPABILITIES
NM_TYPE_CAPABILITY
NM_TYPE_CHECKPOINT_CREATE_FLAGS
NM_TYPE_CONNECTION_ERROR
+NM_TYPE_CONNECTION_MULTI_CONNECT
NM_TYPE_CONNECTION_SERIALIZATION_FLAGS
NM_TYPE_CONNECTIVITY_STATE
NM_TYPE_CRYPTO_ERROR
@@ -370,6 +374,7 @@ NM_TYPE_SETTING_802_1X_CK_SCHEME
NM_TYPE_SETTING_COMPARE_FLAGS
NM_TYPE_SETTING_CONNECTION_AUTOCONNECT_SLAVES
NM_TYPE_SETTING_CONNECTION_LLDP
+NM_TYPE_SETTING_CONNECTION_LLMNR
NM_TYPE_SETTING_CONNECTION_MDNS
NM_TYPE_SETTING_DCB_FLAGS
NM_TYPE_SETTING_DIFF_RESULT
@@ -389,8 +394,10 @@ NM_TYPE_SETTING_WIRELESS_SECURITY_FILS
NM_TYPE_SETTING_WIRELESS_SECURITY_PMF
NM_TYPE_SETTING_WIRELESS_SECURITY_WPS_METHOD
NM_TYPE_SETTING_WIRELESS_WAKE_ON_WLAN
+NM_TYPE_SRIOV_VF_VLAN_PROTOCOL
NM_TYPE_STATE
NM_TYPE_TEAM_LINK_WATCHER_ARP_PING_FLAGS
+NM_TYPE_TERNARY
NM_TYPE_UTILS_SECURITY_TYPE
NM_TYPE_VLAN_FLAGS
NM_TYPE_VLAN_PRIORITY_MAP
@@ -410,6 +417,7 @@ nm_bluetooth_capabilities_get_type
nm_capability_get_type
nm_checkpoint_create_flags_get_type
nm_connection_error_get_type
+nm_connection_multi_connect_get_type
nm_connection_serialization_flags_get_type
nm_crypto_error_get_type
nm_device_capabilities_get_type
@@ -431,6 +439,7 @@ nm_setting_802_1x_ck_scheme_get_type
nm_setting_compare_flags_get_type
nm_setting_connection_autoconnect_slaves_get_type
nm_setting_connection_lldp_get_type
+nm_setting_connection_llmnr_get_type
nm_setting_connection_mdns_get_type
nm_setting_dcb_flags_get_type
nm_setting_diff_result_get_type
@@ -453,8 +462,10 @@ nm_setting_wireless_wake_on_wlan_get_type
nm_settings_connection_flags_get_type
nm_settings_error_get_type
nm_settings_update2_flags_get_type
+nm_sriov_vf_vlan_protocol_get_type
nm_state_get_type
nm_team_link_watcher_arp_ping_flags_get_type
+nm_ternary_get_type
nm_utils_security_type_get_type
nm_vlan_flags_get_type
nm_vlan_priority_map_get_type
@@ -470,6 +481,7 @@ nm_wimax_nsp_network_type_get_type
NMSettingOvs
NMConnection
NMSetting
+NMSetting6Lowpan
NMSetting8021x
NMSettingAdsl
NMSettingBluetooth
@@ -480,6 +492,7 @@ NMSettingCdma
NMSettingConnection
NMSettingDcb
NMSettingDummy
+NMSettingEthtool
NMSettingGeneric
NMSettingGsm
NMSettingIP4Config
@@ -489,6 +502,7 @@ NMSettingIPTunnel
NMSettingInfiniband
NMSettingMacsec
NMSettingMacvlan
+NMSettingMatch
NMSettingOlpcMesh
NMSettingOvsBridge
NMSettingOvsInterface
@@ -498,6 +512,7 @@ NMSettingPpp
NMSettingPppoe
NMSettingProxy
NMSettingSerial
+NMSettingSriov
NMSettingTCConfig
NMSettingTeam
NMSettingTeamPort
@@ -510,6 +525,7 @@ NMSettingWimax
NMSettingWired
NMSettingWireless
NMSettingWirelessSecurity
+NMSettingWpan
NMSimpleConnection
@@ -553,8 +569,11 @@ NM_DBUS_INTERFACE_DEVICE_MACSEC
NM_DBUS_INTERFACE_DEVICE_MACVLAN
NM_DBUS_INTERFACE_DEVICE_PPP
NM_DBUS_INTERFACE_DEVICE_VXLAN
+NM_DBUS_INTERFACE_DEVICE_WIREGUARD
NM_DBUS_INTERFACE_DEVICE_GRE
NM_DBUS_INTERFACE_DEVICE_IP_TUNNEL
+NM_DBUS_INTERFACE_DEVICE_WPAN
+NM_DBUS_INTERFACE_DEVICE_6LOWPAN
NM_DBUS_INTERFACE_DEVICE_STATISTICS
NM_DBUS_INTERFACE_CHECKPOINT
NM_DBUS_INTERFACE_SETTINGS
@@ -583,6 +602,7 @@ NMWimaxNspNetworkType
NMDeviceState
NMDeviceStateReason
NMMetered
+NMConnectionMultiConnect
NMActiveConnectionState
NMActiveConnectionStateReason
NMSecretAgentGetSecretsFlags
@@ -610,6 +630,7 @@ NMRollbackResult
NMSettingsConnectionFlags
NMActivationStateFlags
NMSettingsUpdate2Flags
+NMTernary
@@ -712,6 +733,21 @@ nm_device_get_type
nm_lldp_neighbor_get_type
+
+nm-device-6lowpan
+NM_DEVICE_6LOWPAN_PARENT
+NM_DEVICE_6LOWPAN_HW_ADDRESS
+nm_device_6lowpan_get_parent
+nm_device_6lowpan_get_hw_address
+
+NM_DEVICE_6LOWPAN
+NM_DEVICE_6LOWPAN_CLASS
+NM_DEVICE_6LOWPAN_GET_CLASS
+NM_IS_DEVICE_6LOWPAN
+NM_TYPE_DEVICE_6LOWPAN
+nm_device_6lowpan_get_type
+
+
nm-device-adsl
NMDeviceAdsl
@@ -1250,6 +1286,38 @@ NM_TYPE_DEVICE_WIMAX
nm_device_wimax_get_type
+
+nm-device-wireguard
+NMDeviceWireGuard
+NM_DEVICE_WIREGUARD_PUBLIC_KEY
+NM_DEVICE_WIREGUARD_LISTEN_PORT
+NM_DEVICE_WIREGUARD_FWMARK
+nm_device_wireguard_get_public_key
+nm_device_wireguard_get_listen_port
+nm_device_wireguard_get_fwmark
+
+NMDeviceWireGuardClass
+NM_DEVICE_WIREGUARD
+NM_DEVICE_WIREGUARD_CLASS
+NM_DEVICE_WIREGUARD_GET_CLASS
+NM_IS_DEVICE_WIREGUARD
+NM_TYPE_DEVICE_WIREGUARD
+nm_device_wireguard_get_type
+
+
+
+nm-device-wpan
+NM_DEVICE_WPAN_HW_ADDRESS
+nm_device_wpan_get_hw_address
+
+NM_DEVICE_WPAN
+NM_DEVICE_WPAN_CLASS
+NM_DEVICE_WPAN_GET_CLASS
+NM_IS_DEVICE_WPAN
+NM_TYPE_DEVICE_WPAN
+nm_device_wpan_get_type
+
+
nm-dhcp-config
NMDhcpConfig
@@ -1494,6 +1562,23 @@ NM_TYPE_SETTING
nm_setting_get_type
+
+nm-setting-6lowpan
+NMSetting6Lowpan
+NM_SETTING_6LOWPAN_SETTING_NAME
+NM_SETTING_6LOWPAN_PARENT
+nm_setting_6lowpan_new
+nm_setting_6lowpan_get_parent
+
+NMSetting6LowpanClass
+NM_IS_SETTING_6LOWPAN
+NM_SETTING_6LOWPAN
+NM_SETTING_6LOWPAN_CLASS
+NM_SETTING_6LOWPAN_GET_CLASS
+NM_TYPE_SETTING_6LOWPAN
+nm_setting_6lowpan_get_type
+
+
nm-setting-8021x
NMSetting8021x
@@ -1852,6 +1937,7 @@ NM_SETTING_CONNECTION_TYPE
NM_SETTING_CONNECTION_AUTOCONNECT
NM_SETTING_CONNECTION_AUTOCONNECT_PRIORITY
NM_SETTING_CONNECTION_AUTOCONNECT_RETRIES
+NM_SETTING_CONNECTION_MULTI_CONNECT
NM_SETTING_CONNECTION_TIMESTAMP
NM_SETTING_CONNECTION_READ_ONLY
NM_SETTING_CONNECTION_PERMISSIONS
@@ -1865,9 +1951,11 @@ NM_SETTING_CONNECTION_METERED
NM_SETTING_CONNECTION_LLDP
NM_SETTING_CONNECTION_AUTH_RETRIES
NM_SETTING_CONNECTION_MDNS
+NM_SETTING_CONNECTION_LLMNR
NMSettingConnectionAutoconnectSlaves
NMSettingConnectionLldp
NMSettingConnectionMdns
+NMSettingConnectionLlmnr
NMSettingConnection
nm_setting_connection_new
nm_setting_connection_get_id
@@ -1878,6 +1966,7 @@ nm_setting_connection_get_connection_type
nm_setting_connection_get_autoconnect
nm_setting_connection_get_autoconnect_priority
nm_setting_connection_get_autoconnect_retries
+nm_setting_connection_get_multi_connect
nm_setting_connection_get_timestamp
nm_setting_connection_get_read_only
nm_setting_connection_get_num_permissions
@@ -1901,6 +1990,7 @@ nm_setting_connection_get_metered
nm_setting_connection_get_lldp
nm_setting_connection_get_auth_retries
nm_setting_connection_get_mdns
+nm_setting_connection_get_llmnr
NMSettingConnectionClass
NM_IS_SETTING_CONNECTION
@@ -1982,6 +2072,77 @@ NM_TYPE_SETTING_DUMMY
nm_setting_dummy_get_type
+
+nm-setting-ethtool
+NMSettingEthtool
+NM_ETHTOOL_OPTNAME_FEATURE_ESP_HW_OFFLOAD
+NM_ETHTOOL_OPTNAME_FEATURE_ESP_TX_CSUM_HW_OFFLOAD
+NM_ETHTOOL_OPTNAME_FEATURE_FCOE_MTU
+NM_ETHTOOL_OPTNAME_FEATURE_GRO
+NM_ETHTOOL_OPTNAME_FEATURE_GSO
+NM_ETHTOOL_OPTNAME_FEATURE_HIGHDMA
+NM_ETHTOOL_OPTNAME_FEATURE_HW_TC_OFFLOAD
+NM_ETHTOOL_OPTNAME_FEATURE_L2_FWD_OFFLOAD
+NM_ETHTOOL_OPTNAME_FEATURE_LOOPBACK
+NM_ETHTOOL_OPTNAME_FEATURE_LRO
+NM_ETHTOOL_OPTNAME_FEATURE_NTUPLE
+NM_ETHTOOL_OPTNAME_FEATURE_RX
+NM_ETHTOOL_OPTNAME_FEATURE_RXHASH
+NM_ETHTOOL_OPTNAME_FEATURE_RXVLAN
+NM_ETHTOOL_OPTNAME_FEATURE_RX_ALL
+NM_ETHTOOL_OPTNAME_FEATURE_RX_FCS
+NM_ETHTOOL_OPTNAME_FEATURE_RX_GRO_HW
+NM_ETHTOOL_OPTNAME_FEATURE_RX_UDP_TUNNEL_PORT_OFFLOAD
+NM_ETHTOOL_OPTNAME_FEATURE_RX_VLAN_FILTER
+NM_ETHTOOL_OPTNAME_FEATURE_RX_VLAN_STAG_FILTER
+NM_ETHTOOL_OPTNAME_FEATURE_RX_VLAN_STAG_HW_PARSE
+NM_ETHTOOL_OPTNAME_FEATURE_SG
+NM_ETHTOOL_OPTNAME_FEATURE_TLS_HW_RECORD
+NM_ETHTOOL_OPTNAME_FEATURE_TLS_HW_TX_OFFLOAD
+NM_ETHTOOL_OPTNAME_FEATURE_TSO
+NM_ETHTOOL_OPTNAME_FEATURE_TX
+NM_ETHTOOL_OPTNAME_FEATURE_TXVLAN
+NM_ETHTOOL_OPTNAME_FEATURE_TX_CHECKSUM_FCOE_CRC
+NM_ETHTOOL_OPTNAME_FEATURE_TX_CHECKSUM_IPV4
+NM_ETHTOOL_OPTNAME_FEATURE_TX_CHECKSUM_IPV6
+NM_ETHTOOL_OPTNAME_FEATURE_TX_CHECKSUM_IP_GENERIC
+NM_ETHTOOL_OPTNAME_FEATURE_TX_CHECKSUM_SCTP
+NM_ETHTOOL_OPTNAME_FEATURE_TX_ESP_SEGMENTATION
+NM_ETHTOOL_OPTNAME_FEATURE_TX_FCOE_SEGMENTATION
+NM_ETHTOOL_OPTNAME_FEATURE_TX_GRE_CSUM_SEGMENTATION
+NM_ETHTOOL_OPTNAME_FEATURE_TX_GRE_SEGMENTATION
+NM_ETHTOOL_OPTNAME_FEATURE_TX_GSO_PARTIAL
+NM_ETHTOOL_OPTNAME_FEATURE_TX_GSO_ROBUST
+NM_ETHTOOL_OPTNAME_FEATURE_TX_IPXIP4_SEGMENTATION
+NM_ETHTOOL_OPTNAME_FEATURE_TX_IPXIP6_SEGMENTATION
+NM_ETHTOOL_OPTNAME_FEATURE_TX_NOCACHE_COPY
+NM_ETHTOOL_OPTNAME_FEATURE_TX_SCATTER_GATHER
+NM_ETHTOOL_OPTNAME_FEATURE_TX_SCATTER_GATHER_FRAGLIST
+NM_ETHTOOL_OPTNAME_FEATURE_TX_SCTP_SEGMENTATION
+NM_ETHTOOL_OPTNAME_FEATURE_TX_TCP6_SEGMENTATION
+NM_ETHTOOL_OPTNAME_FEATURE_TX_TCP_ECN_SEGMENTATION
+NM_ETHTOOL_OPTNAME_FEATURE_TX_TCP_MANGLEID_SEGMENTATION
+NM_ETHTOOL_OPTNAME_FEATURE_TX_TCP_SEGMENTATION
+NM_ETHTOOL_OPTNAME_FEATURE_TX_UDP_SEGMENTATION
+NM_ETHTOOL_OPTNAME_FEATURE_TX_UDP_TNL_CSUM_SEGMENTATION
+NM_ETHTOOL_OPTNAME_FEATURE_TX_UDP_TNL_SEGMENTATION
+NM_ETHTOOL_OPTNAME_FEATURE_TX_VLAN_STAG_HW_INSERT
+nm_ethtool_optname_is_feature
+NM_SETTING_ETHTOOL_SETTING_NAME
+nm_setting_ethtool_new
+nm_setting_ethtool_get_feature
+nm_setting_ethtool_set_feature
+nm_setting_ethtool_clear_features
+
+NMSettingEthtoolClass
+NM_IS_SETTING_ETHTOOL
+NM_SETTING_ETHTOOL
+NM_SETTING_ETHTOOL_CLASS
+NM_SETTING_ETHTOOL_GET_CLASS
+NM_TYPE_SETTING_ETHTOOL
+nm_setting_ethtool_get_type
+
+
nm-setting-generic
NMSettingGeneric
@@ -2384,6 +2545,29 @@ NM_TYPE_SETTING_MACVLAN
nm_setting_macvlan_get_type
+
+nm-setting-match
+NMSettingMatch
+NM_SETTING_MATCH_SETTING_NAME
+NM_SETTING_MATCH_INTERFACE_NAME
+nm_setting_match_new
+nm_setting_match_get_num_interface_names
+nm_setting_match_get_interface_name
+nm_setting_match_remove_interface_name
+nm_setting_match_remove_interface_name_by_value
+nm_setting_match_add_interface_name
+nm_setting_match_clear_interface_names
+nm_setting_match_get_interface_names
+
+NMSettingMatchClass
+NM_IS_SETTING_MATCH
+NM_SETTING_MATCH
+NM_SETTING_MATCH_CLASS
+NM_SETTING_MATCH_GET_CLASS
+NM_TYPE_SETTING_MATCH
+nm_setting_match_get_type
+
+
nm-setting-olpc-mesh
NMSettingOlpcMesh
@@ -2620,6 +2804,57 @@ NM_TYPE_SETTING_SERIAL
nm_setting_serial_get_type
+
+nm-setting-sriov
+NMSettingSriov
+NM_SETTING_SRIOV_SETTING_NAME
+NM_SETTING_SRIOV_TOTAL_VFS
+NM_SETTING_SRIOV_VFS
+NM_SETTING_SRIOV_AUTOPROBE_DRIVERS
+NM_SRIOV_VF_ATTRIBUTE_MAC
+NM_SRIOV_VF_ATTRIBUTE_SPOOF_CHECK
+NM_SRIOV_VF_ATTRIBUTE_TRUST
+NM_SRIOV_VF_ATTRIBUTE_MIN_TX_RATE
+NM_SRIOV_VF_ATTRIBUTE_MAX_TX_RATE
+NMSriovVFVlanProtocol
+nm_setting_sriov_new
+nm_setting_sriov_get_total_vfs
+nm_setting_sriov_get_num_vfs
+nm_setting_sriov_get_vf
+nm_setting_sriov_add_vf
+nm_setting_sriov_remove_vf
+nm_setting_sriov_remove_vf_by_index
+nm_setting_sriov_clear_vfs
+nm_setting_sriov_get_autoprobe_drivers
+nm_sriov_vf_add_vlan
+nm_sriov_vf_remove_vlan
+nm_sriov_vf_get_vlan_ids
+nm_sriov_vf_set_vlan_qos
+nm_sriov_vf_set_vlan_protocol
+nm_sriov_vf_get_vlan_qos
+nm_sriov_vf_get_vlan_protocol
+nm_sriov_vf_new
+nm_sriov_vf_ref
+nm_sriov_vf_unref
+nm_sriov_vf_equal
+nm_sriov_vf_dup
+nm_sriov_vf_get_index
+nm_sriov_vf_set_attribute
+nm_sriov_vf_get_attribute_names
+nm_sriov_vf_get_attribute
+nm_sriov_vf_attribute_validate
+
+NMSettingSriovClass
+NMSriovVF
+NM_IS_SETTING_SRIOV
+NM_SETTING_SRIOV
+NM_SETTING_SRIOV_CLASS
+NM_SETTING_SRIOV_GET_CLASS
+NM_TYPE_SETTING_SRIOV
+nm_setting_sriov_get_type
+nm_sriov_vf_get_type
+
+
nm-setting-tc-config
NMSettingTCConfig
@@ -3206,6 +3441,27 @@ NM_TYPE_SETTING_WIRELESS_SECURITY
nm_setting_wireless_security_get_type
+
+nm-setting-wpan
+NMSettingWpan
+NM_SETTING_WPAN_SETTING_NAME
+NM_SETTING_WPAN_MAC_ADDRESS
+NM_SETTING_WPAN_PAN_ID
+NM_SETTING_WPAN_SHORT_ADDRESS
+nm_setting_wpan_new
+nm_setting_wpan_get_mac_address
+nm_setting_wpan_get_pan_id
+nm_setting_wpan_get_short_address
+
+NMSettingWpanClass
+NM_IS_SETTING_WPAN
+NM_SETTING_WPAN
+NM_SETTING_WPAN_CLASS
+NM_SETTING_WPAN_GET_CLASS
+NM_TYPE_SETTING_WPAN
+nm_setting_wpan_get_type
+
+
nm-simple-connection
NMSimpleConnection
@@ -3231,6 +3487,7 @@ NMActiveConnection
NMCheckpoint
NMClient
NMDevice
+NMDevice6Lowpan
NMDeviceAdsl
NMDeviceBond
NMDeviceBridge
@@ -3254,6 +3511,8 @@ NMDeviceVlan
NMDeviceVxlan
NMDeviceWifi
NMDeviceWimax
+NMDeviceWireGuard
+NMDeviceWpan
NMDhcpConfig
NMIPConfig
NMObject
@@ -3339,6 +3598,8 @@ nm_utils_tc_action_from_str
nm_utils_tc_action_to_str
nm_utils_tc_tfilter_from_str
nm_utils_tc_tfilter_to_str
+nm_utils_sriov_vf_to_str
+nm_utils_sriov_vf_from_str
nm_utils_get_timestamp_msec
NMVariantAttributeSpec
stat
@@ -3372,7 +3633,9 @@ NM_AVAILABLE_IN_1_10
NM_DEPRECATED_IN_1_12
NM_DEPRECATED_IN_1_12_FOR
NM_AVAILABLE_IN_1_12
-NM_AVAILABLE_IN_1_12_2
+NM_DEPRECATED_IN_1_14
+NM_DEPRECATED_IN_1_14_FOR
+NM_AVAILABLE_IN_1_14
diff --git a/docs/libnm/libnm.types b/docs/libnm/libnm.types
index 5e6f7b56..d6dfdd21 100644
--- a/docs/libnm/libnm.types
+++ b/docs/libnm/libnm.types
@@ -17,9 +17,11 @@ nm_client_permission_get_type
nm_client_permission_result_get_type
nm_connection_error_get_type
nm_connection_get_type
+nm_connection_multi_connect_get_type
nm_connection_serialization_flags_get_type
nm_connectivity_state_get_type
nm_crypto_error_get_type
+nm_device_6lowpan_get_type
nm_device_adsl_get_type
nm_device_bond_get_type
nm_device_bridge_get_type
@@ -51,6 +53,8 @@ nm_device_vxlan_get_type
nm_device_wifi_capabilities_get_type
nm_device_wifi_get_type
nm_device_wimax_get_type
+nm_device_wireguard_get_type
+nm_device_wpan_get_type
nm_dhcp_config_get_type
nm_dns_entry_get_type
nm_ip_address_get_type
@@ -67,6 +71,7 @@ nm_secret_agent_capabilities_get_type
nm_secret_agent_error_get_type
nm_secret_agent_get_secrets_flags_get_type
nm_secret_agent_old_get_type
+nm_setting_6lowpan_get_type
nm_setting_802_1x_auth_flags_get_type
nm_setting_802_1x_ck_format_get_type
nm_setting_802_1x_ck_scheme_get_type
@@ -81,11 +86,13 @@ nm_setting_compare_flags_get_type
nm_setting_connection_autoconnect_slaves_get_type
nm_setting_connection_get_type
nm_setting_connection_lldp_get_type
+nm_setting_connection_llmnr_get_type
nm_setting_connection_mdns_get_type
nm_setting_dcb_flags_get_type
nm_setting_dcb_get_type
nm_setting_diff_result_get_type
nm_setting_dummy_get_type
+nm_setting_ethtool_get_type
nm_setting_generic_get_type
nm_setting_get_type
nm_setting_gsm_get_type
@@ -102,6 +109,7 @@ nm_setting_macsec_mode_get_type
nm_setting_macsec_validation_get_type
nm_setting_macvlan_get_type
nm_setting_macvlan_mode_get_type
+nm_setting_match_get_type
nm_setting_olpc_mesh_get_type
nm_setting_ovs_bridge_get_type
nm_setting_ovs_interface_get_type
@@ -114,6 +122,7 @@ nm_setting_proxy_method_get_type
nm_setting_secret_flags_get_type
nm_setting_serial_get_type
nm_setting_serial_parity_get_type
+nm_setting_sriov_get_type
nm_setting_tc_config_get_type
nm_setting_team_get_type
nm_setting_team_port_get_type
@@ -133,16 +142,20 @@ nm_setting_wireless_security_get_type
nm_setting_wireless_security_pmf_get_type
nm_setting_wireless_security_wps_method_get_type
nm_setting_wireless_wake_on_wlan_get_type
+nm_setting_wpan_get_type
nm_settings_connection_flags_get_type
nm_settings_error_get_type
nm_settings_update2_flags_get_type
nm_simple_connection_get_type
+nm_sriov_vf_get_type
+nm_sriov_vf_vlan_protocol_get_type
nm_state_get_type
nm_tc_action_get_type
nm_tc_qdisc_get_type
nm_tc_tfilter_get_type
nm_team_link_watcher_arp_ping_flags_get_type
nm_team_link_watcher_get_type
+nm_ternary_get_type
nm_utils_security_type_get_type
nm_vlan_flags_get_type
nm_vlan_priority_map_get_type
diff --git a/docs/libnm/meson.build b/docs/libnm/meson.build
index 7baf09f8..77f7ed0f 100644
--- a/docs/libnm/meson.build
+++ b/docs/libnm/meson.build
@@ -2,7 +2,8 @@ doc_module = libnm_name
private_headers = [
'common.h',
- 'crypto.h',
+ 'nm-crypto.h',
+ 'nm-crypto-impl.h',
'nm-dbus-helpers.h',
'nm-core-internal.h',
'nm-core-types-internal.h',
diff --git a/docs/libnm/version.xml b/docs/libnm/version.xml
index 6b89d58f..48930ada 100644
--- a/docs/libnm/version.xml
+++ b/docs/libnm/version.xml
@@ -1 +1 @@
-1.12.2
+1.13.90
--
cgit 1.3.0-6-gf8a5