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.
--
cgit 1.3.0-6-gf8a5
From c240974325c552cad177c457d6ff04e381fd77a3 Mon Sep 17 00:00:00 2001
From: Michael Biebl
Date: Sat, 15 Sep 2018 01:04:32 +0200
Subject: New upstream version 1.14.0
---
docs/libnm/html/NMConnection.html | 108 ------------------------------------
docs/libnm/html/api-index-full.html | 12 ----
docs/libnm/html/index.html | 2 +-
docs/libnm/html/libnm-nm-utils.html | 4 +-
docs/libnm/html/libnm.devhelp2 | 3 -
docs/libnm/html/usage.html | 2 +-
6 files changed, 5 insertions(+), 126 deletions(-)
(limited to 'docs/libnm/html')
diff --git a/docs/libnm/html/NMConnection.html b/docs/libnm/html/NMConnection.html
index 7b28796c..5389b26e 100644
--- a/docs/libnm/html/NMConnection.html
+++ b/docs/libnm/html/NMConnection.html
@@ -268,14 +268,6 @@
-NMSetting6Lowpan *
-
-
-nm_connection_get_setting_6lowpan ()
-
-
-
-
NMSetting8021x *
@@ -500,14 +492,6 @@
-NMSettingSriov *
-
-
-nm_connection_get_setting_sriov ()
-
-
-
-
NMSettingTCConfig *
@@ -586,14 +570,6 @@
nm_connection_get_setting_vxlan ()
-
-
-NMSettingWpan *
-
-
-nm_connection_get_setting_wpan ()
-
-
@@ -1709,34 +1685,6 @@ is not a virtual connection type.
-nm_connection_get_setting_6lowpan ()
-NMSetting6Lowpan *
-nm_connection_get_setting_6lowpan (NMConnection *connection);
-A shortcut to return any NMSetting6Lowpan the connection might contain.
-
-
-Since: 1.14
-
-
-
nm_connection_get_setting_802_1x ()
NMSetting8021x *
nm_connection_get_setting_802_1x (NMConnection *connection);
@@ -2511,34 +2459,6 @@ nm_connection_get_setting_serial (
-nm_connection_get_setting_sriov ()
-NMSettingSriov *
-nm_connection_get_setting_sriov (NMConnection *connection);
-A shortcut to return any NMSettingSriov the connection might contain.
-
-
-Since: 1.14
-
-
-
nm_connection_get_setting_tc_config ()
NMSettingTCConfig *
nm_connection_get_setting_tc_config (NMConnection *connection);
@@ -2811,34 +2731,6 @@ nm_connection_get_setting_vxlan (
Since: 1.2
-
-
-nm_connection_get_setting_wpan ()
-NMSettingWpan *
-nm_connection_get_setting_wpan (NMConnection *connection);
-A shortcut to return any NMSettingWpan the connection might contain.
-
-
-Since: 1.14
-
Types and Values
diff --git a/docs/libnm/html/api-index-full.html b/docs/libnm/html/api-index-full.html
index 6de91cd3..2e4a55aa 100644
--- a/docs/libnm/html/api-index-full.html
+++ b/docs/libnm/html/api-index-full.html
@@ -1211,10 +1211,6 @@ NMCheckpoint:rollback-timeout, object property in NMDeviceOvs
-nm_connection_get_setting_6lowpan, function in NMConnection
-
-
-
nm_connection_get_setting_802_1x, function in NMConnection
@@ -1327,10 +1323,6 @@ NMCheckpoint:rollback-timeout, object property in NMDeviceOvs
-nm_connection_get_setting_sriov, function in NMConnection
-
-
-
nm_connection_get_setting_tc_config, function in NMConnection
@@ -1375,10 +1367,6 @@ NMCheckpoint:rollback-timeout, object property in NMDeviceOvs
-nm_connection_get_setting_wpan, function in NMConnection
-
-
-
nm_connection_get_uuid, function in NMConnection
diff --git a/docs/libnm/html/index.html b/docs/libnm/html/index.html
index fe2418d4..26f5e72a 100644
--- a/docs/libnm/html/index.html
+++ b/docs/libnm/html/index.html
@@ -15,7 +15,7 @@
libnm Reference Manual
- for libnm 1.13.90
+ for libnm 1.14.0
The latest version of this documentation can be found on-line at
https://developer.gnome.org/libnm/stable/.
diff --git a/docs/libnm/html/libnm-nm-utils.html b/docs/libnm/html/libnm-nm-utils.html
index e032f0e9..c2a4a97e 100644
--- a/docs/libnm/html/libnm-nm-utils.html
+++ b/docs/libnm/html/libnm-nm-utils.html
@@ -3042,7 +3042,9 @@ nm_utils_parse_variant_attributes (const
Returns
a GHashTable mapping
-attribute names to GVariant values.
+attribute names to GVariant values. Warning: the variant are still floating
+references, owned by the hash table. If you take a reference, ensure to sink
+the one of the hash table first.
[transfer full][element-type utf8 GVariant]
Since: 1.8
diff --git a/docs/libnm/html/libnm.devhelp2 b/docs/libnm/html/libnm.devhelp2
index 1e58b459..e056858b 100644
--- a/docs/libnm/html/libnm.devhelp2
+++ b/docs/libnm/html/libnm.devhelp2
@@ -451,7 +451,6 @@
-
@@ -480,7 +479,6 @@
-
@@ -491,7 +489,6 @@
-
diff --git a/docs/libnm/html/usage.html b/docs/libnm/html/usage.html
index 51c40c19..5b96190f 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.13.90
+ NetworkManager version: 1.14.0
$
--
cgit 1.3.0-6-gf8a5
From e126f3e804c35480c4f075777430419d6ece23da Mon Sep 17 00:00:00 2001
From: Michael Biebl
Date: Sun, 23 Sep 2018 10:10:27 +0200
Subject: New upstream version 1.12.4
---
docs/libnm/html/NMAccessPoint.html | 4 +-
docs/libnm/html/NMActiveConnection.html | 4 +-
docs/libnm/html/NMConnection.html | 7 +-
docs/libnm/html/NMDevice.html | 9 +-
docs/libnm/html/NMDeviceAdsl.html | 4 +-
docs/libnm/html/NMDeviceOvsBridge.html | 2 +-
docs/libnm/html/NMDeviceOvsPort.html | 2 +-
docs/libnm/html/NMDeviceWimax.html | 16 +-
docs/libnm/html/NMDeviceWireGuard.html | 205 -----
docs/libnm/html/NMSetting.html | 24 +-
docs/libnm/html/NMSetting6Lowpan.html | 143 ---
docs/libnm/html/NMSetting8021x.html | 8 +-
docs/libnm/html/NMSettingConnection.html | 197 +----
docs/libnm/html/NMSettingDcb.html | 12 +-
docs/libnm/html/NMSettingDummy.html | 4 +-
docs/libnm/html/NMSettingEthtool.html | 776 -----------------
docs/libnm/html/NMSettingGeneric.html | 4 +-
docs/libnm/html/NMSettingIPConfig.html | 21 +-
docs/libnm/html/NMSettingMacvlan.html | 4 +-
docs/libnm/html/NMSettingMatch.html | 383 ---------
docs/libnm/html/NMSettingOlpcMesh.html | 4 +-
docs/libnm/html/NMSettingSerial.html | 4 +-
docs/libnm/html/NMSettingSriov.html | 1196 --------------------------
docs/libnm/html/NMSettingTCConfig.html | 4 +-
docs/libnm/html/NMSettingTeam.html | 44 +-
docs/libnm/html/NMSettingTeamPort.html | 16 +-
docs/libnm/html/NMSettingWireless.html | 4 +-
docs/libnm/html/NMSettingWpan.html | 231 -----
docs/libnm/html/api-index-full.html | 669 +-------------
docs/libnm/html/ch03.html | 15 -
docs/libnm/html/ch04.html | 13 +-
docs/libnm/html/index.html | 28 +-
docs/libnm/html/libnm-nm-dbus-interface.html | 175 ----
docs/libnm/html/libnm-nm-device-6lowpan.html | 157 ----
docs/libnm/html/libnm-nm-device-wpan.html | 107 ---
docs/libnm/html/libnm-nm-utils.html | 101 +--
docs/libnm/html/libnm-nm-version.html | 28 +-
docs/libnm/html/libnm.devhelp2 | 177 +---
docs/libnm/html/object-tree.html | 91 +-
docs/libnm/html/usage.html | 4 +-
40 files changed, 161 insertions(+), 4736 deletions(-)
delete mode 100644 docs/libnm/html/NMDeviceWireGuard.html
delete mode 100644 docs/libnm/html/NMSetting6Lowpan.html
delete mode 100644 docs/libnm/html/NMSettingEthtool.html
delete mode 100644 docs/libnm/html/NMSettingMatch.html
delete mode 100644 docs/libnm/html/NMSettingSriov.html
delete mode 100644 docs/libnm/html/NMSettingWpan.html
delete mode 100644 docs/libnm/html/libnm-nm-device-6lowpan.html
delete mode 100644 docs/libnm/html/libnm-nm-device-wpan.html
(limited to 'docs/libnm/html')
diff --git a/docs/libnm/html/NMAccessPoint.html b/docs/libnm/html/NMAccessPoint.html
index a334c30d..f4b131a7 100644
--- a/docs/libnm/html/NMAccessPoint.html
+++ b/docs/libnm/html/NMAccessPoint.html
@@ -115,7 +115,7 @@
-int
+gint
nm_access_point_get_last_seen ()
@@ -527,7 +527,7 @@ nm_access_point_get_strength (
nm_access_point_get_last_seen ()
-int
+gint
nm_access_point_get_last_seen (NMAccessPoint *ap);
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
diff --git a/docs/libnm/html/NMActiveConnection.html b/docs/libnm/html/NMActiveConnection.html
index 2e72efd9..60ebfe60 100644
--- a/docs/libnm/html/NMActiveConnection.html
+++ b/docs/libnm/html/NMActiveConnection.html
@@ -6,7 +6,7 @@
-
+
@@ -23,7 +23,7 @@


-
+

diff --git a/docs/libnm/html/NMConnection.html b/docs/libnm/html/NMConnection.html
index 5389b26e..eb235518 100644
--- a/docs/libnm/html/NMConnection.html
+++ b/docs/libnm/html/NMConnection.html
@@ -1522,10 +1522,9 @@ If the connection has no settings, nm_connection_dump ()
void
nm_connection_dump (NMConnection *connection);
-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.
+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.
Parameters
@@ -796,7 +796,6 @@
GObject
╰── NMObject
╰── NMDevice
- ├── NMDevice6Lowpan
├── NMDeviceAdsl
├── NMDeviceBond
├── NMDeviceBridge
@@ -819,9 +818,7 @@
├── NMDeviceVlan
├── NMDeviceVxlan
├── NMDeviceWifi
- ├── NMDeviceWimax
- ├── NMDeviceWireGuard
- ╰── NMDeviceWpan
+ ╰── NMDeviceWimax
diff --git a/docs/libnm/html/NMDeviceAdsl.html b/docs/libnm/html/NMDeviceAdsl.html
index 208397d2..d7a1417a 100644
--- a/docs/libnm/html/NMDeviceAdsl.html
+++ b/docs/libnm/html/NMDeviceAdsl.html
@@ -6,7 +6,7 @@
-
+
@@ -22,7 +22,7 @@


-
+

diff --git a/docs/libnm/html/NMDeviceOvsBridge.html b/docs/libnm/html/NMDeviceOvsBridge.html
index eac8d8de..5735c5ff 100644
--- a/docs/libnm/html/NMDeviceOvsBridge.html
+++ b/docs/libnm/html/NMDeviceOvsBridge.html
@@ -94,7 +94,7 @@ nm_device_ovs_bridge_get_slaves (
[element-type NMDevice]
-Since: 1.14
+Since: 1.12.2
diff --git a/docs/libnm/html/NMDeviceOvsPort.html b/docs/libnm/html/NMDeviceOvsPort.html
index 2878c49a..cfa826f6 100644
--- a/docs/libnm/html/NMDeviceOvsPort.html
+++ b/docs/libnm/html/NMDeviceOvsPort.html
@@ -94,7 +94,7 @@ nm_device_ovs_port_get_slaves (
[element-type NMDevice]
-Since: 1.14
+Since: 1.12.2
diff --git a/docs/libnm/html/NMDeviceWimax.html b/docs/libnm/html/NMDeviceWimax.html
index 470ec5b5..f28337bb 100644
--- a/docs/libnm/html/NMDeviceWimax.html
+++ b/docs/libnm/html/NMDeviceWimax.html
@@ -7,7 +7,7 @@
-
+
@@ -24,7 +24,7 @@



-
+
@@ -83,7 +83,7 @@
-int
+gint
nm_device_wimax_get_rssi ()
@@ -91,7 +91,7 @@
-int
+gint
nm_device_wimax_get_cinr ()
@@ -99,7 +99,7 @@
-int
+gint
nm_device_wimax_get_tx_power ()
@@ -427,7 +427,7 @@ device is not connected.
nm_device_wimax_get_rssi ()
-int
+gint
nm_device_wimax_get_rssi (NMDeviceWimax *self);
nm_device_wimax_get_rssi has been deprecated since version 1.2 and should not be used in newly-written code.
@@ -460,7 +460,7 @@ device is not connected.
nm_device_wimax_get_cinr ()
-int
+gint
nm_device_wimax_get_cinr (NMDeviceWimax *self);
nm_device_wimax_get_cinr has been deprecated since version 1.2 and should not be used in newly-written code.
@@ -492,7 +492,7 @@ meaning when the device is not connected.
nm_device_wimax_get_tx_power ()
-int
+gint
nm_device_wimax_get_tx_power (NMDeviceWimax *self);
nm_device_wimax_get_tx_power has been deprecated since version 1.2 and should not be used in newly-written code.
diff --git a/docs/libnm/html/NMDeviceWireGuard.html b/docs/libnm/html/NMDeviceWireGuard.html
deleted file mode 100644
index af404a8e..00000000
--- a/docs/libnm/html/NMDeviceWireGuard.html
+++ /dev/null
@@ -1,205 +0,0 @@
-
-
-
-
-NMDeviceWireGuard: libnm Reference Manual
-
-
-
-
-
-
-
-
-
-
-
-Top
-
-
-
-
-
-
-
-
-
-
-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
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/docs/libnm/html/NMSetting.html b/docs/libnm/html/NMSetting.html
index 2cf96bc7..730f4591 100644
--- a/docs/libnm/html/NMSetting.html
+++ b/docs/libnm/html/NMSetting.html
@@ -227,26 +227,23 @@
╰── NMSettingSecretFlags
GObject
╰── NMSetting
- ├── NMSetting6Lowpan
├── NMSetting8021x
├── NMSettingAdsl
├── NMSettingBluetooth
├── NMSettingBond
- ├── NMSettingBridge
├── NMSettingBridgePort
+ ├── NMSettingBridge
├── NMSettingCdma
├── NMSettingConnection
├── NMSettingDcb
├── NMSettingDummy
- ├── NMSettingEthtool
├── NMSettingGeneric
├── NMSettingGsm
├── NMSettingInfiniband
- ├── NMSettingIPConfig
├── NMSettingIPTunnel
+ ├── NMSettingIPConfig
├── NMSettingMacsec
├── NMSettingMacvlan
- ├── NMSettingMatch
├── NMSettingOlpcMesh
├── NMSettingOvsBridge
├── NMSettingOvsInterface
@@ -256,10 +253,9 @@
├── NMSettingPppoe
├── NMSettingProxy
├── NMSettingSerial
- ├── NMSettingSriov
├── NMSettingTCConfig
- ├── NMSettingTeam
├── NMSettingTeamPort
+ ├── NMSettingTeam
├── NMSettingTun
├── NMSettingUser
├── NMSettingVlan
@@ -267,9 +263,8 @@
├── NMSettingVxlan
├── NMSettingWimax
├── NMSettingWired
- ├── NMSettingWireless
├── NMSettingWirelessSecurity
- ╰── NMSettingWpan
+ ╰── NMSettingWireless
@@ -700,10 +695,9 @@ at each invocation
nm_setting_to_string ()
char *
nm_setting_to_string (NMSetting *setting);
-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.
+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.
Parameters
@@ -722,7 +716,7 @@ be stable and may change at any time.
Returns
an allocated string containing a textual representation of the
-setting's properties and values, which the caller should
+setting's properties and values (including secrets!), which the caller should
free with g_free()
@@ -1158,7 +1152,7 @@ if you specify NM_SETTING_COMPARE_FLAG_DIFF_RESULT_W
“name” gchar *
The setting's name, which uniquely identifies the setting within the
connection. Each setting type has a name unique to that type, for
-example "ppp" or "802-11-wireless" or "802-3-ethernet".
+example "ppp" or "wireless" or "wired".
Flags: Read
Default value: NULL
diff --git a/docs/libnm/html/NMSetting6Lowpan.html b/docs/libnm/html/NMSetting6Lowpan.html
deleted file mode 100644
index 0f6fb27f..00000000
--- a/docs/libnm/html/NMSetting6Lowpan.html
+++ /dev/null
@@ -1,143 +0,0 @@
-
-
-
-
-NMSetting6Lowpan: libnm Reference Manual
-
-
-
-
-
-
-
-
-
-
-
-Top
-
-
-
-
-
-
-
-
-
-
-NMSetting6Lowpan
-NMSetting6Lowpan — Describes connection properties for 6LoWPAN interfaces
-
-
-
-
-Functions
-
-
-
-
-
-
-
-
-NMSetting *
-
-
-nm_setting_6lowpan_new ()
-
-
-
-const char *
-
-
-nm_setting_6lowpan_get_parent ()
-
-
-
-
-
-
-Types and Values
-
-
-
-
-
-
-
-#define
-NM_SETTING_6LOWPAN_SETTING_NAME
-
-
-#define
-NM_SETTING_6LOWPAN_PARENT
-
-
-
-
-
-Description
-The NMSetting6Lowpan object is a NMSetting subclass that describes properties
-necessary for connection to 6LoWPAN interfaces.
-
-
-Functions
-
-nm_setting_6lowpan_new ()
-NMSetting *
-nm_setting_6lowpan_new (void);
-Creates a new NMSetting6Lowpan object with default values.
-
-Since: 1.14
-
-
-
-nm_setting_6lowpan_get_parent ()
-const char *
-nm_setting_6lowpan_get_parent (NMSetting6Lowpan *setting);
-
-
-Since: 1.14
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/docs/libnm/html/NMSetting8021x.html b/docs/libnm/html/NMSetting8021x.html
index e4ff9584..ab1f16a8 100644
--- a/docs/libnm/html/NMSetting8021x.html
+++ b/docs/libnm/html/NMSetting8021x.html
@@ -6,7 +6,7 @@
-
+
@@ -21,7 +21,7 @@


-
+

@@ -694,7 +694,7 @@
-int
+gint
nm_setting_802_1x_get_auth_timeout ()
@@ -4029,7 +4029,7 @@ nm_setting_802_1x_get_phase1_auth_flags
nm_setting_802_1x_get_auth_timeout ()
-int
+gint
nm_setting_802_1x_get_auth_timeout (NMSetting8021x *setting);
Returns the value contained in the “auth-timeout” property.
@@ -94,7 +94,7 @@
-int
+gint
nm_setting_connection_get_autoconnect_priority ()
@@ -102,7 +102,7 @@
-int
+gint
nm_setting_connection_get_autoconnect_retries ()
@@ -110,14 +110,6 @@
-NMConnectionMultiConnect
-
-
-nm_setting_connection_get_multi_connect ()
-
-
-
-
guint64
@@ -282,7 +274,7 @@
-int
+gint
nm_setting_connection_get_auth_retries ()
@@ -296,14 +288,6 @@
nm_setting_connection_get_mdns ()
-
-
-NMSettingConnectionLlmnr
-
-
-nm_setting_connection_get_llmnr ()
-
-
@@ -364,11 +348,6 @@
Read / Write / Construct
-gint
-llmnr
-Read / Write
-
-
gchar *
master
@@ -385,11 +364,6 @@
Read / Write
-gint
-multi-connect
-Read / Write
-
-
GStrv
permissions
Read / Write
@@ -500,10 +474,6 @@
#define
-NM_SETTING_CONNECTION_MULTI_CONNECT
-
-
-#define
NM_SETTING_CONNECTION_TIMESTAMP
@@ -555,10 +525,6 @@
NM_SETTING_CONNECTION_MDNS
-#define
-NM_SETTING_CONNECTION_LLMNR
-
-
enum
NMSettingConnectionAutoconnectSlaves
@@ -571,10 +537,6 @@
NMSettingConnectionMdns
-enum
-NMSettingConnectionLlmnr
-
-
NMSettingConnection
@@ -586,7 +548,6 @@
GEnum
├── NMSettingConnectionAutoconnectSlaves
├── NMSettingConnectionLldp
- ├── NMSettingConnectionLlmnr
╰── NMSettingConnectionMdns
GObject
╰── NMSetting
@@ -774,7 +735,7 @@ nm_setting_connection_get_autoconnect (
nm_setting_connection_get_autoconnect_priority ()
-int
+gint
nm_setting_connection_get_autoconnect_priority
(NMSettingConnection *setting);
Returns the “autoconnect-priority” property of the connection.
@@ -802,7 +763,7 @@ The higher number, the higher priority.
nm_setting_connection_get_autoconnect_retries ()
-int
+gint
nm_setting_connection_get_autoconnect_retries
(NMSettingConnection *setting);
Returns the “autoconnect-retries” property of the connection.
@@ -830,33 +791,6 @@ 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);
@@ -1555,7 +1489,7 @@ enabled for the connection.
nm_setting_connection_get_auth_retries ()
-int
+gint
nm_setting_connection_get_auth_retries
(NMSettingConnection *setting);
Returns the value contained in the “auth-retries” property.
@@ -1607,32 +1541,6 @@ 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
@@ -1709,12 +1617,6 @@ nm_setting_connection_get_llmnr (
-NM_SETTING_CONNECTION_MULTI_CONNECT
-#define NM_SETTING_CONNECTION_MULTI_CONNECT "multi-connect"
-
-
-
-
NM_SETTING_CONNECTION_TIMESTAMP
#define NM_SETTING_CONNECTION_TIMESTAMP "timestamp"
@@ -1793,12 +1695,6 @@ nm_setting_connection_get_llmnr (
-
-
enum NMSettingConnectionAutoconnectSlaves
NMSettingConnectionAutoconnectSlaves values indicate whether slave connections
should be activated when master is activated.
@@ -1924,52 +1820,6 @@ 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
@@ -2090,23 +1940,6 @@ 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.
@@ -2120,7 +1953,9 @@ plugin is dns-systemd-resolved.
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.
+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.
This feature requires a plugin which supports mDNS. One such
plugin is dns-systemd-resolved.
Flags: Read / Write
@@ -2140,16 +1975,6 @@ 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
diff --git a/docs/libnm/html/NMSettingDcb.html b/docs/libnm/html/NMSettingDcb.html
index cc3dc036..cae906ab 100644
--- a/docs/libnm/html/NMSettingDcb.html
+++ b/docs/libnm/html/NMSettingDcb.html
@@ -59,7 +59,7 @@
-int
+gint
nm_setting_dcb_get_app_fcoe_priority ()
@@ -82,7 +82,7 @@
-int
+gint
nm_setting_dcb_get_app_iscsi_priority ()
@@ -98,7 +98,7 @@
-int
+gint
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 ()
-int
+gint
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 ()
-int
+gint
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 ()
-int
+gint
nm_setting_dcb_get_app_fip_priority (NMSettingDcb *setting);
diff --git a/docs/libnm/html/NMSettingEthtool.html b/docs/libnm/html/NMSettingEthtool.html
deleted file mode 100644
index ff66cf11..00000000
--- a/docs/libnm/html/NMSettingEthtool.html
+++ /dev/null
@@ -1,776 +0,0 @@
-
-
-
-
-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 6d198732..6796788c 100644
--- a/docs/libnm/html/NMSettingGeneric.html
+++ b/docs/libnm/html/NMSettingGeneric.html
@@ -6,7 +6,7 @@
-
+
@@ -20,7 +20,7 @@


-
+

diff --git a/docs/libnm/html/NMSettingIPConfig.html b/docs/libnm/html/NMSettingIPConfig.html
index 0abfa142..7ff21cbd 100644
--- a/docs/libnm/html/NMSettingIPConfig.html
+++ b/docs/libnm/html/NMSettingIPConfig.html
@@ -492,7 +492,7 @@
-int
+gint
nm_setting_ip_config_next_valid_dns_option ()
@@ -532,7 +532,7 @@
-int
+gint
nm_setting_ip_config_get_dns_priority ()
@@ -706,7 +706,7 @@
-int
+gint
nm_setting_ip_config_get_dad_timeout ()
@@ -714,7 +714,7 @@
-int
+gint
nm_setting_ip_config_get_dhcp_timeout ()
@@ -2825,6 +2825,7 @@ nm_setting_ip_config_remove_dns_search_by_value
@@ -2945,7 +2946,7 @@ nm_setting_ip_config_get_dns_option (
nm_setting_ip_config_next_valid_dns_option ()
-int
+gint
nm_setting_ip_config_next_valid_dns_option
(NMSettingIPConfig *setting,
guint idx);
@@ -3120,7 +3121,7 @@ Specify how to clear the options.
nm_setting_ip_config_get_dns_priority ()
-int
+gint
nm_setting_ip_config_get_dns_priority (NMSettingIPConfig *setting);
Parameters
@@ -3779,7 +3780,7 @@ addressing to complete for the connection to succeed.
nm_setting_ip_config_get_dad_timeout ()
-int
+gint
nm_setting_ip_config_get_dad_timeout (NMSettingIPConfig *setting);
Parameters
@@ -3805,7 +3806,7 @@ nm_setting_ip_config_get_dad_timeout (
nm_setting_ip_config_get_dhcp_timeout ()
-int
+gint
nm_setting_ip_config_get_dhcp_timeout (NMSettingIPConfig *setting);
Returns the value contained in the “dhcp-timeout”
property.
@@ -4317,9 +4318,7 @@ 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. 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.
+manual IPv4 address or otherwise 10.42.x.0/24 is chosen.
Flags: Read / Write
Default value: NULL
diff --git a/docs/libnm/html/NMSettingMacvlan.html b/docs/libnm/html/NMSettingMacvlan.html
index 51965049..d0eb2679 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
deleted file mode 100644
index 5e49c23f..00000000
--- a/docs/libnm/html/NMSettingMatch.html
+++ /dev/null
@@ -1,383 +0,0 @@
-
-
-
-
-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 e9446c06..f8214240 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 47852bcf..4727b7ab 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
deleted file mode 100644
index 50eab731..00000000
--- a/docs/libnm/html/NMSettingSriov.html
+++ /dev/null
@@ -1,1196 +0,0 @@
-
-
-
-
-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 aaafb3cb..d408fd03 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 7dd4cf8b..39946f2d 100644
--- a/docs/libnm/html/NMSettingTeam.html
+++ b/docs/libnm/html/NMSettingTeam.html
@@ -183,7 +183,7 @@
-int
+gint
nm_setting_team_get_notify_peers_count ()
@@ -191,7 +191,7 @@
-int
+gint
nm_setting_team_get_notify_peers_interval ()
@@ -199,7 +199,7 @@
-int
+gint
nm_setting_team_get_mcast_rejoin_count ()
@@ -207,7 +207,7 @@
-int
+gint
nm_setting_team_get_mcast_rejoin_interval ()
@@ -236,7 +236,7 @@
-int
+gint
nm_setting_team_get_runner_tx_balancer_interval ()
@@ -260,7 +260,7 @@
-int
+gint
nm_setting_team_get_runner_sys_prio ()
@@ -268,7 +268,7 @@
-int
+gint
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 (int delay_up,
- int delay_down,
+nm_team_link_watcher_new_ethtool (gint delay_up,
+ gint 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 (int init_wait,
- int interval,
- int missed_max,
+nm_team_link_watcher_new_nsna_ping (gint init_wait,
+ gint interval,
+ gint 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 (int init_wait,
- int interval,
- int missed_max,
+nm_team_link_watcher_new_arp_ping (gint init_wait,
+ gint interval,
+ gint 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 ()
-int
+gint
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 ()
-int
+gint
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 ()
-int
+gint
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 ()
-int
+gint
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 ()
-int
+gint
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 ()
-int
+gint
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 ()
-int
+gint
nm_setting_team_get_runner_min_ports (NMSettingTeam *setting);
-int
+gint
nm_setting_team_port_get_queue_id ()
@@ -66,7 +66,7 @@
-int
+gint
nm_setting_team_port_get_prio ()
@@ -82,7 +82,7 @@
-int
+gint
nm_setting_team_port_get_lacp_prio ()
@@ -90,7 +90,7 @@
-int
+gint
nm_setting_team_port_get_lacp_key ()
@@ -304,7 +304,7 @@ nm_setting_team_port_get_config (
nm_setting_team_port_get_queue_id ()
-int
+gint
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 ()
-int
+gint
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 ()
-int
+gint
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 ()
-int
+gint
nm_setting_team_port_get_lacp_key (NMSettingTeamPort *setting);
diff --git a/docs/libnm/html/NMSettingWpan.html b/docs/libnm/html/NMSettingWpan.html
deleted file mode 100644
index c05d76ca..00000000
--- a/docs/libnm/html/NMSettingWpan.html
+++ /dev/null
@@ -1,231 +0,0 @@
-
-
-
-
-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/api-index-full.html b/docs/libnm/html/api-index-full.html
index 2e4a55aa..4e03d118 100644
--- a/docs/libnm/html/api-index-full.html
+++ b/docs/libnm/html/api-index-full.html
@@ -23,8 +23,6 @@
|
D
|
- E
- |
I
|
J
@@ -453,7 +451,7 @@
-NM_AVAILABLE_IN_1_14, macro in nm-version
+NM_AVAILABLE_IN_1_12_2, macro in nm-version
@@ -1135,10 +1133,6 @@ NMCheckpoint:rollback-timeout, object property in NMDeviceOvs
-NMConnectionMultiConnect, enum in nm-dbus-interface
-
-
-
NMConnectionSerializationFlags, enum in NMConnection
@@ -1476,10 +1470,6 @@ NMCheckpoint:rollback-timeout, object property in NMDeviceOvs
-NM_DBUS_INTERFACE_DEVICE_6LOWPAN, macro in nm-dbus-interface
-
-
-
NM_DBUS_INTERFACE_DEVICE_ADSL, macro in nm-dbus-interface
@@ -1580,18 +1570,10 @@ NMCheckpoint:rollback-timeout, object property in NMDeviceOvs
-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
@@ -1792,14 +1774,6 @@ NMCheckpoint:rollback-timeout, object property in NMDeviceOvs
-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
@@ -1836,18 +1810,6 @@ NMCheckpoint:rollback-timeout, object property in NMDeviceOvs
-NMDevice6Lowpan, struct in NMDeviceOvs
-
-
-
-NMDevice6Lowpan:hw-address, object property in NMDeviceOvs
-
-
-
-NMDevice6Lowpan:parent, object property in NMDeviceOvs
-
-
-
NMDevice::state-changed, object signal in NMDeviceOvs
@@ -2516,46 +2478,6 @@ 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
@@ -3752,38 +3674,6 @@ NMDeviceWpan:hw-address, object property 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
@@ -3839,219 +3729,6 @@ NMDeviceWpan:hw-address, object property 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
@@ -4872,14 +4549,6 @@ json_true, macro in nm-json
-NMSetting6Lowpan, struct in NMSettingOvs
-
-
-
-NMSetting6Lowpan:parent, object property in NMSettingOvs
-
-
-
NMSetting8021x, struct in NMSetting8021x
@@ -5256,10 +4925,6 @@ NMSetting6Lowpan:parent, object property in NMSettingOvs
-NMSettingConnection:llmnr, object property in NMSettingConnection
-
-
-
NMSettingConnection:master, object property in NMSettingConnection
@@ -5272,10 +4937,6 @@ NMSetting6Lowpan:parent, object property in NMSettingOvs
-NMSettingConnection:multi-connect, object property in NMSettingConnection
-
-
-
NMSettingConnection:permissions, object property in NMSettingConnection
@@ -5320,10 +4981,6 @@ NMSetting6Lowpan:parent, object property in NMSettingOvs
-NMSettingConnectionLlmnr, enum in NMSettingConnection
-
-
-
NMSettingConnectionMdns, enum in NMSettingConnection
@@ -5404,10 +5061,6 @@ NMSetting6Lowpan:parent, object property in NMSettingOvs
-NMSettingEthtool, struct in NMSettingOvs
-
-
-
NMSettingGeneric, struct in NMSettingGeneric
@@ -5740,14 +5393,6 @@ NMSettingEthtool, struct in NMSettingOvs
-NMSettingMatch, struct in NMSettingOvs
-
-
-
-NMSettingMatch:interface-name, object property in NMSettingOvs
-
-
-
NMSettingOlpcMesh, struct in NMSettingOlpcMesh
@@ -5992,22 +5637,6 @@ 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
@@ -6548,38 +6177,6 @@ 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
@@ -7636,10 +7233,6 @@ NMSettingWpan:short-address, object property in NMSettingOvs
-nm_setting_connection_get_llmnr, function in NMSettingConnection
-
-
-
nm_setting_connection_get_master, function in NMSettingConnection
@@ -7652,10 +7245,6 @@ NMSettingWpan:short-address, object property in NMSettingOvs
-nm_setting_connection_get_multi_connect, function in NMSettingConnection
-
-
-
nm_setting_connection_get_num_permissions, function in NMSettingConnection
@@ -7712,10 +7301,6 @@ NMSettingWpan:short-address, object property in NMSettingOvs
-NM_SETTING_CONNECTION_LLMNR, macro in NMSettingConnection
-
-
-
NM_SETTING_CONNECTION_MASTER, macro in NMSettingConnection
@@ -7728,10 +7313,6 @@ NMSettingWpan:short-address, object property in NMSettingOvs
-NM_SETTING_CONNECTION_MULTI_CONNECT, macro in NMSettingConnection
-
-
-
nm_setting_connection_new, function in NMSettingConnection
@@ -8036,26 +7617,6 @@ NMSettingWpan:short-address, 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
@@ -8848,46 +8409,6 @@ NMSettingWpan:short-address, 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
@@ -9356,58 +8877,6 @@ NMSettingWpan:short-address, 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
@@ -10824,38 +10293,6 @@ NMSettingWpan:short-address, 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
@@ -10872,98 +10309,6 @@ NMSettingWpan:short-address, 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
@@ -11168,10 +10513,6 @@ NMSettingWpan:short-address, 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
@@ -11414,14 +10755,6 @@ 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
diff --git a/docs/libnm/html/ch03.html b/docs/libnm/html/ch03.html
index b065a7ff..a50f5226 100644
--- a/docs/libnm/html/ch03.html
+++ b/docs/libnm/html/ch03.html
@@ -39,9 +39,6 @@
NMSettingConnection — Describes general connection properties
-NMSetting6Lowpan — Describes connection properties for 6LoWPAN interfaces
-
-
NMSetting8021x — Describes 802.1x-authenticated connection properties
@@ -69,9 +66,6 @@
NMSettingDummy — Describes connection properties for dummy interfaces
-NMSettingEthtool — Describes connection properties for ethtool related options
-
-
NMSettingGeneric — Describes connection properties for generic devices
@@ -100,9 +94,6 @@
NMSettingMacvlan — Describes connection properties for macvlan interfaces
-NMSettingMatch — Properties to match a connection with a device.
-
-
NMSettingOlpcMesh — Describes connection properties for OLPC-Mesh devices
@@ -132,9 +123,6 @@ that require PPP to deliver IP capability
serial communications
-NMSettingSriov — Describes SR-IOV connection properties
-
-
NMSettingTCConfig — Describes connection properties for the Linux Traffic Control
@@ -171,9 +159,6 @@ 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
-
@@ -2400,60 +2332,6 @@ 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
@@ -2950,20 +2828,6 @@ VPN plugin authentication dialogs.
-
-
-
-GRETAP tunnel
-
-
-
-
-
-
-IPv6 GRETAP tunnel
-
-
-
@@ -3296,45 +3160,6 @@ VPN plugin authentication dialogs.
Since: 1.12
-
-
@@ -178,11 +172,7 @@
#define
-NM_DEPRECATED_IN_1_14
-
-
-#define
-NM_AVAILABLE_IN_1_14
+NM_AVAILABLE_IN_1_12_2
@@ -238,12 +228,6 @@
# define NM_DEPRECATED_IN_1_12_FOR(f) G_DEPRECATED_FOR(f)
-
-
-
-
diff --git a/docs/libnm/html/libnm.devhelp2 b/docs/libnm/html/libnm.devhelp2
index e056858b..516f8702 100644
--- a/docs/libnm/html/libnm.devhelp2
+++ b/docs/libnm/html/libnm.devhelp2
@@ -18,7 +18,6 @@
-
@@ -28,7 +27,6 @@
-
@@ -38,7 +36,6 @@
-
@@ -48,7 +45,6 @@
-
@@ -61,11 +57,9 @@
-
-
@@ -89,8 +83,6 @@
-
-
@@ -360,11 +352,8 @@
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
- │ ├── NMSettingBridge
│ ├── NMSettingBridgePort
+ │ ├── NMSettingBridge
│ ├── NMSettingCdma
│ ├── NMSettingConnection
│ ├── NMSettingDcb
│ ├── NMSettingDummy
- │ ├── NMSettingEthtool
│ ├── NMSettingGeneric
│ ├── NMSettingGsm
│ ├── NMSettingInfiniband
+ │ ├── NMSettingIPTunnel
│ ├── NMSettingIPConfig
│ │ ├── NMSettingIP4Config
│ │ ╰── NMSettingIP6Config
- │ ├── NMSettingIPTunnel
│ ├── NMSettingMacsec
│ ├── NMSettingMacvlan
- │ ├── NMSettingMatch
│ ├── NMSettingOlpcMesh
│ ├── NMSettingOvsBridge
│ ├── NMSettingOvsInterface
@@ -94,10 +53,9 @@
│ ├── NMSettingPppoe
│ ├── NMSettingProxy
│ ├── NMSettingSerial
- │ ├── NMSettingSriov
│ ├── NMSettingTCConfig
- │ ├── NMSettingTeam
│ ├── NMSettingTeamPort
+ │ ├── NMSettingTeam
│ ├── NMSettingTun
│ ├── NMSettingUser
│ ├── NMSettingVlan
@@ -105,9 +63,43 @@
│ ├── NMSettingVxlan
│ ├── NMSettingWimax
│ ├── NMSettingWired
- │ ├── NMSettingWireless
│ ├── NMSettingWirelessSecurity
- │ ╰── NMSettingWpan
+ │ ╰── 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
╰── NMSimpleConnection
GInterface
├── NMConnection
@@ -151,7 +143,6 @@
├── NMClientError
├── NMClientPermission
├── NMClientPermissionResult
- ├── NMConnectionMultiConnect
├── NMConnectivityState
├── NMCryptoError
├── NMDeviceState
@@ -164,7 +155,6 @@
├── NMSettingCompareFlags
├── NMSettingConnectionAutoconnectSlaves
├── NMSettingConnectionLldp
- ├── NMSettingConnectionLlmnr
├── NMSettingConnectionMdns
├── NMSettingDiffResult
├── NMSettingIP6ConfigAddrGenMode
@@ -180,9 +170,7 @@
├── NMSettingWirelessSecurityFils
├── NMSettingWirelessSecurityPmf
├── NMSettingWirelessSecurityWpsMethod
- ├── NMSriovVFVlanProtocol
├── NMState
- ├── NMTernary
├── NMUtilsSecurityType
├── NMVlanPriorityMap
├── NMVpnConnectionState
@@ -196,7 +184,6 @@
├── NMIPAddress
├── NMIPRoute
├── NMLldpNeighbor
- ├── NMSriovVF
├── NMTCAction
├── NMTCQdisc
├── NMTCTfilter
diff --git a/docs/libnm/html/usage.html b/docs/libnm/html/usage.html
index 5b96190f..92e567c7 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.14.0
+ NetworkManager version: 1.12.4
$
@@ -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.
--
cgit 1.3.0-6-gf8a5