From 58f8be580039b0575b197b9573a1c92745d96d30 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 17 Jan 2017 20:25:09 +0100 Subject: New upstream version 1.5.90 --- docs/api/Makefile.am | 74 +- docs/api/Makefile.in | 96 +-- ...-org.freedesktop.NetworkManager.AccessPoint.xml | 154 +++++ ...org.freedesktop.NetworkManager.AgentManager.xml | 72 ++ ...reedesktop.NetworkManager.Connection.Active.xml | 226 ++++++ ...-org.freedesktop.NetworkManager.DHCP4Config.xml | 56 ++ ...-org.freedesktop.NetworkManager.DHCP6Config.xml | 56 ++ ...-org.freedesktop.NetworkManager.Device.Adsl.xml | 55 ++ ...freedesktop.NetworkManager.Device.Bluetooth.xml | 76 +++ ...-org.freedesktop.NetworkManager.Device.Bond.xml | 77 +++ ...rg.freedesktop.NetworkManager.Device.Bridge.xml | 77 +++ ...g.freedesktop.NetworkManager.Device.Generic.xml | 65 ++ ....freedesktop.NetworkManager.Device.IPTunnel.xml | 159 +++++ ...reedesktop.NetworkManager.Device.Infiniband.xml | 66 ++ ...rg.freedesktop.NetworkManager.Device.Macsec.xml | 181 +++++ ...g.freedesktop.NetworkManager.Device.Macvlan.xml | 85 +++ ...org.freedesktop.NetworkManager.Device.Modem.xml | 71 ++ ....freedesktop.NetworkManager.Device.OlpcMesh.xml | 75 ++ ...reedesktop.NetworkManager.Device.Statistics.xml | 78 +++ ...-org.freedesktop.NetworkManager.Device.Team.xml | 87 +++ ...s-org.freedesktop.NetworkManager.Device.Tun.xml | 118 ++++ ...-org.freedesktop.NetworkManager.Device.Veth.xml | 55 ++ ...-org.freedesktop.NetworkManager.Device.Vlan.xml | 86 +++ ...org.freedesktop.NetworkManager.Device.Vxlan.xml | 222 ++++++ ...org.freedesktop.NetworkManager.Device.WiMax.xml | 192 ++++++ ...org.freedesktop.NetworkManager.Device.Wired.xml | 96 +++ ....freedesktop.NetworkManager.Device.Wireless.xml | 210 ++++++ .../dbus-org.freedesktop.NetworkManager.Device.xml | 475 +++++++++++++ ...s-org.freedesktop.NetworkManager.DnsManager.xml | 58 ++ ...us-org.freedesktop.NetworkManager.IP4Config.xml | 167 +++++ ...us-org.freedesktop.NetworkManager.IP6Config.xml | 151 ++++ .../dbus-org.freedesktop.NetworkManager.PPP.xml | 87 +++ ...-org.freedesktop.NetworkManager.SecretAgent.xml | 150 ++++ ...edesktop.NetworkManager.Settings.Connection.xml | 211 ++++++ ...bus-org.freedesktop.NetworkManager.Settings.xml | 288 ++++++++ ...g.freedesktop.NetworkManager.VPN.Connection.xml | 89 +++ ...s-org.freedesktop.NetworkManager.VPN.Plugin.xml | 325 +++++++++ docs/api/dbus-org.freedesktop.NetworkManager.xml | 739 ++++++++++++++++++++ docs/api/html/NetworkManager.conf.html | 88 ++- docs/api/html/NetworkManager.devhelp2 | 403 +++++------ docs/api/html/dbus-types.html | 4 +- ...org.freedesktop.NetworkManager.DHCP4Config.html | 4 +- ...org.freedesktop.NetworkManager.DHCP6Config.html | 4 +- ...freedesktop.NetworkManager.Device.IPTunnel.html | 4 +- ...g.freedesktop.NetworkManager.Device.Macsec.html | 214 ++++++ ....freedesktop.NetworkManager.Device.Macvlan.html | 8 +- ...rg.freedesktop.NetworkManager.Device.Modem.html | 4 +- ...freedesktop.NetworkManager.Device.OlpcMesh.html | 4 +- ...eedesktop.NetworkManager.Device.Statistics.html | 8 +- ...org.freedesktop.NetworkManager.Device.Team.html | 4 +- ...-org.freedesktop.NetworkManager.Device.Tun.html | 4 +- ...org.freedesktop.NetworkManager.Device.Veth.html | 4 +- ...org.freedesktop.NetworkManager.Device.Vlan.html | 4 +- ...rg.freedesktop.NetworkManager.Device.Vxlan.html | 4 +- ...rg.freedesktop.NetworkManager.Device.WiMax.html | 4 +- ...freedesktop.NetworkManager.Device.Wireless.html | 4 +- ...-org.freedesktop.NetworkManager.DnsManager.html | 87 +++ ...s-org.freedesktop.NetworkManager.IP4Config.html | 4 +- ...s-org.freedesktop.NetworkManager.IP6Config.html | 4 +- ...-org.freedesktop.NetworkManager.VPN.Plugin.html | 4 +- .../html/gdbus-org.freedesktop.NetworkManager.html | 14 +- docs/api/html/index.html | 8 +- docs/api/html/ix01.html | 756 +++++++++++---------- docs/api/html/nm-dbus-types.html | 128 +++- docs/api/html/nm-settings-ifcfg-rh.html | 239 +++---- docs/api/html/nm-settings-keyfile.html | 16 +- docs/api/html/nm-settings.html | 239 +++++-- docs/api/html/nm-vpn-dbus-types.html | 6 +- docs/api/html/nmcli.html | 47 +- docs/api/html/ref-settings.html | 190 +++++- docs/api/html/spec.html | 6 + docs/api/network-manager-docs.xml | 70 +- docs/api/settings-spec.xml | 47 +- docs/api/version.xml | 2 +- 74 files changed, 7244 insertions(+), 1001 deletions(-) create mode 100644 docs/api/dbus-org.freedesktop.NetworkManager.AccessPoint.xml create mode 100644 docs/api/dbus-org.freedesktop.NetworkManager.AgentManager.xml create mode 100644 docs/api/dbus-org.freedesktop.NetworkManager.Connection.Active.xml create mode 100644 docs/api/dbus-org.freedesktop.NetworkManager.DHCP4Config.xml create mode 100644 docs/api/dbus-org.freedesktop.NetworkManager.DHCP6Config.xml create mode 100644 docs/api/dbus-org.freedesktop.NetworkManager.Device.Adsl.xml create mode 100644 docs/api/dbus-org.freedesktop.NetworkManager.Device.Bluetooth.xml create mode 100644 docs/api/dbus-org.freedesktop.NetworkManager.Device.Bond.xml create mode 100644 docs/api/dbus-org.freedesktop.NetworkManager.Device.Bridge.xml create mode 100644 docs/api/dbus-org.freedesktop.NetworkManager.Device.Generic.xml create mode 100644 docs/api/dbus-org.freedesktop.NetworkManager.Device.IPTunnel.xml create mode 100644 docs/api/dbus-org.freedesktop.NetworkManager.Device.Infiniband.xml create mode 100644 docs/api/dbus-org.freedesktop.NetworkManager.Device.Macsec.xml create mode 100644 docs/api/dbus-org.freedesktop.NetworkManager.Device.Macvlan.xml create mode 100644 docs/api/dbus-org.freedesktop.NetworkManager.Device.Modem.xml create mode 100644 docs/api/dbus-org.freedesktop.NetworkManager.Device.OlpcMesh.xml create mode 100644 docs/api/dbus-org.freedesktop.NetworkManager.Device.Statistics.xml create mode 100644 docs/api/dbus-org.freedesktop.NetworkManager.Device.Team.xml create mode 100644 docs/api/dbus-org.freedesktop.NetworkManager.Device.Tun.xml create mode 100644 docs/api/dbus-org.freedesktop.NetworkManager.Device.Veth.xml create mode 100644 docs/api/dbus-org.freedesktop.NetworkManager.Device.Vlan.xml create mode 100644 docs/api/dbus-org.freedesktop.NetworkManager.Device.Vxlan.xml create mode 100644 docs/api/dbus-org.freedesktop.NetworkManager.Device.WiMax.xml create mode 100644 docs/api/dbus-org.freedesktop.NetworkManager.Device.Wired.xml create mode 100644 docs/api/dbus-org.freedesktop.NetworkManager.Device.Wireless.xml create mode 100644 docs/api/dbus-org.freedesktop.NetworkManager.Device.xml create mode 100644 docs/api/dbus-org.freedesktop.NetworkManager.DnsManager.xml create mode 100644 docs/api/dbus-org.freedesktop.NetworkManager.IP4Config.xml create mode 100644 docs/api/dbus-org.freedesktop.NetworkManager.IP6Config.xml create mode 100644 docs/api/dbus-org.freedesktop.NetworkManager.PPP.xml create mode 100644 docs/api/dbus-org.freedesktop.NetworkManager.SecretAgent.xml create mode 100644 docs/api/dbus-org.freedesktop.NetworkManager.Settings.Connection.xml create mode 100644 docs/api/dbus-org.freedesktop.NetworkManager.Settings.xml create mode 100644 docs/api/dbus-org.freedesktop.NetworkManager.VPN.Connection.xml create mode 100644 docs/api/dbus-org.freedesktop.NetworkManager.VPN.Plugin.xml create mode 100644 docs/api/dbus-org.freedesktop.NetworkManager.xml create mode 100644 docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Macsec.html create mode 100644 docs/api/html/gdbus-org.freedesktop.NetworkManager.DnsManager.html (limited to 'docs/api') diff --git a/docs/api/Makefile.am b/docs/api/Makefile.am index afe5d384..bb54fb35 100644 --- a/docs/api/Makefile.am +++ b/docs/api/Makefile.am @@ -7,7 +7,7 @@ GENERATED_FILES = if SETTING_DOCS_AVAILABLE -settings-spec.xml: settings-spec.xsl $(top_builddir)/libnm/nm-setting-docs.xml +settings-spec.xml: settings-spec.xsl $(top_builddir)/libnm/nm-settings-docs.xml $(AM_V_GEN) xsltproc --output $@ $^ # Top-level SGML file includes (depends on) settings-spec.xml @@ -40,40 +40,42 @@ MKHTML_OPTIONS=--path="$(abs_srcdir)" # Non-autogenerated SGML files to be included in $(DOC_MAIN_SGML_FILE) content_files = \ - $(top_builddir)/introspection/nmdbus-access-point-org.freedesktop.NetworkManager.AccessPoint.xml \ - $(top_builddir)/introspection/nmdbus-active-connection-org.freedesktop.NetworkManager.Connection.Active.xml \ - $(top_builddir)/introspection/nmdbus-device-team-org.freedesktop.NetworkManager.Device.Team.xml \ - $(top_builddir)/introspection/nmdbus-dhcp6-config-org.freedesktop.NetworkManager.DHCP6Config.xml \ - $(top_builddir)/introspection/nmdbus-device-wifi-org.freedesktop.NetworkManager.Device.Wireless.xml \ - $(top_builddir)/introspection/nmdbus-manager-org.freedesktop.NetworkManager.xml \ - $(top_builddir)/introspection/nmdbus-vpn-connection-org.freedesktop.NetworkManager.VPN.Connection.xml \ - $(top_builddir)/introspection/nmdbus-secret-agent-org.freedesktop.NetworkManager.SecretAgent.xml \ - $(top_builddir)/introspection/nmdbus-device-org.freedesktop.NetworkManager.Device.xml \ - $(top_builddir)/introspection/nmdbus-vpn-plugin-org.freedesktop.NetworkManager.VPN.Plugin.xml \ - $(top_builddir)/introspection/nmdbus-device-bt-org.freedesktop.NetworkManager.Device.Bluetooth.xml \ - $(top_builddir)/introspection/nmdbus-device-vxlan-org.freedesktop.NetworkManager.Device.Vxlan.xml \ - $(top_builddir)/introspection/nmdbus-settings-connection-org.freedesktop.NetworkManager.Settings.Connection.xml \ - $(top_builddir)/introspection/nmdbus-device-bond-org.freedesktop.NetworkManager.Device.Bond.xml \ - $(top_builddir)/introspection/nmdbus-device-macvlan-org.freedesktop.NetworkManager.Device.Macvlan.xml \ - $(top_builddir)/introspection/nmdbus-ppp-manager-org.freedesktop.NetworkManager.PPP.xml \ - $(top_builddir)/introspection/nmdbus-device-vlan-org.freedesktop.NetworkManager.Device.Vlan.xml \ - $(top_builddir)/introspection/nmdbus-device-adsl-org.freedesktop.NetworkManager.Device.Adsl.xml \ - $(top_builddir)/introspection/nmdbus-agent-manager-org.freedesktop.NetworkManager.AgentManager.xml \ - $(top_builddir)/introspection/nmdbus-device-wimax-org.freedesktop.NetworkManager.Device.WiMax.xml \ - $(top_builddir)/introspection/nmdbus-device-ip-tunnel-org.freedesktop.NetworkManager.Device.IPTunnel.xml \ - $(top_builddir)/introspection/nmdbus-device-tun-org.freedesktop.NetworkManager.Device.Tun.xml \ - $(top_builddir)/introspection/nmdbus-device-bridge-org.freedesktop.NetworkManager.Device.Bridge.xml \ - $(top_builddir)/introspection/nmdbus-device-olpc-mesh-org.freedesktop.NetworkManager.Device.OlpcMesh.xml \ - $(top_builddir)/introspection/nmdbus-dhcp4-config-org.freedesktop.NetworkManager.DHCP4Config.xml \ - $(top_builddir)/introspection/nmdbus-device-generic-org.freedesktop.NetworkManager.Device.Generic.xml \ - $(top_builddir)/introspection/nmdbus-device-infiniband-org.freedesktop.NetworkManager.Device.Infiniband.xml \ - $(top_builddir)/introspection/nmdbus-device-modem-org.freedesktop.NetworkManager.Device.Modem.xml \ - $(top_builddir)/introspection/nmdbus-ip6-config-org.freedesktop.NetworkManager.IP6Config.xml \ - $(top_builddir)/introspection/nmdbus-device-veth-org.freedesktop.NetworkManager.Device.Veth.xml \ - $(top_builddir)/introspection/nmdbus-settings-org.freedesktop.NetworkManager.Settings.xml \ - $(top_builddir)/introspection/nmdbus-device-ethernet-org.freedesktop.NetworkManager.Device.Wired.xml \ - $(top_builddir)/introspection/nmdbus-ip4-config-org.freedesktop.NetworkManager.IP4Config.xml \ - $(top_builddir)/introspection/nmdbus-device-statistics-org.freedesktop.NetworkManager.Device.Statistics.xml \ + dbus-org.freedesktop.NetworkManager.AccessPoint.xml \ + dbus-org.freedesktop.NetworkManager.Connection.Active.xml \ + dbus-org.freedesktop.NetworkManager.Device.Team.xml \ + dbus-org.freedesktop.NetworkManager.DHCP6Config.xml \ + dbus-org.freedesktop.NetworkManager.Device.Wireless.xml \ + dbus-org.freedesktop.NetworkManager.xml \ + dbus-org.freedesktop.NetworkManager.VPN.Connection.xml \ + dbus-org.freedesktop.NetworkManager.SecretAgent.xml \ + dbus-org.freedesktop.NetworkManager.Device.xml \ + dbus-org.freedesktop.NetworkManager.VPN.Plugin.xml \ + dbus-org.freedesktop.NetworkManager.Device.Bluetooth.xml \ + dbus-org.freedesktop.NetworkManager.Device.Vxlan.xml \ + dbus-org.freedesktop.NetworkManager.Settings.Connection.xml \ + dbus-org.freedesktop.NetworkManager.Device.Bond.xml \ + dbus-org.freedesktop.NetworkManager.Device.Macvlan.xml \ + dbus-org.freedesktop.NetworkManager.Device.Macsec.xml \ + dbus-org.freedesktop.NetworkManager.PPP.xml \ + dbus-org.freedesktop.NetworkManager.Device.Vlan.xml \ + dbus-org.freedesktop.NetworkManager.Device.Adsl.xml \ + dbus-org.freedesktop.NetworkManager.AgentManager.xml \ + dbus-org.freedesktop.NetworkManager.Device.WiMax.xml \ + dbus-org.freedesktop.NetworkManager.Device.IPTunnel.xml \ + dbus-org.freedesktop.NetworkManager.Device.Tun.xml \ + dbus-org.freedesktop.NetworkManager.Device.Bridge.xml \ + dbus-org.freedesktop.NetworkManager.Device.OlpcMesh.xml \ + dbus-org.freedesktop.NetworkManager.DHCP4Config.xml \ + dbus-org.freedesktop.NetworkManager.Device.Generic.xml \ + dbus-org.freedesktop.NetworkManager.Device.Infiniband.xml \ + dbus-org.freedesktop.NetworkManager.Device.Modem.xml \ + dbus-org.freedesktop.NetworkManager.IP6Config.xml \ + dbus-org.freedesktop.NetworkManager.Device.Veth.xml \ + dbus-org.freedesktop.NetworkManager.Settings.xml \ + dbus-org.freedesktop.NetworkManager.Device.Wired.xml \ + dbus-org.freedesktop.NetworkManager.IP4Config.xml \ + dbus-org.freedesktop.NetworkManager.Device.Statistics.xml \ + dbus-org.freedesktop.NetworkManager.DnsManager.xml \ $(top_builddir)/libnm-core/nm-dbus-types.xml \ $(top_builddir)/libnm-core/nm-vpn-dbus-types.xml \ $(top_builddir)/man/nmcli.xml \ @@ -101,6 +103,4 @@ CLEANFILES += html/* tmpl/* xml/* \ NetworkManager-sections.txt \ NetworkManager-overrides.txt -if BUILD_SETTING_DOCS CLEANFILES += settings-spec.xml -endif diff --git a/docs/api/Makefile.in b/docs/api/Makefile.in index e79e6f57..bc349c8f 100644 --- a/docs/api/Makefile.in +++ b/docs/api/Makefile.in @@ -95,7 +95,6 @@ build_triplet = @build@ host_triplet = @host@ @SETTING_DOCS_AVAILABLE_TRUE@am__append_1 = settings-spec.xml @CONFIG_PLUGIN_IFCFG_RH_TRUE@am__append_2 = $(top_builddir)/man/nm-settings-ifcfg-rh.xml -@BUILD_SETTING_DOCS_TRUE@am__append_3 = settings-spec.xml subdir = docs/api ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/attributes.m4 \ @@ -278,10 +277,12 @@ NEWT_CFLAGS = @NEWT_CFLAGS@ NEWT_LIBS = @NEWT_LIBS@ NM = @NM@ NMEDIT = @NMEDIT@ -NM_CONFIG_DEFAULT_AUTH_POLKIT_TEXT = @NM_CONFIG_DEFAULT_AUTH_POLKIT_TEXT@ -NM_CONFIG_DEFAULT_DNS_RC_MANAGER = @NM_CONFIG_DEFAULT_DNS_RC_MANAGER@ NM_CONFIG_DEFAULT_LOGGING_AUDIT_TEXT = @NM_CONFIG_DEFAULT_LOGGING_AUDIT_TEXT@ -NM_CONFIG_LOGGING_BACKEND_DEFAULT_TEXT = @NM_CONFIG_LOGGING_BACKEND_DEFAULT_TEXT@ +NM_CONFIG_DEFAULT_LOGGING_BACKEND_TEXT = @NM_CONFIG_DEFAULT_LOGGING_BACKEND_TEXT@ +NM_CONFIG_DEFAULT_MAIN_AUTH_POLKIT_TEXT = @NM_CONFIG_DEFAULT_MAIN_AUTH_POLKIT_TEXT@ +NM_CONFIG_DEFAULT_MAIN_DHCP = @NM_CONFIG_DEFAULT_MAIN_DHCP@ +NM_CONFIG_DEFAULT_MAIN_RC_MANAGER = @NM_CONFIG_DEFAULT_MAIN_RC_MANAGER@ +NM_LOG_COMPILER = @NM_LOG_COMPILER@ NM_MAJOR_VERSION = @NM_MAJOR_VERSION@ NM_MICRO_VERSION = @NM_MICRO_VERSION@ NM_MINOR_VERSION = @NM_MINOR_VERSION@ @@ -310,6 +311,11 @@ POLKIT_LIBS = @POLKIT_LIBS@ POSUB = @POSUB@ PPPD_PATH = @PPPD_PATH@ PPPD_PLUGIN_DIR = @PPPD_PLUGIN_DIR@ +PYTHON = @PYTHON@ +PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ +PYTHON_PLATFORM = @PYTHON_PLATFORM@ +PYTHON_PREFIX = @PYTHON_PREFIX@ +PYTHON_VERSION = @PYTHON_VERSION@ QT_CFLAGS = @QT_CFLAGS@ QT_LIBS = @QT_LIBS@ RANLIB = @RANLIB@ @@ -335,7 +341,6 @@ UDEV_DIR = @UDEV_DIR@ USE_NLS = @USE_NLS@ UUID_CFLAGS = @UUID_CFLAGS@ UUID_LIBS = @UUID_LIBS@ -VALGRIND_RULES = @VALGRIND_RULES@ VAPIGEN = @VAPIGEN@ VAPIGEN_MAKEFILE = @VAPIGEN_MAKEFILE@ VAPIGEN_VAPIDIR = @VAPIGEN_VAPIDIR@ @@ -343,6 +348,7 @@ VERSION = @VERSION@ XGETTEXT = @XGETTEXT@ XGETTEXT_015 = @XGETTEXT_015@ XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ +XSLTPROC = xsltproc --xinclude --nonet abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ @@ -394,14 +400,17 @@ nmrundir = @nmrundir@ nmstatedir = @nmstatedir@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ +pkgpyexecdir = @pkgpyexecdir@ +pkgpythondir = @pkgpythondir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +pyexecdir = @pyexecdir@ +pythondir = @pythondir@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ -subdirs = @subdirs@ sysconfdir = @sysconfdir@ systemdsystemunitdir = @systemdsystemunitdir@ target_alias = @target_alias@ @@ -414,7 +423,6 @@ with_netconfig = @with_netconfig@ with_resolvconf = @with_resolvconf@ with_valgrind = @with_valgrind@ AUTOMAKE_OPTIONS = 1.7 -XSLTPROC = xsltproc --xinclude --nonet XMLS = $(wildcard $(top_srcdir)/introspection/nm-*.xml) GENERATED_FILES = $(am__append_1) @@ -437,40 +445,42 @@ MKTMPL_OPTIONS = MKHTML_OPTIONS = --path="$(abs_srcdir)" # Non-autogenerated SGML files to be included in $(DOC_MAIN_SGML_FILE) -content_files = $(top_builddir)/introspection/nmdbus-access-point-org.freedesktop.NetworkManager.AccessPoint.xml \ - $(top_builddir)/introspection/nmdbus-active-connection-org.freedesktop.NetworkManager.Connection.Active.xml \ - $(top_builddir)/introspection/nmdbus-device-team-org.freedesktop.NetworkManager.Device.Team.xml \ - $(top_builddir)/introspection/nmdbus-dhcp6-config-org.freedesktop.NetworkManager.DHCP6Config.xml \ - $(top_builddir)/introspection/nmdbus-device-wifi-org.freedesktop.NetworkManager.Device.Wireless.xml \ - $(top_builddir)/introspection/nmdbus-manager-org.freedesktop.NetworkManager.xml \ - $(top_builddir)/introspection/nmdbus-vpn-connection-org.freedesktop.NetworkManager.VPN.Connection.xml \ - $(top_builddir)/introspection/nmdbus-secret-agent-org.freedesktop.NetworkManager.SecretAgent.xml \ - $(top_builddir)/introspection/nmdbus-device-org.freedesktop.NetworkManager.Device.xml \ - $(top_builddir)/introspection/nmdbus-vpn-plugin-org.freedesktop.NetworkManager.VPN.Plugin.xml \ - $(top_builddir)/introspection/nmdbus-device-bt-org.freedesktop.NetworkManager.Device.Bluetooth.xml \ - $(top_builddir)/introspection/nmdbus-device-vxlan-org.freedesktop.NetworkManager.Device.Vxlan.xml \ - $(top_builddir)/introspection/nmdbus-settings-connection-org.freedesktop.NetworkManager.Settings.Connection.xml \ - $(top_builddir)/introspection/nmdbus-device-bond-org.freedesktop.NetworkManager.Device.Bond.xml \ - $(top_builddir)/introspection/nmdbus-device-macvlan-org.freedesktop.NetworkManager.Device.Macvlan.xml \ - $(top_builddir)/introspection/nmdbus-ppp-manager-org.freedesktop.NetworkManager.PPP.xml \ - $(top_builddir)/introspection/nmdbus-device-vlan-org.freedesktop.NetworkManager.Device.Vlan.xml \ - $(top_builddir)/introspection/nmdbus-device-adsl-org.freedesktop.NetworkManager.Device.Adsl.xml \ - $(top_builddir)/introspection/nmdbus-agent-manager-org.freedesktop.NetworkManager.AgentManager.xml \ - $(top_builddir)/introspection/nmdbus-device-wimax-org.freedesktop.NetworkManager.Device.WiMax.xml \ - $(top_builddir)/introspection/nmdbus-device-ip-tunnel-org.freedesktop.NetworkManager.Device.IPTunnel.xml \ - $(top_builddir)/introspection/nmdbus-device-tun-org.freedesktop.NetworkManager.Device.Tun.xml \ - $(top_builddir)/introspection/nmdbus-device-bridge-org.freedesktop.NetworkManager.Device.Bridge.xml \ - $(top_builddir)/introspection/nmdbus-device-olpc-mesh-org.freedesktop.NetworkManager.Device.OlpcMesh.xml \ - $(top_builddir)/introspection/nmdbus-dhcp4-config-org.freedesktop.NetworkManager.DHCP4Config.xml \ - $(top_builddir)/introspection/nmdbus-device-generic-org.freedesktop.NetworkManager.Device.Generic.xml \ - $(top_builddir)/introspection/nmdbus-device-infiniband-org.freedesktop.NetworkManager.Device.Infiniband.xml \ - $(top_builddir)/introspection/nmdbus-device-modem-org.freedesktop.NetworkManager.Device.Modem.xml \ - $(top_builddir)/introspection/nmdbus-ip6-config-org.freedesktop.NetworkManager.IP6Config.xml \ - $(top_builddir)/introspection/nmdbus-device-veth-org.freedesktop.NetworkManager.Device.Veth.xml \ - $(top_builddir)/introspection/nmdbus-settings-org.freedesktop.NetworkManager.Settings.xml \ - $(top_builddir)/introspection/nmdbus-device-ethernet-org.freedesktop.NetworkManager.Device.Wired.xml \ - $(top_builddir)/introspection/nmdbus-ip4-config-org.freedesktop.NetworkManager.IP4Config.xml \ - $(top_builddir)/introspection/nmdbus-device-statistics-org.freedesktop.NetworkManager.Device.Statistics.xml \ +content_files = dbus-org.freedesktop.NetworkManager.AccessPoint.xml \ + dbus-org.freedesktop.NetworkManager.Connection.Active.xml \ + dbus-org.freedesktop.NetworkManager.Device.Team.xml \ + dbus-org.freedesktop.NetworkManager.DHCP6Config.xml \ + dbus-org.freedesktop.NetworkManager.Device.Wireless.xml \ + dbus-org.freedesktop.NetworkManager.xml \ + dbus-org.freedesktop.NetworkManager.VPN.Connection.xml \ + dbus-org.freedesktop.NetworkManager.SecretAgent.xml \ + dbus-org.freedesktop.NetworkManager.Device.xml \ + dbus-org.freedesktop.NetworkManager.VPN.Plugin.xml \ + dbus-org.freedesktop.NetworkManager.Device.Bluetooth.xml \ + dbus-org.freedesktop.NetworkManager.Device.Vxlan.xml \ + dbus-org.freedesktop.NetworkManager.Settings.Connection.xml \ + dbus-org.freedesktop.NetworkManager.Device.Bond.xml \ + dbus-org.freedesktop.NetworkManager.Device.Macvlan.xml \ + dbus-org.freedesktop.NetworkManager.Device.Macsec.xml \ + dbus-org.freedesktop.NetworkManager.PPP.xml \ + dbus-org.freedesktop.NetworkManager.Device.Vlan.xml \ + dbus-org.freedesktop.NetworkManager.Device.Adsl.xml \ + dbus-org.freedesktop.NetworkManager.AgentManager.xml \ + dbus-org.freedesktop.NetworkManager.Device.WiMax.xml \ + dbus-org.freedesktop.NetworkManager.Device.IPTunnel.xml \ + dbus-org.freedesktop.NetworkManager.Device.Tun.xml \ + dbus-org.freedesktop.NetworkManager.Device.Bridge.xml \ + dbus-org.freedesktop.NetworkManager.Device.OlpcMesh.xml \ + dbus-org.freedesktop.NetworkManager.DHCP4Config.xml \ + dbus-org.freedesktop.NetworkManager.Device.Generic.xml \ + dbus-org.freedesktop.NetworkManager.Device.Infiniband.xml \ + dbus-org.freedesktop.NetworkManager.Device.Modem.xml \ + dbus-org.freedesktop.NetworkManager.IP6Config.xml \ + dbus-org.freedesktop.NetworkManager.Device.Veth.xml \ + dbus-org.freedesktop.NetworkManager.Settings.xml \ + dbus-org.freedesktop.NetworkManager.Device.Wired.xml \ + dbus-org.freedesktop.NetworkManager.IP4Config.xml \ + dbus-org.freedesktop.NetworkManager.Device.Statistics.xml \ + dbus-org.freedesktop.NetworkManager.DnsManager.xml \ $(top_builddir)/libnm-core/nm-dbus-types.xml \ $(top_builddir)/libnm-core/nm-vpn-dbus-types.xml \ $(top_builddir)/man/nmcli.xml $(top_builddir)/man/nmtui.xml \ @@ -525,7 +535,7 @@ REPORT_FILES = \ CLEANFILES = $(SCANOBJ_FILES) $(REPORT_FILES) $(DOC_STAMPS) \ gtkdoc-check.test html/* tmpl/* xml/* \ NetworkManager-sections.txt NetworkManager-overrides.txt \ - $(am__append_3) + settings-spec.xml @GTK_DOC_BUILD_HTML_FALSE@HTML_BUILD_STAMP = @GTK_DOC_BUILD_HTML_TRUE@HTML_BUILD_STAMP = html-build.stamp @GTK_DOC_BUILD_PDF_FALSE@PDF_BUILD_STAMP = @@ -764,7 +774,7 @@ uninstall-am: uninstall-local .PRECIOUS: Makefile -@SETTING_DOCS_AVAILABLE_TRUE@settings-spec.xml: settings-spec.xsl $(top_builddir)/libnm/nm-setting-docs.xml +@SETTING_DOCS_AVAILABLE_TRUE@settings-spec.xml: settings-spec.xsl $(top_builddir)/libnm/nm-settings-docs.xml @SETTING_DOCS_AVAILABLE_TRUE@ $(AM_V_GEN) xsltproc --output $@ $^ # Top-level SGML file includes (depends on) settings-spec.xml diff --git a/docs/api/dbus-org.freedesktop.NetworkManager.AccessPoint.xml b/docs/api/dbus-org.freedesktop.NetworkManager.AccessPoint.xml new file mode 100644 index 00000000..41816641 --- /dev/null +++ b/docs/api/dbus-org.freedesktop.NetworkManager.AccessPoint.xml @@ -0,0 +1,154 @@ + + + + org.freedesktop.NetworkManager.AccessPoint + org.freedesktop.NetworkManager.AccessPoint + org.freedesktop.NetworkManager.AccessPoint + Signals + +PropertiesChanged (a{sv} properties); + + + + Properties + +Flags readable u +WpaFlags readable u +RsnFlags readable u +Ssid readable ay +Frequency readable u +HwAddress readable s +Mode readable u +MaxBitrate readable u +Strength readable y +LastSeen readable i + + + + Description + + + + Signal Details + + The "PropertiesChanged" signal + org.freedesktop.NetworkManager.AccessPoint::PropertiesChanged + +PropertiesChanged (a{sv} properties); + + DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0. + + + + a{sv} properties: + A dictionary mapping property names to variant boxed values + + + + + + Property Details + + The "Flags" property + org.freedesktop.NetworkManager.AccessPoint:Flags + +Flags readable u + + Flags describing the capabilities of the access point. + Returns: NM80211ApFlags + + + + The "WpaFlags" property + org.freedesktop.NetworkManager.AccessPoint:WpaFlags + +WpaFlags readable u + + Flags describing the access point's capabilities according to WPA (Wifi + Protected Access). + Returns: NM80211ApSecurityFlags + + + + The "RsnFlags" property + org.freedesktop.NetworkManager.AccessPoint:RsnFlags + +RsnFlags readable u + + Flags describing the access point's capabilities according to the RSN + (Robust Secure Network) protocol. + Returns: NM80211ApSecurityFlags + + + + The "Ssid" property + org.freedesktop.NetworkManager.AccessPoint:Ssid + +Ssid readable ay + + The Service Set Identifier identifying the access point. + + + + The "Frequency" property + org.freedesktop.NetworkManager.AccessPoint:Frequency + +Frequency readable u + + The radio channel frequency in use by the access point, in MHz. + + + + The "HwAddress" property + org.freedesktop.NetworkManager.AccessPoint:HwAddress + +HwAddress readable s + + The hardware address (BSSID) of the access point. + + + + The "Mode" property + org.freedesktop.NetworkManager.AccessPoint:Mode + +Mode readable u + + Describes the operating mode of the access point. + Returns: NM80211Mode + + + + The "MaxBitrate" property + org.freedesktop.NetworkManager.AccessPoint:MaxBitrate + +MaxBitrate readable u + + The maximum bitrate this access point is capable of, in kilobits/second + (Kb/s). + + + + The "Strength" property + org.freedesktop.NetworkManager.AccessPoint:Strength + +Strength readable y + + The current signal quality of the access point, in percent. + + + + The "LastSeen" property + org.freedesktop.NetworkManager.AccessPoint:LastSeen + +LastSeen readable i + + 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 point has + never been found in scan results. + + + + + diff --git a/docs/api/dbus-org.freedesktop.NetworkManager.AgentManager.xml b/docs/api/dbus-org.freedesktop.NetworkManager.AgentManager.xml new file mode 100644 index 00000000..2f074cbe --- /dev/null +++ b/docs/api/dbus-org.freedesktop.NetworkManager.AgentManager.xml @@ -0,0 +1,72 @@ + + + + org.freedesktop.NetworkManager.AgentManager + org.freedesktop.NetworkManager.AgentManager + org.freedesktop.NetworkManager.AgentManager + Methods + +Register (IN s identifier); +RegisterWithCapabilities (IN s identifier, + IN u capabilities); +Unregister (); + + + + Description + + + + Method Details + + The Register() method + org.freedesktop.NetworkManager.AgentManager.Register() + +Register (IN s identifier); + + Called by secret Agents to register their ability to provide and save + network secrets. + + + + IN s identifier: + Identifies this agent; only one agent in each user session may use the same identifier. Identifier formatting follows the same rules as D-Bus bus names with the exception that the ':' character is not allowed. The valid set of characters is "[A-Z][a-z][0-9]_-." and the identifier is limited in length to 255 characters with a minimum of 3 characters. An example valid identifier is 'org.gnome.nm-applet' (without quotes). + + + + + The RegisterWithCapabilities() method + org.freedesktop.NetworkManager.AgentManager.RegisterWithCapabilities() + +RegisterWithCapabilities (IN s identifier, + IN u capabilities); + + Like Register() but indicates agent capabilities to NetworkManager. + + + + IN s identifier: + See the Register() method's identifier argument. + + + IN u capabilities: + (NMSecretAgentCapabilities) Indicates various agent capabilities to NetworkManager. + + + + + The Unregister() method + org.freedesktop.NetworkManager.AgentManager.Unregister() + +Unregister (); + + Called by secret Agents to notify NetworkManager that they will no longer + handle requests for network secrets. Agents are automatically unregistered + when they disconnect from D-Bus. + + + + + diff --git a/docs/api/dbus-org.freedesktop.NetworkManager.Connection.Active.xml b/docs/api/dbus-org.freedesktop.NetworkManager.Connection.Active.xml new file mode 100644 index 00000000..36bbe0c2 --- /dev/null +++ b/docs/api/dbus-org.freedesktop.NetworkManager.Connection.Active.xml @@ -0,0 +1,226 @@ + + + + org.freedesktop.NetworkManager.Connection.Active + org.freedesktop.NetworkManager.Connection.Active + org.freedesktop.NetworkManager.Connection.Active + Signals + +PropertiesChanged (a{sv} properties); + + + + Properties + +Connection readable o +SpecificObject readable o +Id readable s +Uuid readable s +Type readable s +Devices readable ao +State readable u +Default readable b +Ip4Config readable o +Dhcp4Config readable o +Default6 readable b +Ip6Config readable o +Dhcp6Config readable o +Vpn readable b +Master readable o + + + + Description + Objects that implement the Connection.Active interface represent an + attempt to connect to a network using the details provided by a Connection + object. The Connection.Active object tracks the life-cycle of the + connection attempt and if successful indicates whether the connected + network is the "default" or preferred network for access. NetworkManager + has the concept of connections, which can be thought of as settings, a + profile or a configuration that can be applied on a networking device. + Such settings-connections are exposed as D-Bus object and the + active-connection expresses this relationship between device and + settings-connection. At any time a settings-connection can only be + activated on one device and vice versa. However, during activation and + deactivation multiple active-connections can reference the same device or + settings-connection as they are waiting to be activated or to be + deactivated. + + + + Signal Details + + The "PropertiesChanged" signal + org.freedesktop.NetworkManager.Connection.Active::PropertiesChanged + +PropertiesChanged (a{sv} properties); + + DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0. + + + + a{sv} properties: + A dictionary mapping property names to variant boxed values + + + + + + Property Details + + The "Connection" property + org.freedesktop.NetworkManager.Connection.Active:Connection + +Connection readable o + + The path of the connection. + + + + The "SpecificObject" property + org.freedesktop.NetworkManager.Connection.Active:SpecificObject + +SpecificObject readable o + + A specific object associated with the active connection. This property + reflects the specific object used during connection activation, and will + not change over the lifetime of the ActiveConnection once set. + + + + The "Id" property + org.freedesktop.NetworkManager.Connection.Active:Id + +Id readable s + + The ID of the connection, provided as a convenience so that clients do not + have to retrieve all connection details. + + + + The "Uuid" property + org.freedesktop.NetworkManager.Connection.Active:Uuid + +Uuid readable s + + The UUID of the connection, provided as a convenience so that clients do + not have to retrieve all connection details. + + + + The "Type" property + org.freedesktop.NetworkManager.Connection.Active:Type + +Type readable s + + The type of the connection, provided as a convenience so that clients do + not have to retrieve all connection details. + + + + The "Devices" property + org.freedesktop.NetworkManager.Connection.Active:Devices + +Devices readable ao + + Array of object paths representing devices which are part of this active + connection. + + + + The "State" property + org.freedesktop.NetworkManager.Connection.Active:State + +State readable u + + The state of this active connection. + Returns: NMActiveConnectionState + + + + The "Default" property + org.freedesktop.NetworkManager.Connection.Active:Default + +Default readable b + + Whether this active connection is the default IPv4 connection, i.e. + whether it currently owns the default IPv4 route. + + + + The "Ip4Config" property + org.freedesktop.NetworkManager.Connection.Active:Ip4Config + +Ip4Config readable o + + Object path of the Ip4Config object describing the configuration of the + connection. Only valid when the connection is in the + NM_ACTIVE_CONNECTION_STATE_ACTIVATED state. + + + + The "Dhcp4Config" property + org.freedesktop.NetworkManager.Connection.Active:Dhcp4Config + +Dhcp4Config readable o + + Object path of the Dhcp4Config object describing the DHCP options returned + by the DHCP server (assuming the connection used DHCP). Only valid when + the connection is in the NM_ACTIVE_CONNECTION_STATE_ACTIVATED state. + + + + The "Default6" property + org.freedesktop.NetworkManager.Connection.Active:Default6 + +Default6 readable b + + Whether this active connection is the default IPv6 connection, i.e. + whether it currently owns the default IPv6 route. + + + + The "Ip6Config" property + org.freedesktop.NetworkManager.Connection.Active:Ip6Config + +Ip6Config readable o + + Object path of the Ip6Config object describing the configuration of the + connection. Only valid when the connection is in the + NM_ACTIVE_CONNECTION_STATE_ACTIVATED state. + + + + The "Dhcp6Config" property + org.freedesktop.NetworkManager.Connection.Active:Dhcp6Config + +Dhcp6Config readable o + + Object path of the Dhcp6Config object describing the DHCP options returned + by the DHCP server (assuming the connection used DHCP). Only valid when + the connection is in the NM_ACTIVE_CONNECTION_STATE_ACTIVATED state. + + + + The "Vpn" property + org.freedesktop.NetworkManager.Connection.Active:Vpn + +Vpn readable b + + Whether this active connection is also a VPN connection. + + + + The "Master" property + org.freedesktop.NetworkManager.Connection.Active:Master + +Master readable o + + The path to the master device if the connection is a slave. + + + + + diff --git a/docs/api/dbus-org.freedesktop.NetworkManager.DHCP4Config.xml b/docs/api/dbus-org.freedesktop.NetworkManager.DHCP4Config.xml new file mode 100644 index 00000000..e50f3fe6 --- /dev/null +++ b/docs/api/dbus-org.freedesktop.NetworkManager.DHCP4Config.xml @@ -0,0 +1,56 @@ + + + + org.freedesktop.NetworkManager.DHCP4Config + org.freedesktop.NetworkManager.DHCP4Config + org.freedesktop.NetworkManager.DHCP4Config + Signals + +PropertiesChanged (a{sv} properties); + + + + Properties + +Options readable a{sv} + + + + Description + Options and configuration returned by the IPv4 DHCP server. + + + + Signal Details + + The "PropertiesChanged" signal + org.freedesktop.NetworkManager.DHCP4Config::PropertiesChanged + +PropertiesChanged (a{sv} properties); + + DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0. + + + + a{sv} properties: + A dictionary mapping property names to variant boxed values + + + + + + Property Details + + The "Options" property + org.freedesktop.NetworkManager.DHCP4Config:Options + +Options readable a{sv} + + Configuration options returned by a DHCP server, if any. + + + + + diff --git a/docs/api/dbus-org.freedesktop.NetworkManager.DHCP6Config.xml b/docs/api/dbus-org.freedesktop.NetworkManager.DHCP6Config.xml new file mode 100644 index 00000000..bd3bb4c7 --- /dev/null +++ b/docs/api/dbus-org.freedesktop.NetworkManager.DHCP6Config.xml @@ -0,0 +1,56 @@ + + + + org.freedesktop.NetworkManager.DHCP6Config + org.freedesktop.NetworkManager.DHCP6Config + org.freedesktop.NetworkManager.DHCP6Config + Signals + +PropertiesChanged (a{sv} properties); + + + + Properties + +Options readable a{sv} + + + + Description + Options and configuration returned by the IPv6 DHCP server. + + + + Signal Details + + The "PropertiesChanged" signal + org.freedesktop.NetworkManager.DHCP6Config::PropertiesChanged + +PropertiesChanged (a{sv} properties); + + DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0. + + + + a{sv} properties: + A dictionary mapping property names to variant boxed values + + + + + + Property Details + + The "Options" property + org.freedesktop.NetworkManager.DHCP6Config:Options + +Options readable a{sv} + + Configuration options returned by a DHCP server, if any. + + + + + diff --git a/docs/api/dbus-org.freedesktop.NetworkManager.Device.Adsl.xml b/docs/api/dbus-org.freedesktop.NetworkManager.Device.Adsl.xml new file mode 100644 index 00000000..b1e12b2f --- /dev/null +++ b/docs/api/dbus-org.freedesktop.NetworkManager.Device.Adsl.xml @@ -0,0 +1,55 @@ + + + + org.freedesktop.NetworkManager.Device.Adsl + org.freedesktop.NetworkManager.Device.Adsl + org.freedesktop.NetworkManager.Device.Adsl + Signals + +PropertiesChanged (a{sv} properties); + + + + Properties + +Carrier readable b + + + + Description + + + + Signal Details + + The "PropertiesChanged" signal + org.freedesktop.NetworkManager.Device.Adsl::PropertiesChanged + +PropertiesChanged (a{sv} properties); + + DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0. + + + + a{sv} properties: + A dictionary mapping property names to variant boxed values + + + + + + Property Details + + The "Carrier" property + org.freedesktop.NetworkManager.Device.Adsl:Carrier + +Carrier readable b + + Indicates whether the physical carrier is found. + + + + + diff --git a/docs/api/dbus-org.freedesktop.NetworkManager.Device.Bluetooth.xml b/docs/api/dbus-org.freedesktop.NetworkManager.Device.Bluetooth.xml new file mode 100644 index 00000000..ceb4f70c --- /dev/null +++ b/docs/api/dbus-org.freedesktop.NetworkManager.Device.Bluetooth.xml @@ -0,0 +1,76 @@ + + + + org.freedesktop.NetworkManager.Device.Bluetooth + org.freedesktop.NetworkManager.Device.Bluetooth + org.freedesktop.NetworkManager.Device.Bluetooth + Signals + +PropertiesChanged (a{sv} properties); + + + + Properties + +HwAddress readable s +Name readable s +BtCapabilities readable u + + + + Description + + + + Signal Details + + The "PropertiesChanged" signal + org.freedesktop.NetworkManager.Device.Bluetooth::PropertiesChanged + +PropertiesChanged (a{sv} properties); + + DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0. + + + + a{sv} properties: + A dictionary mapping property names to variant boxed values + + + + + + Property Details + + The "HwAddress" property + org.freedesktop.NetworkManager.Device.Bluetooth:HwAddress + +HwAddress readable s + + Bluetooth hardware address of the device. + + + + The "Name" property + org.freedesktop.NetworkManager.Device.Bluetooth:Name + +Name readable s + + Bluetooth name of the device. + + + + The "BtCapabilities" property + org.freedesktop.NetworkManager.Device.Bluetooth:BtCapabilities + +BtCapabilities readable u + + Bluetooth capabilities of the device (either DUN or NAP). + Returns: NMBluetoothCapabilities + + + + + diff --git a/docs/api/dbus-org.freedesktop.NetworkManager.Device.Bond.xml b/docs/api/dbus-org.freedesktop.NetworkManager.Device.Bond.xml new file mode 100644 index 00000000..b44af671 --- /dev/null +++ b/docs/api/dbus-org.freedesktop.NetworkManager.Device.Bond.xml @@ -0,0 +1,77 @@ + + + + org.freedesktop.NetworkManager.Device.Bond + org.freedesktop.NetworkManager.Device.Bond + org.freedesktop.NetworkManager.Device.Bond + Signals + +PropertiesChanged (a{sv} properties); + + + + Properties + +HwAddress readable s +Carrier readable b +Slaves readable ao + + + + Description + + + + Signal Details + + The "PropertiesChanged" signal + org.freedesktop.NetworkManager.Device.Bond::PropertiesChanged + +PropertiesChanged (a{sv} properties); + + DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0. + + + + a{sv} properties: + A dictionary mapping property names to variant boxed values + + + + + + Property Details + + The "HwAddress" property + org.freedesktop.NetworkManager.Device.Bond:HwAddress + +HwAddress readable s + + Hardware address of the device. + + + + The "Carrier" property + org.freedesktop.NetworkManager.Device.Bond:Carrier + +Carrier readable b + + Indicates whether the physical carrier is found (e.g. whether a cable is + plugged in or not). + + + + The "Slaves" property + org.freedesktop.NetworkManager.Device.Bond:Slaves + +Slaves readable ao + + Array of object paths representing devices which are currently slaved to + this device. + + + + + diff --git a/docs/api/dbus-org.freedesktop.NetworkManager.Device.Bridge.xml b/docs/api/dbus-org.freedesktop.NetworkManager.Device.Bridge.xml new file mode 100644 index 00000000..2e34b368 --- /dev/null +++ b/docs/api/dbus-org.freedesktop.NetworkManager.Device.Bridge.xml @@ -0,0 +1,77 @@ + + + + org.freedesktop.NetworkManager.Device.Bridge + org.freedesktop.NetworkManager.Device.Bridge + org.freedesktop.NetworkManager.Device.Bridge + Signals + +PropertiesChanged (a{sv} properties); + + + + Properties + +HwAddress readable s +Carrier readable b +Slaves readable ao + + + + Description + + + + Signal Details + + The "PropertiesChanged" signal + org.freedesktop.NetworkManager.Device.Bridge::PropertiesChanged + +PropertiesChanged (a{sv} properties); + + DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0. + + + + a{sv} properties: + A dictionary mapping property names to variant boxed values + + + + + + Property Details + + The "HwAddress" property + org.freedesktop.NetworkManager.Device.Bridge:HwAddress + +HwAddress readable s + + Hardware address of the device. + + + + The "Carrier" property + org.freedesktop.NetworkManager.Device.Bridge:Carrier + +Carrier readable b + + Indicates whether the physical carrier is found (e.g. whether a cable is + plugged in or not). + + + + The "Slaves" property + org.freedesktop.NetworkManager.Device.Bridge:Slaves + +Slaves readable ao + + Array of object paths representing devices which are currently slaved to + this device. + + + + + diff --git a/docs/api/dbus-org.freedesktop.NetworkManager.Device.Generic.xml b/docs/api/dbus-org.freedesktop.NetworkManager.Device.Generic.xml new file mode 100644 index 00000000..ea7761f7 --- /dev/null +++ b/docs/api/dbus-org.freedesktop.NetworkManager.Device.Generic.xml @@ -0,0 +1,65 @@ + + + + org.freedesktop.NetworkManager.Device.Generic + org.freedesktop.NetworkManager.Device.Generic + org.freedesktop.NetworkManager.Device.Generic + Signals + +PropertiesChanged (a{sv} properties); + + + + Properties + +HwAddress readable s +TypeDescription readable s + + + + Description + + + + Signal Details + + The "PropertiesChanged" signal + org.freedesktop.NetworkManager.Device.Generic::PropertiesChanged + +PropertiesChanged (a{sv} properties); + + DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0. + + + + a{sv} properties: + A dictionary mapping property names to variant boxed values + + + + + + Property Details + + The "HwAddress" property + org.freedesktop.NetworkManager.Device.Generic:HwAddress + +HwAddress readable s + + Hardware address of the device. + + + + The "TypeDescription" property + org.freedesktop.NetworkManager.Device.Generic:TypeDescription + +TypeDescription readable s + + A (non-localized) description of the interface type, if known. + + + + + diff --git a/docs/api/dbus-org.freedesktop.NetworkManager.Device.IPTunnel.xml b/docs/api/dbus-org.freedesktop.NetworkManager.Device.IPTunnel.xml new file mode 100644 index 00000000..9e25e3d4 --- /dev/null +++ b/docs/api/dbus-org.freedesktop.NetworkManager.Device.IPTunnel.xml @@ -0,0 +1,159 @@ + + + + org.freedesktop.NetworkManager.Device.IPTunnel + org.freedesktop.NetworkManager.Device.IPTunnel + org.freedesktop.NetworkManager.Device.IPTunnel + Signals + +PropertiesChanged (a{sv} properties); + + + + Properties + +Mode readable u +Parent readable o +Local readable s +Remote readable s +Ttl readable y +Tos readable y +PathMtuDiscovery readable b +InputKey readable s +OutputKey readable s +EncapsulationLimit readable y +FlowLabel readable u + + + + Description + + + + Signal Details + + The "PropertiesChanged" signal + org.freedesktop.NetworkManager.Device.IPTunnel::PropertiesChanged + +PropertiesChanged (a{sv} properties); + + DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0. + + + + a{sv} properties: + A dictionary mapping property names to variant boxed values + + + + + + Property Details + + The "Mode" property + org.freedesktop.NetworkManager.Device.IPTunnel:Mode + +Mode readable u + + The tunneling mode. + + + + The "Parent" property + org.freedesktop.NetworkManager.Device.IPTunnel:Parent + +Parent readable o + + The object path of the parent device. + + + + The "Local" property + org.freedesktop.NetworkManager.Device.IPTunnel:Local + +Local readable s + + The local endpoint of the tunnel. + + + + The "Remote" property + org.freedesktop.NetworkManager.Device.IPTunnel:Remote + +Remote readable s + + The remote endpoint of the tunnel. + + + + The "Ttl" property + org.freedesktop.NetworkManager.Device.IPTunnel:Ttl + +Ttl readable y + + The TTL assigned to tunneled packets. 0 is a special value meaning that + packets inherit the TTL value + + + + The "Tos" property + org.freedesktop.NetworkManager.Device.IPTunnel:Tos + +Tos readable y + + The type of service (IPv4) or traffic class (IPv6) assigned to tunneled + packets. + + + + The "PathMtuDiscovery" property + org.freedesktop.NetworkManager.Device.IPTunnel:PathMtuDiscovery + +PathMtuDiscovery readable b + + Whether path MTU discovery is enabled on this tunnel. + + + + The "InputKey" property + org.freedesktop.NetworkManager.Device.IPTunnel:InputKey + +InputKey readable s + + The key used for incoming packets. + + + + The "OutputKey" property + org.freedesktop.NetworkManager.Device.IPTunnel:OutputKey + +OutputKey readable s + + The key used for outgoing packets. + + + + The "EncapsulationLimit" property + org.freedesktop.NetworkManager.Device.IPTunnel:EncapsulationLimit + +EncapsulationLimit readable y + + How many additional levels of encapsulation are permitted to be prepended + to packets. This property applies only to IPv6 tunnels. + + + + The "FlowLabel" property + org.freedesktop.NetworkManager.Device.IPTunnel:FlowLabel + +FlowLabel readable u + + The flow label to assign to tunnel packets. This property applies only to + IPv6 tunnels. + + + + + diff --git a/docs/api/dbus-org.freedesktop.NetworkManager.Device.Infiniband.xml b/docs/api/dbus-org.freedesktop.NetworkManager.Device.Infiniband.xml new file mode 100644 index 00000000..b48327a7 --- /dev/null +++ b/docs/api/dbus-org.freedesktop.NetworkManager.Device.Infiniband.xml @@ -0,0 +1,66 @@ + + + + org.freedesktop.NetworkManager.Device.Infiniband + org.freedesktop.NetworkManager.Device.Infiniband + org.freedesktop.NetworkManager.Device.Infiniband + Signals + +PropertiesChanged (a{sv} properties); + + + + Properties + +HwAddress readable s +Carrier readable b + + + + Description + + + + Signal Details + + The "PropertiesChanged" signal + org.freedesktop.NetworkManager.Device.Infiniband::PropertiesChanged + +PropertiesChanged (a{sv} properties); + + DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0. + + + + a{sv} properties: + A dictionary mapping property names to variant boxed values + + + + + + Property Details + + The "HwAddress" property + org.freedesktop.NetworkManager.Device.Infiniband:HwAddress + +HwAddress readable s + + Hardware address of the device. + + + + The "Carrier" property + org.freedesktop.NetworkManager.Device.Infiniband:Carrier + +Carrier readable b + + Indicates whether the physical carrier is found (e.g. whether a cable is + plugged in or not). + + + + + diff --git a/docs/api/dbus-org.freedesktop.NetworkManager.Device.Macsec.xml b/docs/api/dbus-org.freedesktop.NetworkManager.Device.Macsec.xml new file mode 100644 index 00000000..cfcb3f02 --- /dev/null +++ b/docs/api/dbus-org.freedesktop.NetworkManager.Device.Macsec.xml @@ -0,0 +1,181 @@ + + + + org.freedesktop.NetworkManager.Device.Macsec + org.freedesktop.NetworkManager.Device.Macsec + org.freedesktop.NetworkManager.Device.Macsec + Signals + +PropertiesChanged (a{sv} properties); + + + + Properties + +Parent readable o +Sci readable t +IcvLength readable y +CipherSuite readable t +Window readable u +EncodingSa readable y +Validation readable s +Encrypt readable b +Protect readable b +IncludeSci readable b +Es readable b +Scb readable b +ReplayProtect readable b + + + + Description + + + + Signal Details + + The "PropertiesChanged" signal + org.freedesktop.NetworkManager.Device.Macsec::PropertiesChanged + +PropertiesChanged (a{sv} properties); + + DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0. + + + + a{sv} properties: + A dictionary mapping property names to variant boxed values + + + + + + Property Details + + The "Parent" property + org.freedesktop.NetworkManager.Device.Macsec:Parent + +Parent readable o + + The object path of the parent device. + + + + The "Sci" property + org.freedesktop.NetworkManager.Device.Macsec:Sci + +Sci readable t + + The Secure Channel Identifier in use. + + + + The "IcvLength" property + org.freedesktop.NetworkManager.Device.Macsec:IcvLength + +IcvLength readable y + + The length of ICV (Integrity Check Value). + + + + The "CipherSuite" property + org.freedesktop.NetworkManager.Device.Macsec:CipherSuite + +CipherSuite readable t + + The set of cryptographic algorithms in use + (e.g. 0x0080020001000001 for GCM-AES-128). + + + + The "Window" property + org.freedesktop.NetworkManager.Device.Macsec:Window + +Window readable u + + The size of the replay window. + + + + The "EncodingSa" property + org.freedesktop.NetworkManager.Device.Macsec:EncodingSa + +EncodingSa readable y + + The value of the Association Number (0..3) for the Security + Association in use. + + + + The "Validation" property + org.freedesktop.NetworkManager.Device.Macsec:Validation + +Validation readable s + + The validation mode for incoming packets (strict, check, + disabled). + + + + The "Encrypt" property + org.freedesktop.NetworkManager.Device.Macsec:Encrypt + +Encrypt readable b + + Whether encryption of transmitted frames is enabled. + + + + The "Protect" property + org.freedesktop.NetworkManager.Device.Macsec:Protect + +Protect readable b + + Whether protection of transmitted frames is enabled. + + + + The "IncludeSci" property + org.freedesktop.NetworkManager.Device.Macsec:IncludeSci + +IncludeSci readable b + + Whether the SCI is always included in SecTAG for transmitted + frames. + + + + The "Es" property + org.freedesktop.NetworkManager.Device.Macsec:Es + +Es readable b + + Whether the ES (End station) bit is enabled in SecTAG for + transmitted frames. + + + + The "Scb" property + org.freedesktop.NetworkManager.Device.Macsec:Scb + +Scb readable b + + Whether the SCB (Single Copy Broadcast) bit is enabled in + SecTAG for transmitted frames. + + + + The "ReplayProtect" property + org.freedesktop.NetworkManager.Device.Macsec:ReplayProtect + +ReplayProtect readable b + + Whether replay protection is enabled. + + + + + diff --git a/docs/api/dbus-org.freedesktop.NetworkManager.Device.Macvlan.xml b/docs/api/dbus-org.freedesktop.NetworkManager.Device.Macvlan.xml new file mode 100644 index 00000000..644550fa --- /dev/null +++ b/docs/api/dbus-org.freedesktop.NetworkManager.Device.Macvlan.xml @@ -0,0 +1,85 @@ + + + + org.freedesktop.NetworkManager.Device.Macvlan + org.freedesktop.NetworkManager.Device.Macvlan + org.freedesktop.NetworkManager.Device.Macvlan + Signals + +PropertiesChanged (a{sv} properties); + + + + Properties + +Parent readable o +Mode readable s +NoPromisc readable b +Tap readable b + + + + Description + + + + Signal Details + + The "PropertiesChanged" signal + org.freedesktop.NetworkManager.Device.Macvlan::PropertiesChanged + +PropertiesChanged (a{sv} properties); + + DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0. + + + + a{sv} properties: + A dictionary mapping property names to variant boxed values + + + + + + Property Details + + The "Parent" property + org.freedesktop.NetworkManager.Device.Macvlan:Parent + +Parent readable o + + The object path of the parent device. + + + + The "Mode" property + org.freedesktop.NetworkManager.Device.Macvlan:Mode + +Mode readable s + + The macvlan mode, one of "private", "vepa", "bridge", or "passthru". + + + + The "NoPromisc" property + org.freedesktop.NetworkManager.Device.Macvlan:NoPromisc + +NoPromisc readable b + + Whether the device is blocked from going into promiscuous mode. + + + + The "Tap" property + org.freedesktop.NetworkManager.Device.Macvlan:Tap + +Tap readable b + + Whether the device is a macvtap. + + + + + diff --git a/docs/api/dbus-org.freedesktop.NetworkManager.Device.Modem.xml b/docs/api/dbus-org.freedesktop.NetworkManager.Device.Modem.xml new file mode 100644 index 00000000..7841771d --- /dev/null +++ b/docs/api/dbus-org.freedesktop.NetworkManager.Device.Modem.xml @@ -0,0 +1,71 @@ + + + + org.freedesktop.NetworkManager.Device.Modem + org.freedesktop.NetworkManager.Device.Modem + org.freedesktop.NetworkManager.Device.Modem + Signals + +PropertiesChanged (a{sv} properties); + + + + Properties + +ModemCapabilities readable u +CurrentCapabilities readable u + + + + Description + + + + Signal Details + + The "PropertiesChanged" signal + org.freedesktop.NetworkManager.Device.Modem::PropertiesChanged + +PropertiesChanged (a{sv} properties); + + DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0. + + + + a{sv} properties: + A dictionary mapping property names to variant boxed values + + + + + + Property Details + + The "ModemCapabilities" property + org.freedesktop.NetworkManager.Device.Modem:ModemCapabilities + +ModemCapabilities readable u + + The generic family of access technologies the modem supports. Not all + capabilities are available at the same time however; some modems require a + firmware reload or other reinitialization to switch between eg CDMA/EVDO + and GSM/UMTS. + Returns: NMDeviceModemCapabilities + + + + The "CurrentCapabilities" property + org.freedesktop.NetworkManager.Device.Modem:CurrentCapabilities + +CurrentCapabilities readable u + + The generic family of access technologies the modem currently supports + without a firmware reload or reinitialization. + Returns: NMDeviceModemCapabilities + + + + + diff --git a/docs/api/dbus-org.freedesktop.NetworkManager.Device.OlpcMesh.xml b/docs/api/dbus-org.freedesktop.NetworkManager.Device.OlpcMesh.xml new file mode 100644 index 00000000..9e6c36d2 --- /dev/null +++ b/docs/api/dbus-org.freedesktop.NetworkManager.Device.OlpcMesh.xml @@ -0,0 +1,75 @@ + + + + org.freedesktop.NetworkManager.Device.OlpcMesh + org.freedesktop.NetworkManager.Device.OlpcMesh + org.freedesktop.NetworkManager.Device.OlpcMesh + Signals + +PropertiesChanged (a{sv} properties); + + + + Properties + +HwAddress readable s +Companion readable o +ActiveChannel readable u + + + + Description + + + + Signal Details + + The "PropertiesChanged" signal + org.freedesktop.NetworkManager.Device.OlpcMesh::PropertiesChanged + +PropertiesChanged (a{sv} properties); + + DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0. + + + + a{sv} properties: + A dictionary containing the FIXME: check changed parameters. + + + + + + Property Details + + The "HwAddress" property + org.freedesktop.NetworkManager.Device.OlpcMesh:HwAddress + +HwAddress readable s + + The hardware address of the device. + + + + The "Companion" property + org.freedesktop.NetworkManager.Device.OlpcMesh:Companion + +Companion readable o + + The object path of the companion device. + + + + The "ActiveChannel" property + org.freedesktop.NetworkManager.Device.OlpcMesh:ActiveChannel + +ActiveChannel readable u + + The currently active channel. + + + + + diff --git a/docs/api/dbus-org.freedesktop.NetworkManager.Device.Statistics.xml b/docs/api/dbus-org.freedesktop.NetworkManager.Device.Statistics.xml new file mode 100644 index 00000000..0c063ee0 --- /dev/null +++ b/docs/api/dbus-org.freedesktop.NetworkManager.Device.Statistics.xml @@ -0,0 +1,78 @@ + + + + org.freedesktop.NetworkManager.Device.Statistics + org.freedesktop.NetworkManager.Device.Statistics + org.freedesktop.NetworkManager.Device.Statistics + Signals + +PropertiesChanged (a{sv} properties); + + + + Properties + +RefreshRateMs readwrite u +TxBytes readable t +RxBytes readable t + + + + Description + + + + Signal Details + + The "PropertiesChanged" signal + org.freedesktop.NetworkManager.Device.Statistics::PropertiesChanged + +PropertiesChanged (a{sv} properties); + + DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0. + + + + a{sv} properties: + A dictionary mapping property names to variant boxed values + + + + + + Property Details + + The "RefreshRateMs" property + org.freedesktop.NetworkManager.Device.Statistics:RefreshRateMs + +RefreshRateMs readwrite u + + Refresh rate of the rest of properties of this interface. The properties + are guaranteed to be refreshed each RefreshRateMs milliseconds in case + the underlying counter has changed too. + If zero, there is no guaranteed refresh rate of the properties. + + + + The "TxBytes" property + org.freedesktop.NetworkManager.Device.Statistics:TxBytes + +TxBytes readable t + + Number of transmitted bytes + + + + The "RxBytes" property + org.freedesktop.NetworkManager.Device.Statistics:RxBytes + +RxBytes readable t + + Number of received bytes + + + + + diff --git a/docs/api/dbus-org.freedesktop.NetworkManager.Device.Team.xml b/docs/api/dbus-org.freedesktop.NetworkManager.Device.Team.xml new file mode 100644 index 00000000..a97b633a --- /dev/null +++ b/docs/api/dbus-org.freedesktop.NetworkManager.Device.Team.xml @@ -0,0 +1,87 @@ + + + + org.freedesktop.NetworkManager.Device.Team + org.freedesktop.NetworkManager.Device.Team + org.freedesktop.NetworkManager.Device.Team + Signals + +PropertiesChanged (a{sv} properties); + + + + Properties + +HwAddress readable s +Carrier readable b +Slaves readable ao +Config readable s + + + + Description + + + + Signal Details + + The "PropertiesChanged" signal + org.freedesktop.NetworkManager.Device.Team::PropertiesChanged + +PropertiesChanged (a{sv} properties); + + DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0. + + + + a{sv} properties: + A dictionary mapping property names to variant boxed values + + + + + + Property Details + + The "HwAddress" property + org.freedesktop.NetworkManager.Device.Team:HwAddress + +HwAddress readable s + + Hardware address of the device. + + + + The "Carrier" property + org.freedesktop.NetworkManager.Device.Team:Carrier + +Carrier readable b + + Indicates whether the physical carrier is found (e.g. whether a cable is + plugged in or not). + + + + The "Slaves" property + org.freedesktop.NetworkManager.Device.Team:Slaves + +Slaves readable ao + + Array of object paths representing devices which are currently slaved to + this device. + + + + The "Config" property + org.freedesktop.NetworkManager.Device.Team:Config + +Config readable s + + The JSON configuration currently applied on the device. + + + + + diff --git a/docs/api/dbus-org.freedesktop.NetworkManager.Device.Tun.xml b/docs/api/dbus-org.freedesktop.NetworkManager.Device.Tun.xml new file mode 100644 index 00000000..e2d9f466 --- /dev/null +++ b/docs/api/dbus-org.freedesktop.NetworkManager.Device.Tun.xml @@ -0,0 +1,118 @@ + + + + org.freedesktop.NetworkManager.Device.Tun + org.freedesktop.NetworkManager.Device.Tun + org.freedesktop.NetworkManager.Device.Tun + Signals + +PropertiesChanged (a{sv} properties); + + + + Properties + +Owner readable x +Group readable x +Mode readable s +NoPi readable b +VnetHdr readable b +MultiQueue readable b +HwAddress readable s + + + + Description + + + + Signal Details + + The "PropertiesChanged" signal + org.freedesktop.NetworkManager.Device.Tun::PropertiesChanged + +PropertiesChanged (a{sv} properties); + + DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0. + + + + a{sv} properties: + A dictionary mapping property names to variant boxed values + + + + + + Property Details + + The "Owner" property + org.freedesktop.NetworkManager.Device.Tun:Owner + +Owner readable x + + The uid of the tunnel owner, or -1 if it has no owner. + + + + The "Group" property + org.freedesktop.NetworkManager.Device.Tun:Group + +Group readable x + + The gid of the tunnel group, or -1 if it has no owner. + + + + The "Mode" property + org.freedesktop.NetworkManager.Device.Tun:Mode + +Mode readable s + + The tunnel mode, either "tun" or "tap". + + + + The "NoPi" property + org.freedesktop.NetworkManager.Device.Tun:NoPi + +NoPi readable b + + The tunnel's "TUN_NO_PI" flag; true if no protocol info is prepended to + the tunnel packets. + + + + The "VnetHdr" property + org.freedesktop.NetworkManager.Device.Tun:VnetHdr + +VnetHdr readable b + + The tunnel's "TUN_VNET_HDR" flag; true if the tunnel packets include a + virtio network header. + + + + The "MultiQueue" property + org.freedesktop.NetworkManager.Device.Tun:MultiQueue + +MultiQueue readable b + + The tunnel's "TUN_TAP_MQ" flag; true if callers can connect to the tap + device multiple times, for multiple send/receive queues. + + + + The "HwAddress" property + org.freedesktop.NetworkManager.Device.Tun:HwAddress + +HwAddress readable s + + Hardware address of the device. + + + + + diff --git a/docs/api/dbus-org.freedesktop.NetworkManager.Device.Veth.xml b/docs/api/dbus-org.freedesktop.NetworkManager.Device.Veth.xml new file mode 100644 index 00000000..2086d618 --- /dev/null +++ b/docs/api/dbus-org.freedesktop.NetworkManager.Device.Veth.xml @@ -0,0 +1,55 @@ + + + + org.freedesktop.NetworkManager.Device.Veth + org.freedesktop.NetworkManager.Device.Veth + org.freedesktop.NetworkManager.Device.Veth + Signals + +PropertiesChanged (a{sv} properties); + + + + Properties + +Peer readable o + + + + Description + + + + Signal Details + + The "PropertiesChanged" signal + org.freedesktop.NetworkManager.Device.Veth::PropertiesChanged + +PropertiesChanged (a{sv} properties); + + DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0. + + + + a{sv} properties: + A dictionary mapping property names to variant boxed values + + + + + + Property Details + + The "Peer" property + org.freedesktop.NetworkManager.Device.Veth:Peer + +Peer readable o + + The object path of the device's peer. + + + + + diff --git a/docs/api/dbus-org.freedesktop.NetworkManager.Device.Vlan.xml b/docs/api/dbus-org.freedesktop.NetworkManager.Device.Vlan.xml new file mode 100644 index 00000000..a4e7348f --- /dev/null +++ b/docs/api/dbus-org.freedesktop.NetworkManager.Device.Vlan.xml @@ -0,0 +1,86 @@ + + + + org.freedesktop.NetworkManager.Device.Vlan + org.freedesktop.NetworkManager.Device.Vlan + org.freedesktop.NetworkManager.Device.Vlan + Signals + +PropertiesChanged (a{sv} properties); + + + + Properties + +HwAddress readable s +Carrier readable b +Parent readable o +VlanId readable u + + + + Description + + + + Signal Details + + The "PropertiesChanged" signal + org.freedesktop.NetworkManager.Device.Vlan::PropertiesChanged + +PropertiesChanged (a{sv} properties); + + DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0. + + + + a{sv} properties: + A dictionary mapping property names to variant boxed values + + + + + + Property Details + + The "HwAddress" property + org.freedesktop.NetworkManager.Device.Vlan:HwAddress + +HwAddress readable s + + Hardware address of the device. + + + + The "Carrier" property + org.freedesktop.NetworkManager.Device.Vlan:Carrier + +Carrier readable b + + Indicates whether the physical carrier is found (e.g. whether a cable is + plugged in or not). + + + + The "Parent" property + org.freedesktop.NetworkManager.Device.Vlan:Parent + +Parent readable o + + Object path of the parent device of this VLAN device. + + + + The "VlanId" property + org.freedesktop.NetworkManager.Device.Vlan:VlanId + +VlanId readable u + + The VLAN ID of this VLAN interface. + + + + + diff --git a/docs/api/dbus-org.freedesktop.NetworkManager.Device.Vxlan.xml b/docs/api/dbus-org.freedesktop.NetworkManager.Device.Vxlan.xml new file mode 100644 index 00000000..d8e45816 --- /dev/null +++ b/docs/api/dbus-org.freedesktop.NetworkManager.Device.Vxlan.xml @@ -0,0 +1,222 @@ + + + + org.freedesktop.NetworkManager.Device.Vxlan + org.freedesktop.NetworkManager.Device.Vxlan + org.freedesktop.NetworkManager.Device.Vxlan + Signals + +PropertiesChanged (a{sv} properties); + + + + Properties + +Parent readable o +HwAddress readable s +Id readable u +Group readable s +Local readable s +Tos readable y +Ttl readable y +Learning readable b +Ageing readable u +Limit readable u +DstPort readable q +SrcPortMin readable q +SrcPortMax readable q +Proxy readable b +Rsc readable b +L2miss readable b +L3miss readable b + + + + Description + + + + Signal Details + + The "PropertiesChanged" signal + org.freedesktop.NetworkManager.Device.Vxlan::PropertiesChanged + +PropertiesChanged (a{sv} properties); + + DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0. + + + + a{sv} properties: + A dictionary mapping property names to variant boxed values + + + + + + Property Details + + The "Parent" property + org.freedesktop.NetworkManager.Device.Vxlan:Parent + +Parent readable o + + The object path of the parent device (if the VXLAN is not purely internal + to this host). + + + + The "HwAddress" property + org.freedesktop.NetworkManager.Device.Vxlan:HwAddress + +HwAddress readable s + + Hardware address of the device. + + + + The "Id" property + org.freedesktop.NetworkManager.Device.Vxlan:Id + +Id readable u + + The VXLAN Network Identifier (VNI). + + + + The "Group" property + org.freedesktop.NetworkManager.Device.Vxlan:Group + +Group readable s + + The IP (v4 or v6) multicast group used to communicate with other physical + hosts on this VXLAN. + + + + The "Local" property + org.freedesktop.NetworkManager.Device.Vxlan:Local + +Local readable s + + The local IPv4 or IPv6 address to use when sending VXLAN packets to other + physical hosts. + + + + The "Tos" property + org.freedesktop.NetworkManager.Device.Vxlan:Tos + +Tos readable y + + The value to use in the IP ToS field for VXLAN packets sent to other + physical hosts. + + + + The "Ttl" property + org.freedesktop.NetworkManager.Device.Vxlan:Ttl + +Ttl readable y + + The value to use in the IP TTL field for VXLAN packets sent to other + physical hosts. + + + + The "Learning" property + org.freedesktop.NetworkManager.Device.Vxlan:Learning + +Learning readable b + + True if the VXLAN dynamically learns remote IP addresses. + + + + The "Ageing" property + org.freedesktop.NetworkManager.Device.Vxlan:Ageing + +Ageing readable u + + The interval in seconds at which the kernel purges stale cached addresses. + + + + The "Limit" property + org.freedesktop.NetworkManager.Device.Vxlan:Limit + +Limit readable u + + The maximum number of entries that can be added to the VXLAN's forwarding + table. + + + + The "DstPort" property + org.freedesktop.NetworkManager.Device.Vxlan:DstPort + +DstPort readable q + + Destination port for outgoing VXLAN packets. + + + + The "SrcPortMin" property + org.freedesktop.NetworkManager.Device.Vxlan:SrcPortMin + +SrcPortMin readable q + + The lowest source port number to use for outgoing VXLAN packets. + + + + The "SrcPortMax" property + org.freedesktop.NetworkManager.Device.Vxlan:SrcPortMax + +SrcPortMax readable q + + The highest source port number to use for outgoing VXLAN packets. + + + + The "Proxy" property + org.freedesktop.NetworkManager.Device.Vxlan:Proxy + +Proxy readable b + + True if the VXLAN is implementing DOVE ARP proxying for remote clients. + + + + The "Rsc" property + org.freedesktop.NetworkManager.Device.Vxlan:Rsc + +Rsc readable b + + True if the VXLAN is implementing DOVE route short-circuiting of known + remote IP addresses. + + + + The "L2miss" property + org.freedesktop.NetworkManager.Device.Vxlan:L2miss + +L2miss readable b + + True if the VXLAN will emit netlink notifications of L2 switch misses. + + + + The "L3miss" property + org.freedesktop.NetworkManager.Device.Vxlan:L3miss + +L3miss readable b + + True if the VXLAN will emit netlink notifications of L3 switch misses. + + + + + diff --git a/docs/api/dbus-org.freedesktop.NetworkManager.Device.WiMax.xml b/docs/api/dbus-org.freedesktop.NetworkManager.Device.WiMax.xml new file mode 100644 index 00000000..d3c1487f --- /dev/null +++ b/docs/api/dbus-org.freedesktop.NetworkManager.Device.WiMax.xml @@ -0,0 +1,192 @@ + + + + org.freedesktop.NetworkManager.Device.WiMax + org.freedesktop.NetworkManager.Device.WiMax + org.freedesktop.NetworkManager.Device.WiMax + Methods + +GetNspList (OUT ao nsps); + + + + Signals + +PropertiesChanged (a{sv} properties); +NspAdded (o nsp); +NspRemoved (o nsp); + + + + Properties + +Nsps readable ao +HwAddress readable s +CenterFrequency readable u +Rssi readable i +Cinr readable i +TxPower readable i +Bsid readable s +ActiveNsp readable o + + + + Description + + + + Method Details + + The GetNspList() method + org.freedesktop.NetworkManager.Device.WiMax.GetNspList() + +GetNspList (OUT ao nsps); + + Get the list of NSPs visible to this device. + + + + OUT ao nsps: + List of NSP object paths + + + + + + Signal Details + + The "PropertiesChanged" signal + org.freedesktop.NetworkManager.Device.WiMax::PropertiesChanged + +PropertiesChanged (a{sv} properties); + + DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0. + + + + a{sv} properties: + A dictionary mapping property names to variant boxed values. + + + + + The "NspAdded" signal + org.freedesktop.NetworkManager.Device.WiMax::NspAdded + +NspAdded (o nsp); + + Emitted when a new NSP is found by the device. + + + + o nsp: + The object path of the newly found NSP. + + + + + The "NspRemoved" signal + org.freedesktop.NetworkManager.Device.WiMax::NspRemoved + +NspRemoved (o nsp); + + Emitted when an NSP disappears from view of the device. + + + + o nsp: + The object path of the NSP that has disappeared. + + + + + + Property Details + + The "Nsps" property + org.freedesktop.NetworkManager.Device.WiMax:Nsps + +Nsps readable ao + + List of object paths of Network Service Providers (NSPs) visible to this + WiMAX device. + + + + The "HwAddress" property + org.freedesktop.NetworkManager.Device.WiMax:HwAddress + +HwAddress readable s + + Hardware address of the device. + + + + The "CenterFrequency" property + org.freedesktop.NetworkManager.Device.WiMax:CenterFrequency + +CenterFrequency readable u + + Center frequency (in KHz) of the radio channel the device is using to + communicate with the network when connected. Has no meaning when the + device is not connected. + + + + The "Rssi" property + org.freedesktop.NetworkManager.Device.WiMax:Rssi + +Rssi readable i + + RSSI of the current radio link in dBm. This value indicates how strong the + raw received RF signal from the base station is, but does not indicate the + overall quality of the radio link. Has no meaning when the device is not + connected. + + + + The "Cinr" property + org.freedesktop.NetworkManager.Device.WiMax:Cinr + +Cinr readable i + + CINR (Carrier to Interference + Noise Ratio) of the current radio link in + dB. CINR is a more accurate measure of radio link quality. Has no meaning + when the device is not connected. + + + + The "TxPower" property + org.freedesktop.NetworkManager.Device.WiMax:TxPower + +TxPower readable i + + Average power of the last burst transmitted by the device, in units of 0.5 + dBm. i.e. a TxPower of -11 represents an actual device TX power of -5.5 + dBm. Has no meaning when the device is not connected. + + + + The "Bsid" property + org.freedesktop.NetworkManager.Device.WiMax:Bsid + +Bsid readable s + + The ID of the serving base station as received from the network. Has no + meaning when the device is not connected. + + + + The "ActiveNsp" property + org.freedesktop.NetworkManager.Device.WiMax:ActiveNsp + +ActiveNsp readable o + + Object path of the NSP currently used by the WiMax device. + + + + + diff --git a/docs/api/dbus-org.freedesktop.NetworkManager.Device.Wired.xml b/docs/api/dbus-org.freedesktop.NetworkManager.Device.Wired.xml new file mode 100644 index 00000000..adf7e35a --- /dev/null +++ b/docs/api/dbus-org.freedesktop.NetworkManager.Device.Wired.xml @@ -0,0 +1,96 @@ + + + + org.freedesktop.NetworkManager.Device.Wired + org.freedesktop.NetworkManager.Device.Wired + org.freedesktop.NetworkManager.Device.Wired + Signals + +PropertiesChanged (a{sv} properties); + + + + Properties + +HwAddress readable s +PermHwAddress readable s +Speed readable u +S390Subchannels readable as +Carrier readable b + + + + Description + + + + Signal Details + + The "PropertiesChanged" signal + org.freedesktop.NetworkManager.Device.Wired::PropertiesChanged + +PropertiesChanged (a{sv} properties); + + DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0. + + + + a{sv} properties: + A dictionary mapping property names to variant boxed values + + + + + + Property Details + + The "HwAddress" property + org.freedesktop.NetworkManager.Device.Wired:HwAddress + +HwAddress readable s + + Active hardware address of the device. + + + + The "PermHwAddress" property + org.freedesktop.NetworkManager.Device.Wired:PermHwAddress + +PermHwAddress readable s + + Permanent hardware address of the device. + + + + The "Speed" property + org.freedesktop.NetworkManager.Device.Wired:Speed + +Speed readable u + + Design speed of the device, in megabits/second (Mb/s). + + + + The "S390Subchannels" property + org.freedesktop.NetworkManager.Device.Wired:S390Subchannels + +S390Subchannels readable as + + Array of S/390 subchannels for S/390 or z/Architecture devices. + + + + The "Carrier" property + org.freedesktop.NetworkManager.Device.Wired:Carrier + +Carrier readable b + + Indicates whether the physical carrier is found (e.g. whether a cable is + plugged in or not). + + + + + diff --git a/docs/api/dbus-org.freedesktop.NetworkManager.Device.Wireless.xml b/docs/api/dbus-org.freedesktop.NetworkManager.Device.Wireless.xml new file mode 100644 index 00000000..3652c937 --- /dev/null +++ b/docs/api/dbus-org.freedesktop.NetworkManager.Device.Wireless.xml @@ -0,0 +1,210 @@ + + + + org.freedesktop.NetworkManager.Device.Wireless + org.freedesktop.NetworkManager.Device.Wireless + org.freedesktop.NetworkManager.Device.Wireless + Methods + +GetAccessPoints (OUT ao access_points); +GetAllAccessPoints (OUT ao access_points); +RequestScan (IN a{sv} options); + + + + Signals + +PropertiesChanged (a{sv} properties); +AccessPointAdded (o access_point); +AccessPointRemoved (o access_point); + + + + Properties + +HwAddress readable s +PermHwAddress readable s +Mode readable u +Bitrate readable u +AccessPoints readable ao +ActiveAccessPoint readable o +WirelessCapabilities readable u + + + + Description + + + + Method Details + + The GetAccessPoints() method + org.freedesktop.NetworkManager.Device.Wireless.GetAccessPoints() + +GetAccessPoints (OUT ao access_points); + + DEPRECATED. Get the list of access points visible to this device. Note + that this list does not include access points which hide their SSID. To + retrieve a list of all access points (including hidden ones) use the + GetAllAccessPoints() method. + + + + OUT ao access_points: + List of access point object paths. + + + + + The GetAllAccessPoints() method + org.freedesktop.NetworkManager.Device.Wireless.GetAllAccessPoints() + +GetAllAccessPoints (OUT ao access_points); + + Get the list of all access points visible to this device, including hidden + ones for which the SSID is not yet known. + + + + OUT ao access_points: + List of access point object paths. + + + + + The RequestScan() method + org.freedesktop.NetworkManager.Device.Wireless.RequestScan() + +RequestScan (IN a{sv} options); + + Request the device to scan + + + + IN a{sv} options: + Options of scan. Currently 'ssids' option with value of "aay" type is supported. + + + + + + Signal Details + + The "PropertiesChanged" signal + org.freedesktop.NetworkManager.Device.Wireless::PropertiesChanged + +PropertiesChanged (a{sv} properties); + + DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0. + + + + a{sv} properties: + A dictionary containing the changed parameters. + + + + + The "AccessPointAdded" signal + org.freedesktop.NetworkManager.Device.Wireless::AccessPointAdded + +AccessPointAdded (o access_point); + + Emitted when a new access point is found by the device. + + + + o access_point: + The object path of the newly found access point. + + + + + The "AccessPointRemoved" signal + org.freedesktop.NetworkManager.Device.Wireless::AccessPointRemoved + +AccessPointRemoved (o access_point); + + Emitted when an access point disappears from view of the device. + + + + o access_point: + The object path of the access point that has disappeared. + + + + + + Property Details + + The "HwAddress" property + org.freedesktop.NetworkManager.Device.Wireless:HwAddress + +HwAddress readable s + + The active hardware address of the device. + + + + The "PermHwAddress" property + org.freedesktop.NetworkManager.Device.Wireless:PermHwAddress + +PermHwAddress readable s + + The permanent hardware address of the device. + + + + The "Mode" property + org.freedesktop.NetworkManager.Device.Wireless:Mode + +Mode readable u + + The operating mode of the wireless device. + Returns: NM80211Mode + + + + The "Bitrate" property + org.freedesktop.NetworkManager.Device.Wireless:Bitrate + +Bitrate readable u + + The bit rate currently used by the wireless device, in kilobits/second + (Kb/s). + + + + The "AccessPoints" property + org.freedesktop.NetworkManager.Device.Wireless:AccessPoints + +AccessPoints readable ao + + List of object paths of access point visible to this wireless device. + + + + The "ActiveAccessPoint" property + org.freedesktop.NetworkManager.Device.Wireless:ActiveAccessPoint + +ActiveAccessPoint readable o + + Object path of the access point currently used by the wireless device. + + + + The "WirelessCapabilities" property + org.freedesktop.NetworkManager.Device.Wireless:WirelessCapabilities + +WirelessCapabilities readable u + + The capabilities of the wireless device. + Returns: NMDeviceWifiCapabilities + + + + + diff --git a/docs/api/dbus-org.freedesktop.NetworkManager.Device.xml b/docs/api/dbus-org.freedesktop.NetworkManager.Device.xml new file mode 100644 index 00000000..883c5d75 --- /dev/null +++ b/docs/api/dbus-org.freedesktop.NetworkManager.Device.xml @@ -0,0 +1,475 @@ + + + + org.freedesktop.NetworkManager.Device + org.freedesktop.NetworkManager.Device + org.freedesktop.NetworkManager.Device + Methods + +Reapply (IN a{sa{sv}} connection, + IN t version_id, + IN u flags); +GetAppliedConnection (IN u flags, + OUT a{sa{sv}} connection, + OUT t version_id); +Disconnect (); +Delete (); + + + + Signals + +StateChanged (u new_state, + u old_state, + u reason); + + + + Properties + +Udi readable s +Interface readable s +IpInterface readable s +Driver readable s +DriverVersion readable s +FirmwareVersion readable s +Capabilities readable u +Ip4Address readable u +State readable u +StateReason readable (uu) +ActiveConnection readable o +Ip4Config readable o +Dhcp4Config readable o +Ip6Config readable o +Dhcp6Config readable o +Managed readwrite b +Autoconnect readwrite b +FirmwareMissing readable b +NmPluginMissing readable b +DeviceType readable u +AvailableConnections readable ao +PhysicalPortId readable s +Mtu readable u +Metered readable u +LldpNeighbors readable aa{sv} +Real readable b + + + + Description + + + + Method Details + + The Reapply() method + org.freedesktop.NetworkManager.Device.Reapply() + +Reapply (IN a{sa{sv}} connection, + IN t version_id, + IN u flags); + + Attempts to update the configuration of a device without deactivating it. + NetworkManager has the concept of connections, which are profiles that + contain the configuration for a networking device. Those connections are + exposed via D-Bus as individual objects that can be created, modified and + deleted. When activating such a settings-connection on a device, the + settings-connection is cloned to become an applied-connection and used to + configure the device (see GetAppliedConnection). Subsequent modification + of the settings-connection don't propagate automatically to the device's + applied-connection (with exception of the firewall-zone and the metered + property). For the changes to take effect, you can either re-activate the + settings-connection, or call Reapply. The Reapply call allows you to + directly update the applied-connection and reconfigure the device. Reapply + can also be useful if the currently applied-connection is equal to the + connection that is about to be reapplied. This allows to reconfigure the + device and revert external changes like removing or adding an IP address + (which NetworkManager doesn't revert automatically because it is assumed + that the user made these changes intentionally outside of NetworkManager). + Reapply can make the applied-connection different from the + settings-connection, just like updating the settings-connection can make + them different. + + + + IN a{sa{sv}} connection: + The optional connection settings that will be reapplied on the device. If empty, the currently active settings-connection will be used. The connection cannot arbitrarly differ from the current applied-connection otherwise the call will fail. Only certain changes are supported, like adding or removing IP addresses. + + + IN t version_id: + If non-zero, the current version id of the applied-connection must match. The current version id can be retrieved via GetAppliedConnection. This optional argument allows to catch concurrent modifications between the GetAppliedConnection call and Reapply. + + + IN u flags: + Flags which would modify the behavior of the Reapply call. There are no flags defined currently and the users should use the value of 0. + + + + + The GetAppliedConnection() method + org.freedesktop.NetworkManager.Device.GetAppliedConnection() + +GetAppliedConnection (IN u flags, + OUT a{sa{sv}} connection, + OUT t version_id); + + Get the currently applied connection on the device. This is a snapshot of + the last activated connection on the device, that is the configuration + that is currently applied on the device. Usually this is the same as + GetSettings of the referenced settings connection. However, it can differ + if the settings connection was subsequently modified or the applied + connection was modified by Reapply. The applied connection is set when + activating a device or when calling Reapply. + + + + IN u flags: + Flags which would modify the behavior of the GetAppliedConnection call. There are no flags defined currently and the users should use the value of 0. + + + OUT a{sa{sv}} connection: + The effective connection settings that the connection has currently applied. + + + OUT t version_id: + The version-id of the currently applied connection. This can be specified during Reapply to avoid races where you first fetch the applied connection, modify it and try to reapply it. If the applied connection is modified in the meantime, the version_id gets incremented and Reapply will fail. + + + + + The Disconnect() method + org.freedesktop.NetworkManager.Device.Disconnect() + +Disconnect (); + + Disconnects a device and prevents the device from automatically activating + further connections without user intervention. + + + + The Delete() method + org.freedesktop.NetworkManager.Device.Delete() + +Delete (); + + Deletes a software device from NetworkManager and removes the interface + from the system. The method returns an error when called for a hardware + device. + + + + + Signal Details + + The "StateChanged" signal + org.freedesktop.NetworkManager.Device::StateChanged + +StateChanged (u new_state, + u old_state, + u reason); + + + + + u new_state: + (NMDeviceState) The new state of the device. + + + u old_state: + (NMDeviceState) The previous state of the device. + + + u reason: + (NMDeviceStateReason) A reason for the state transition. + + + + + + Property Details + + The "Udi" property + org.freedesktop.NetworkManager.Device:Udi + +Udi readable s + + Operating-system specific transient device hardware identifier. This is an + opaque string representing the underlying hardware for the device, and + shouldn't be used to keep track of individual devices. For some device + types (Bluetooth, Modems) it is an identifier used by the hardware service + (ie bluez or ModemManager) to refer to that device, and client programs + use it get additional information from those services which NM does not + provide. The Udi is not guaranteed to be consistent across reboots or + hotplugs of the hardware. If you're looking for a way to uniquely track + each device in your application, use the object path. If you're looking + for a way to track a specific piece of hardware across reboot or hotplug, + use a MAC address or USB serial number. + + + + The "Interface" property + org.freedesktop.NetworkManager.Device:Interface + +Interface readable s + + The name of the device's control (and often data) interface. + + + + The "IpInterface" property + org.freedesktop.NetworkManager.Device:IpInterface + +IpInterface readable s + + The name of the device's data interface when available. This property may + not refer to the actual data interface until the device has successfully + established a data connection, indicated by the device's State becoming + ACTIVATED. + + + + The "Driver" property + org.freedesktop.NetworkManager.Device:Driver + +Driver readable s + + The driver handling the device. + + + + The "DriverVersion" property + org.freedesktop.NetworkManager.Device:DriverVersion + +DriverVersion readable s + + The version of the driver handling the device. + + + + The "FirmwareVersion" property + org.freedesktop.NetworkManager.Device:FirmwareVersion + +FirmwareVersion readable s + + The firmware version for the device. + + + + The "Capabilities" property + org.freedesktop.NetworkManager.Device:Capabilities + +Capabilities readable u + + Flags describing the capabilities of the device. + Returns: NMDeviceCapabilities + + + + The "Ip4Address" property + org.freedesktop.NetworkManager.Device:Ip4Address + +Ip4Address readable u + + DEPRECATED; use the 'Addresses' property of the 'Ip4Config' object + instead. + + + + The "State" property + org.freedesktop.NetworkManager.Device:State + +State readable u + + The current state of the device. + Returns: NMDeviceState + + + + The "StateReason" property + org.freedesktop.NetworkManager.Device:StateReason + +StateReason readable (uu) + + The current state and reason for changing to that state. + Returns: A tuple of NMDeviceState and NMDeviceStateReason. + + + + The "ActiveConnection" property + org.freedesktop.NetworkManager.Device:ActiveConnection + +ActiveConnection readable o + + Object path of an ActiveConnection object that "owns" this device during + activation. The ActiveConnection object tracks the life-cycle of a + connection to a specific network and implements the + org.freedesktop.NetworkManager.Connection.Active D-Bus interface. + + + + The "Ip4Config" property + org.freedesktop.NetworkManager.Device:Ip4Config + +Ip4Config readable o + + Object path of the Ip4Config object describing the configuration of the + device. Only valid when the device is in the NM_DEVICE_STATE_ACTIVATED + state. + + + + The "Dhcp4Config" property + org.freedesktop.NetworkManager.Device:Dhcp4Config + +Dhcp4Config readable o + + Object path of the Dhcp4Config object describing the DHCP options returned + by the DHCP server. Only valid when the device is in the + NM_DEVICE_STATE_ACTIVATED state. + + + + The "Ip6Config" property + org.freedesktop.NetworkManager.Device:Ip6Config + +Ip6Config readable o + + Object path of the Ip6Config object describing the configuration of the + device. Only valid when the device is in the NM_DEVICE_STATE_ACTIVATED + state. + + + + The "Dhcp6Config" property + org.freedesktop.NetworkManager.Device:Dhcp6Config + +Dhcp6Config readable o + + Object path of the Dhcp6Config object describing the DHCP options returned + by the DHCP server. Only valid when the device is in the + NM_DEVICE_STATE_ACTIVATED state. + + + + The "Managed" property + org.freedesktop.NetworkManager.Device:Managed + +Managed readwrite b + + Whether or not this device is managed by NetworkManager. Setting this + property has a similar effect to configuring the device as unmanaged via + the keyfile.unmanaged-devices setting in NetworkManager.conf. Changes to + this value are not persistent and lost after NetworkManager restart. + + + + The "Autoconnect" property + org.freedesktop.NetworkManager.Device:Autoconnect + +Autoconnect readwrite b + + If TRUE, indicates the device is allowed to autoconnect. If FALSE, manual + intervention is required before the device will automatically connect to a + known network, such as activating a connection using the device, or + setting this property to TRUE. This property cannot be set to TRUE for + default-unmanaged devices, since they never autoconnect. + + + + The "FirmwareMissing" property + org.freedesktop.NetworkManager.Device:FirmwareMissing + +FirmwareMissing readable b + + If TRUE, indicates the device is likely missing firmware necessary for its + operation. + + + + The "NmPluginMissing" property + org.freedesktop.NetworkManager.Device:NmPluginMissing + +NmPluginMissing readable b + + If TRUE, indicates the NetworkManager plugin for the device is likely + missing or misconfigured. + + + + The "DeviceType" property + org.freedesktop.NetworkManager.Device:DeviceType + +DeviceType readable u + + The general type of the network device; ie Ethernet, WiFi, etc. + Returns: NMDeviceType + + + + The "AvailableConnections" property + org.freedesktop.NetworkManager.Device:AvailableConnections + +AvailableConnections readable ao + + An array of object paths of every configured connection that is currently + 'available' through this device. + + + + The "PhysicalPortId" property + org.freedesktop.NetworkManager.Device:PhysicalPortId + +PhysicalPortId readable s + + If non-empty, an (opaque) indicator of the physical network port + associated with the device. This can be used to recognize when two + seemingly-separate hardware devices are actually just different virtual + interfaces to the same physical port. + + + + The "Mtu" property + org.freedesktop.NetworkManager.Device:Mtu + +Mtu readable u + + The device MTU (maximum transmission unit). + + + + The "Metered" property + org.freedesktop.NetworkManager.Device:Metered + +Metered readable u + + Whether the amount of traffic flowing through the device is subject to + limitations, for example set by service providers. + Returns: NMMetered + + + + The "LldpNeighbors" property + org.freedesktop.NetworkManager.Device:LldpNeighbors + +LldpNeighbors readable aa{sv} + + Array of LLDP neighbors; each element is a dictionary mapping LLDP TLV + names to variant boxed values. + + + + The "Real" property + org.freedesktop.NetworkManager.Device:Real + +Real readable b + + True if the device exists, or False for placeholder devices that do not + yet exist but could be automatically created by NetworkManager if one of + their AvailableConnections was activated. + + + + + diff --git a/docs/api/dbus-org.freedesktop.NetworkManager.DnsManager.xml b/docs/api/dbus-org.freedesktop.NetworkManager.DnsManager.xml new file mode 100644 index 00000000..33ec88ff --- /dev/null +++ b/docs/api/dbus-org.freedesktop.NetworkManager.DnsManager.xml @@ -0,0 +1,58 @@ + + + + org.freedesktop.NetworkManager.DnsManager + org.freedesktop.NetworkManager.DnsManager + org.freedesktop.NetworkManager.DnsManager + Properties + +Mode readable s +RcManager readable s +Configuration readable aa{sv} + + + + Description + The interface contains DNS-related information. + + + + Property Details + + The "Mode" property + org.freedesktop.NetworkManager.DnsManager:Mode + +Mode readable s + + The current DNS processing mode. + + + + The "RcManager" property + org.freedesktop.NetworkManager.DnsManager:RcManager + +RcManager readable s + + The current resolv.conf management mode. + + + + The "Configuration" property + org.freedesktop.NetworkManager.DnsManager:Configuration + +Configuration readable aa{sv} + + The current DNS configuration represented as an array of + dictionaries. Each dictionary has the "nameservers", + "priority" keys and, optionally, "interface" and "vpn". + "nameservers" is the list of DNS servers, "priority" their + relative priority, "interface" the interface on which these + servers are contacted, "vpn" a boolean telling whether the + configuration was obtained from a VPN connection. + + + + + diff --git a/docs/api/dbus-org.freedesktop.NetworkManager.IP4Config.xml b/docs/api/dbus-org.freedesktop.NetworkManager.IP4Config.xml new file mode 100644 index 00000000..2a337154 --- /dev/null +++ b/docs/api/dbus-org.freedesktop.NetworkManager.IP4Config.xml @@ -0,0 +1,167 @@ + + + + org.freedesktop.NetworkManager.IP4Config + org.freedesktop.NetworkManager.IP4Config + org.freedesktop.NetworkManager.IP4Config + Signals + +PropertiesChanged (a{sv} properties); + + + + Properties + +Addresses readable aau +AddressData readable aa{sv} +Gateway readable s +Routes readable aau +RouteData readable aa{sv} +Nameservers readable au +Domains readable as +Searches readable as +DnsOptions readable as +DnsPriority readable i +WinsServers readable au + + + + Description + + + + Signal Details + + The "PropertiesChanged" signal + org.freedesktop.NetworkManager.IP4Config::PropertiesChanged + +PropertiesChanged (a{sv} properties); + + DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0. + + + + a{sv} properties: + A dictionary mapping property names to variant boxed values + + + + + + Property Details + + The "Addresses" property + org.freedesktop.NetworkManager.IP4Config:Addresses + +Addresses readable aau + + Array of arrays of IPv4 address/prefix/gateway. All 3 elements of each + array are in network byte order. Essentially: [(addr, prefix, gateway), + (addr, prefix, gateway), ...] Deprecated: use AddressData and Gateway + + + + The "AddressData" property + org.freedesktop.NetworkManager.IP4Config:AddressData + +AddressData readable aa{sv} + + Array of IP address data objects. All addresses will include "address" (an + IP address string), and "prefix" (a uint). Some addresses may include + additional attributes. + + + + The "Gateway" property + org.freedesktop.NetworkManager.IP4Config:Gateway + +Gateway readable s + + The gateway in use. + + + + The "Routes" property + org.freedesktop.NetworkManager.IP4Config:Routes + +Routes readable aau + + Arrays of IPv4 route/prefix/next-hop/metric. All 4 elements of each tuple + are in network byte order. 'route' and 'next hop' are IPv4 addresses, + while prefix and metric are simple unsigned integers. Essentially: + [(route, prefix, next-hop, metric), (route, prefix, next-hop, metric), + ...] Deprecated: use RouteData + + + + The "RouteData" property + org.freedesktop.NetworkManager.IP4Config:RouteData + +RouteData readable aa{sv} + + Array of IP route data objects. All routes will include "dest" (an IP + address string) and "prefix" (a uint). Some routes may include "next-hop" + (an IP address string), "metric" (a uint), and additional attributes. + + + + The "Nameservers" property + org.freedesktop.NetworkManager.IP4Config:Nameservers + +Nameservers readable au + + The nameservers in use. + + + + The "Domains" property + org.freedesktop.NetworkManager.IP4Config:Domains + +Domains readable as + + A list of domains this address belongs to. + + + + The "Searches" property + org.freedesktop.NetworkManager.IP4Config:Searches + +Searches readable as + + A list of dns searches. + + + + The "DnsOptions" property + org.freedesktop.NetworkManager.IP4Config:DnsOptions + +DnsOptions readable as + + A list of DNS options that modify the behavior of the DNS resolver. See + resolv.conf(5) manual page for the list of supported options. + + + + The "DnsPriority" property + org.freedesktop.NetworkManager.IP4Config:DnsPriority + +DnsPriority readable i + + The relative priority of DNS servers. + + + + The "WinsServers" property + org.freedesktop.NetworkManager.IP4Config:WinsServers + +WinsServers readable au + + The Windows Internet Name Service servers associated with the connection. + Each address is in network byte order. + + + + + diff --git a/docs/api/dbus-org.freedesktop.NetworkManager.IP6Config.xml b/docs/api/dbus-org.freedesktop.NetworkManager.IP6Config.xml new file mode 100644 index 00000000..99fe3324 --- /dev/null +++ b/docs/api/dbus-org.freedesktop.NetworkManager.IP6Config.xml @@ -0,0 +1,151 @@ + + + + org.freedesktop.NetworkManager.IP6Config + org.freedesktop.NetworkManager.IP6Config + org.freedesktop.NetworkManager.IP6Config + Signals + +PropertiesChanged (a{sv} properties); + + + + Properties + +Addresses readable a(ayuay) +AddressData readable aa{sv} +Gateway readable s +Routes readable a(ayuayu) +RouteData readable aa{sv} +Nameservers readable aay +Domains readable as +Searches readable as +DnsOptions readable as +DnsPriority readable i + + + + Description + + + + Signal Details + + The "PropertiesChanged" signal + org.freedesktop.NetworkManager.IP6Config::PropertiesChanged + +PropertiesChanged (a{sv} properties); + + DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0. + + + + a{sv} properties: + A dictionary mapping property names to variant boxed values + + + + + + Property Details + + The "Addresses" property + org.freedesktop.NetworkManager.IP6Config:Addresses + +Addresses readable a(ayuay) + + Array of tuples of IPv6 address/prefix/gateway. Deprecated: use + AddressData and Gateway. + + + + The "AddressData" property + org.freedesktop.NetworkManager.IP6Config:AddressData + +AddressData readable aa{sv} + + Array of IP address data objects. All addresses will include "address" (an + IP address string), and "prefix" (a uint). Some addresses may include + additional attributes. + + + + The "Gateway" property + org.freedesktop.NetworkManager.IP6Config:Gateway + +Gateway readable s + + The gateway in use. + + + + The "Routes" property + org.freedesktop.NetworkManager.IP6Config:Routes + +Routes readable a(ayuayu) + + Tuples of IPv6 route/prefix/next-hop/metric. Deprecated: use RouteData + + + + The "RouteData" property + org.freedesktop.NetworkManager.IP6Config:RouteData + +RouteData readable aa{sv} + + Array of IP route data objects. All routes will include "dest" (an IP + address string) and "prefix" (a uint). Some routes may include "next-hop" + (an IP address string), "metric" (a uint), and additional attributes. + + + + The "Nameservers" property + org.freedesktop.NetworkManager.IP6Config:Nameservers + +Nameservers readable aay + + The nameservers in use. + + + + The "Domains" property + org.freedesktop.NetworkManager.IP6Config:Domains + +Domains readable as + + A list of domains this address belongs to. + + + + The "Searches" property + org.freedesktop.NetworkManager.IP6Config:Searches + +Searches readable as + + A list of dns searches. + + + + The "DnsOptions" property + org.freedesktop.NetworkManager.IP6Config:DnsOptions + +DnsOptions readable as + + A list of DNS options that modify the behavior of the DNS resolver. See + resolv.conf(5) manual page for the list of supported options. + + + + The "DnsPriority" property + org.freedesktop.NetworkManager.IP6Config:DnsPriority + +DnsPriority readable i + + The relative priority of DNS servers. + + + + + diff --git a/docs/api/dbus-org.freedesktop.NetworkManager.PPP.xml b/docs/api/dbus-org.freedesktop.NetworkManager.PPP.xml new file mode 100644 index 00000000..79370cd3 --- /dev/null +++ b/docs/api/dbus-org.freedesktop.NetworkManager.PPP.xml @@ -0,0 +1,87 @@ + + + + org.freedesktop.NetworkManager.PPP + org.freedesktop.NetworkManager.PPP + org.freedesktop.NetworkManager.PPP + Methods + +NeedSecrets (OUT s username, + OUT s password); +SetIp4Config (IN a{sv} config); +SetIp6Config (IN a{sv} config); +SetState (IN u state); + + + + Description + + + + Method Details + + The NeedSecrets() method + org.freedesktop.NetworkManager.PPP.NeedSecrets() + +NeedSecrets (OUT s username, + OUT s password); + + + + + OUT s username: + + + + OUT s password: + + + + + + The SetIp4Config() method + org.freedesktop.NetworkManager.PPP.SetIp4Config() + +SetIp4Config (IN a{sv} config); + + + + + IN a{sv} config: + + + + + + The SetIp6Config() method + org.freedesktop.NetworkManager.PPP.SetIp6Config() + +SetIp6Config (IN a{sv} config); + + + + + IN a{sv} config: + + + + + + The SetState() method + org.freedesktop.NetworkManager.PPP.SetState() + +SetState (IN u state); + + + + + IN u state: + + + + + + + diff --git a/docs/api/dbus-org.freedesktop.NetworkManager.SecretAgent.xml b/docs/api/dbus-org.freedesktop.NetworkManager.SecretAgent.xml new file mode 100644 index 00000000..0a77ec15 --- /dev/null +++ b/docs/api/dbus-org.freedesktop.NetworkManager.SecretAgent.xml @@ -0,0 +1,150 @@ + + + + org.freedesktop.NetworkManager.SecretAgent + org.freedesktop.NetworkManager.SecretAgent + org.freedesktop.NetworkManager.SecretAgent + Methods + +GetSecrets (IN a{sa{sv}} connection, + IN o connection_path, + IN s setting_name, + IN as hints, + IN u flags, + OUT a{sa{sv}} secrets); +CancelGetSecrets (IN o connection_path, + IN s setting_name); +SaveSecrets (IN a{sa{sv}} connection, + IN o connection_path); +DeleteSecrets (IN a{sa{sv}} connection, + IN o connection_path); + + + + Description + Private D-Bus interface used by secret agents that store and provide + secrets to NetworkManager. If an agent provides secrets to NetworkManager + as part of connection creation, and the some of those secrets are "agent + owned" the agent should store those secrets itself and should not expect + its SaveSecrets() method to be called. SaveSecrets() will be called eg if + some program other than the agent itself (like a connection editor) + changes the secrets out of band. The agent should implement this D-Bus + interface on an object with the path + /org/freedesktop/NetworkManager/SecretAgent. + + + + Method Details + + The GetSecrets() method + org.freedesktop.NetworkManager.SecretAgent.GetSecrets() + +GetSecrets (IN a{sa{sv}} connection, + IN o connection_path, + IN s setting_name, + IN as hints, + IN u flags, + OUT a{sa{sv}} secrets); + + Retrieve and return stored secrets, if any, or request new secrets from + the agent's user. If user interaction is allowed and the user enters new + secrets, the agent is expected to save the new secrets to persistent + storage (if the secret's flags include AGENT_OWNED) as NetworkManager will + not send these secrets back to the same agent via a SaveSecrets() call. If + the user canceled any interaction, the agent should return the + UserCanceled error (see below). + + + + IN a{sa{sv}} connection: + Nested settings maps containing the connection for which secrets are being requested. This may contain system-owned secrets if the agent has successfully authenticated to modify system network settings and the GetSecrets request flags allow user interaction. + + + IN o connection_path: + Object path of the connection for which secrets are being requested. + + + IN s setting_name: + Setting name for which secrets are being requested. + + + IN as hints: + Array of strings of key names in the requested setting for which NetworkManager thinks a secrets may be required, and/or well-known identifiers and data that may be useful to the client in processing the secrets request. Note that it's not always possible to determine which secret is required, so in some cases no hints may be given. The Agent should return any secrets it has, or that it thinks are required, regardless of what hints NetworkManager sends in this request. Some hints have special prefixes that provide information to the agent; for example, VPN requests may send server-specific messages prefixed with "x-vpn-message:". + + + IN u flags: + (NMSecretAgentGetSecretsFlags) Flags which modify the behavior of the secrets request. If true, new secrets are assumed to be invalid or incorrect, and the agent should ask the user for new secrets. If false, existing secrets should be retrieved from storage and returned without interrupting the user. + + + OUT a{sa{sv}} secrets: + Nested settings maps containing secrets. Each setting MUST contain at least the 'name' field, containing the name of the setting, and one or more secrets. + + + + + The CancelGetSecrets() method + org.freedesktop.NetworkManager.SecretAgent.CancelGetSecrets() + +CancelGetSecrets (IN o connection_path, + IN s setting_name); + + Cancel a pending GetSecrets request for secrets of the given connection. + Any GetSecrets request with the same 'connection_path' and 'setting_name' + that are given in a CancelGetSecrets request should be canceled. + + + + IN o connection_path: + Object path of the connection for which, if secrets for the given 'setting_name' are being requested, the request should be canceled. + + + IN s setting_name: + Setting name for which secrets for this connection were originally being requested. + + + + + The SaveSecrets() method + org.freedesktop.NetworkManager.SecretAgent.SaveSecrets() + +SaveSecrets (IN a{sa{sv}} connection, + IN o connection_path); + + Save given secrets to backing storage. + + + + IN a{sa{sv}} connection: + Nested settings maps containing the entire connection (including secrets), for which the agent should save the secrets to backing storage. This method will not be called when the agent itself is the process creating or updating a connection; in that case the agent is assumed to have already saved those secrets since it had them already. + + + IN o connection_path: + Object path of the connection for which the agent should save secrets to backing storage. + + + + + The DeleteSecrets() method + org.freedesktop.NetworkManager.SecretAgent.DeleteSecrets() + +DeleteSecrets (IN a{sa{sv}} connection, + IN o connection_path); + + Delete secrets from backing storage. + + + + IN a{sa{sv}} connection: + Nested settings maps containing the connection properties (sans secrets), for which the agent should delete the secrets from backing storage. + + + IN o connection_path: + Object path of the connection for which the agent should delete secrets from backing storage. + + + + + + diff --git a/docs/api/dbus-org.freedesktop.NetworkManager.Settings.Connection.xml b/docs/api/dbus-org.freedesktop.NetworkManager.Settings.Connection.xml new file mode 100644 index 00000000..2de23972 --- /dev/null +++ b/docs/api/dbus-org.freedesktop.NetworkManager.Settings.Connection.xml @@ -0,0 +1,211 @@ + + + + org.freedesktop.NetworkManager.Settings.Connection + org.freedesktop.NetworkManager.Settings.Connection + org.freedesktop.NetworkManager.Settings.Connection + Methods + +Update (IN a{sa{sv}} properties); +UpdateUnsaved (IN a{sa{sv}} properties); +Delete (); +GetSettings (OUT a{sa{sv}} settings); +GetSecrets (IN s setting_name, + OUT a{sa{sv}} secrets); +ClearSecrets (); +Save (); + + + + Signals + +Updated (); +Removed (); +PropertiesChanged (a{sv} properties); + + + + Properties + +Unsaved readable b + + + + Description + Represents a single network connection configuration. + + + + Method Details + + The Update() method + org.freedesktop.NetworkManager.Settings.Connection.Update() + +Update (IN a{sa{sv}} properties); + + Update the connection with new settings and properties (replacing all + previous settings and properties) and save the connection to disk. Secrets + may be part of the update request, and will be either stored in persistent + storage or sent to a Secret Agent for storage, depending on the flags + associated with each secret. + + + + IN a{sa{sv}} properties: + New connection settings, properties, and (optionally) secrets. + + + + + The UpdateUnsaved() method + org.freedesktop.NetworkManager.Settings.Connection.UpdateUnsaved() + +UpdateUnsaved (IN a{sa{sv}} properties); + + Update the connection with new settings and properties (replacing all + previous settings and properties) but do not immediately save the + connection to disk. Secrets may be part of the update request and may sent + to a Secret Agent for storage, depending on the flags associated with each + secret. Use the 'Save' method to save these changes to disk. Note that + unsaved changes will be lost if the connection is reloaded from disk + (either automatically on file change or due to an explicit + ReloadConnections call). + + + + IN a{sa{sv}} properties: + New connection settings, properties, and (optionally) secrets. + + + + + The Delete() method + org.freedesktop.NetworkManager.Settings.Connection.Delete() + +Delete (); + + Delete the connection. + + + + The GetSettings() method + org.freedesktop.NetworkManager.Settings.Connection.GetSettings() + +GetSettings (OUT a{sa{sv}} settings); + + Get the settings maps describing this network configuration. This will + never include any secrets required for connection to the network, as those + are often protected. Secrets must be requested separately using the + GetSecrets() call. + + + + OUT a{sa{sv}} settings: + The nested settings maps describing this object. + + + + + The GetSecrets() method + org.freedesktop.NetworkManager.Settings.Connection.GetSecrets() + +GetSecrets (IN s setting_name, + OUT a{sa{sv}} secrets); + + Get the secrets belonging to this network configuration. Only secrets from + persistent storage or a Secret Agent running in the requestor's session + will be returned. The user will never be prompted for secrets as a result + of this request. + + + + IN s setting_name: + Name of the setting to return secrets for. If empty, all all secrets will be returned. + + + OUT a{sa{sv}} secrets: + Nested settings maps containing secrets. + + + + + The ClearSecrets() method + org.freedesktop.NetworkManager.Settings.Connection.ClearSecrets() + +ClearSecrets (); + + Clear the secrets belonging to this network connection profile. + + + + The Save() method + org.freedesktop.NetworkManager.Settings.Connection.Save() + +Save (); + + Saves a "dirty" connection (that had previously been updated with + UpdateUnsaved) to persistent storage. + + + + + Signal Details + + The "Updated" signal + org.freedesktop.NetworkManager.Settings.Connection::Updated + +Updated (); + + Emitted when any settings or permissions change. When handling this + signal, clients should re-read the connection using the GetSettings method + to get the changes and to ensure the client still has permission to access + the connection. + + + + The "Removed" signal + org.freedesktop.NetworkManager.Settings.Connection::Removed + +Removed (); + + Emitted when this connection is no longer available. This happens when the + connection is deleted or if it is no longer accessible by any of the + system's logged-in users. After receipt of this signal, the object no + longer exists. Also see the Settings.ConnectionRemoved signal. + + + + The "PropertiesChanged" signal + org.freedesktop.NetworkManager.Settings.Connection::PropertiesChanged + +PropertiesChanged (a{sv} properties); + + DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0. + + + + a{sv} properties: + A dictionary mapping property names to variant boxed values. + + + + + + Property Details + + The "Unsaved" property + org.freedesktop.NetworkManager.Settings.Connection:Unsaved + +Unsaved readable b + + If set, indicates that the in-memory state of the connection does not + match the on-disk state. This flag will be set when UpdateUnsaved() is + called or when any connection details change, and cleared when the + connection is saved to disk via Save() or from internal operations. + + + + + diff --git a/docs/api/dbus-org.freedesktop.NetworkManager.Settings.xml b/docs/api/dbus-org.freedesktop.NetworkManager.Settings.xml new file mode 100644 index 00000000..9882f812 --- /dev/null +++ b/docs/api/dbus-org.freedesktop.NetworkManager.Settings.xml @@ -0,0 +1,288 @@ + + + + org.freedesktop.NetworkManager.Settings + org.freedesktop.NetworkManager.Settings + org.freedesktop.NetworkManager.Settings + Methods + +ListConnections (OUT ao connections); +GetConnectionByUuid (IN s uuid, + OUT o connection); +AddConnection (IN a{sa{sv}} connection, + OUT o path); +AddConnectionUnsaved (IN a{sa{sv}} connection, + OUT o path); +LoadConnections (IN as filenames, + OUT b status, + OUT as failures); +ReloadConnections (OUT b status); +SaveHostname (IN s hostname); + + + + Signals + +PropertiesChanged (a{sv} properties); +NewConnection (o connection); +ConnectionRemoved (o connection); + + + + Properties + +Connections readable ao +Hostname readable s +CanModify readable b + + + + Description + The Settings interface allows clients to view and administrate the + connections stored and used by NetworkManager. + + + + Method Details + + The ListConnections() method + org.freedesktop.NetworkManager.Settings.ListConnections() + +ListConnections (OUT ao connections); + + List the saved network connections known to NetworkManager. + + + + OUT ao connections: + List of connections. + + + + + The GetConnectionByUuid() method + org.freedesktop.NetworkManager.Settings.GetConnectionByUuid() + +GetConnectionByUuid (IN s uuid, + OUT o connection); + + Retrieve the object path of a connection, given that connection's UUID. + + + + IN s uuid: + The UUID to find the connection object path for. + + + OUT o connection: + The connection's object path. + + + + + The AddConnection() method + org.freedesktop.NetworkManager.Settings.AddConnection() + +AddConnection (IN a{sa{sv}} connection, + OUT o path); + + Add new connection and save it to disk. This operation does not start the + network connection unless (1) device is idle and able to connect to the + network described by the new connection, and (2) the connection is allowed + to be started automatically. + + + + IN a{sa{sv}} connection: + Connection settings and properties. + + + OUT o path: + Object path of the new connection that was just added. + + + + + The AddConnectionUnsaved() method + org.freedesktop.NetworkManager.Settings.AddConnectionUnsaved() + +AddConnectionUnsaved (IN a{sa{sv}} connection, + OUT o path); + + Add new connection but do not save it to disk immediately. This operation + does not start the network connection unless (1) device is idle and able + to connect to the network described by the new connection, and (2) the + connection is allowed to be started automatically. Use the 'Save' method + on the connection to save these changes to disk. Note that unsaved changes + will be lost if the connection is reloaded from disk (either automatically + on file change or due to an explicit ReloadConnections call). + + + + IN a{sa{sv}} connection: + Connection settings and properties. + + + OUT o path: + Object path of the new connection that was just added. + + + + + The LoadConnections() method + org.freedesktop.NetworkManager.Settings.LoadConnections() + +LoadConnections (IN as filenames, + OUT b status, + OUT as failures); + + Loads or reloads the indicated connections from disk. You should call this + after making changes directly to an on-disk connection file to make sure + that NetworkManager sees the changes. (If "monitor-connection-files" in + NetworkManager.conf is "true", then this will have no real effect, but is + harmless.) As with AddConnection(), this operation does not necessarily + start the network connection. + + + + IN as filenames: + Array of paths to on-disk connection profiles in directories monitored by NetworkManager. + + + OUT b status: + Success or failure of the operation as a whole. True if NetworkManager at least tried to load the indicated connections, even if it did not succeed. False if an error occurred before trying to load the connections (eg, permission denied). + + + OUT as failures: + Paths of connection files that could not be loaded. + + + + + The ReloadConnections() method + org.freedesktop.NetworkManager.Settings.ReloadConnections() + +ReloadConnections (OUT b status); + + Tells NetworkManager to reload all connection files from disk, including + noticing any added or deleted connection files. By default, connections + are re-read automatically any time they change, so you only need to use + this command if you have set "monitor-connection-files=false" in + NetworkManager.conf. + + + + OUT b status: + Success or failure. + + + + + The SaveHostname() method + org.freedesktop.NetworkManager.Settings.SaveHostname() + +SaveHostname (IN s hostname); + + Save the hostname to persistent configuration. + + + + IN s hostname: + The hostname to save to persistent configuration. If blank, the persistent hostname is cleared. + + + + + + Signal Details + + The "PropertiesChanged" signal + org.freedesktop.NetworkManager.Settings::PropertiesChanged + +PropertiesChanged (a{sv} properties); + + DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0. + + + + a{sv} properties: + A dictionary mapping property names to variant boxed values + + + + + The "NewConnection" signal + org.freedesktop.NetworkManager.Settings::NewConnection + +NewConnection (o connection); + + Emitted when a new connection has been added after NetworkManager has + started up and initialized. This signal is not emitted for connections + read while starting up, because NetworkManager's D-Bus service is only + available after all connections have been read, and to prevent spamming + listeners with too many signals at one time. To retrieve the initial + connection list, call the ListConnections() method once, and then listen + for individual Settings.NewConnection and Settings.Connection.Deleted + signals for further updates. + + + + o connection: + Object path of the new connection. + + + + + The "ConnectionRemoved" signal + org.freedesktop.NetworkManager.Settings::ConnectionRemoved + +ConnectionRemoved (o connection); + + Emitted when a connection is no longer available. This happens when the + connection is deleted or if it is no longer accessible by any of the + system's logged-in users. After receipt of this signal, the connection no + longer exists and cannot be used. Also see the Settings.Connection.Removed + signal. + + + + o connection: + Object path of the removed connection. + + + + + + Property Details + + The "Connections" property + org.freedesktop.NetworkManager.Settings:Connections + +Connections readable ao + + List of object paths of available network connection profiles. + + + + The "Hostname" property + org.freedesktop.NetworkManager.Settings:Hostname + +Hostname readable s + + The machine hostname stored in persistent configuration. + + + + The "CanModify" property + org.freedesktop.NetworkManager.Settings:CanModify + +CanModify readable b + + If true, adding and modifying connections is supported. + + + + + diff --git a/docs/api/dbus-org.freedesktop.NetworkManager.VPN.Connection.xml b/docs/api/dbus-org.freedesktop.NetworkManager.VPN.Connection.xml new file mode 100644 index 00000000..523acbba --- /dev/null +++ b/docs/api/dbus-org.freedesktop.NetworkManager.VPN.Connection.xml @@ -0,0 +1,89 @@ + + + + org.freedesktop.NetworkManager.VPN.Connection + org.freedesktop.NetworkManager.VPN.Connection + org.freedesktop.NetworkManager.VPN.Connection + Signals + +PropertiesChanged (a{sv} properties); +VpnStateChanged (u state, + u reason); + + + + Properties + +VpnState readable u +Banner readable s + + + + Description + Represents an active connection to a Virtual Private Network. + + + + Signal Details + + The "PropertiesChanged" signal + org.freedesktop.NetworkManager.VPN.Connection::PropertiesChanged + +PropertiesChanged (a{sv} properties); + + DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0. + + + + a{sv} properties: + A dictionary mapping property names to variant boxed values + + + + + The "VpnStateChanged" signal + org.freedesktop.NetworkManager.VPN.Connection::VpnStateChanged + +VpnStateChanged (u state, + u reason); + + Emitted when the state of the VPN connection has changed. + + + + u state: + (NMVpnConnectionState) The new state of the VPN connection. + + + u reason: + (NMVpnConnectionStateReason) Reason code describing the change to the new state. + + + + + + Property Details + + The "VpnState" property + org.freedesktop.NetworkManager.VPN.Connection:VpnState + +VpnState readable u + + The VPN-specific state of the connection. + Returns: NMVpnConnectionState + + + + The "Banner" property + org.freedesktop.NetworkManager.VPN.Connection:Banner + +Banner readable s + + The banner string of the VPN connection. + + + + + diff --git a/docs/api/dbus-org.freedesktop.NetworkManager.VPN.Plugin.xml b/docs/api/dbus-org.freedesktop.NetworkManager.VPN.Plugin.xml new file mode 100644 index 00000000..80eaebc3 --- /dev/null +++ b/docs/api/dbus-org.freedesktop.NetworkManager.VPN.Plugin.xml @@ -0,0 +1,325 @@ + + + + org.freedesktop.NetworkManager.VPN.Plugin + org.freedesktop.NetworkManager.VPN.Plugin + org.freedesktop.NetworkManager.VPN.Plugin + Methods + +Connect (IN a{sa{sv}} connection); +ConnectInteractive (IN a{sa{sv}} connection, + IN a{sv} details); +NeedSecrets (IN a{sa{sv}} settings, + OUT s setting_name); +Disconnect (); +SetConfig (IN a{sv} config); +SetIp4Config (IN a{sv} config); +SetIp6Config (IN a{sv} config); +SetFailure (IN s reason); +NewSecrets (IN a{sa{sv}} connection); + + + + Signals + +StateChanged (u state); +SecretsRequired (s message, + as secrets); +Config (a{sv} config); +Ip4Config (a{sv} ip4config); +Ip6Config (a{sv} ip6config); +LoginBanner (s banner); +Failure (u reason); + + + + Properties + +State readable u + + + + Description + This interface is provided by plugins providing VPN services to the + NetworkManager daemon. + + + + Method Details + + The Connect() method + org.freedesktop.NetworkManager.VPN.Plugin.Connect() + +Connect (IN a{sa{sv}} connection); + + Tells the plugin to connect. Interactive secrets requests (eg, emitting + the SecretsRequired signal) are not allowed. + + + + IN a{sa{sv}} connection: + Describes the connection to be established. + + + + + The ConnectInteractive() method + org.freedesktop.NetworkManager.VPN.Plugin.ConnectInteractive() + +ConnectInteractive (IN a{sa{sv}} connection, + IN a{sv} details); + + Tells the plugin to connect, allowing interactive secrets requests (eg the + plugin is allowed to emit the SecretsRequired signal if the VPN service + indicates that it needs additional secrets during the connect process). + + + + IN a{sa{sv}} connection: + Describes the connection to be established. + + + IN a{sv} details: + Additional details about the Connect process. + + + + + The NeedSecrets() method + org.freedesktop.NetworkManager.VPN.Plugin.NeedSecrets() + +NeedSecrets (IN a{sa{sv}} settings, + OUT s setting_name); + + Asks the plugin whether the provided connection will require secrets to + connect successfully. + + + + IN a{sa{sv}} settings: + Describes the connection that may need secrets. + + + OUT s setting_name: + The setting name within the provided connection that requires secrets, if any. + + + + + The Disconnect() method + org.freedesktop.NetworkManager.VPN.Plugin.Disconnect() + +Disconnect (); + + Disconnect the plugin. + + + + The SetConfig() method + org.freedesktop.NetworkManager.VPN.Plugin.SetConfig() + +SetConfig (IN a{sv} config); + + Set generic connection details on the connection. + + + + IN a{sv} config: + Generic configuration details for the connection. + + + + + The SetIp4Config() method + org.freedesktop.NetworkManager.VPN.Plugin.SetIp4Config() + +SetIp4Config (IN a{sv} config); + + Set IPv4 details on the connection. + + + + IN a{sv} config: + Ip4Config details for the connection. You must call SetConfig() before calling this. + + + + + The SetIp6Config() method + org.freedesktop.NetworkManager.VPN.Plugin.SetIp6Config() + +SetIp6Config (IN a{sv} config); + + Set IPv6 details on the connection. + + + + IN a{sv} config: + Ip6Config details for the connection. You must call SetConfig() before calling this. + + + + + The SetFailure() method + org.freedesktop.NetworkManager.VPN.Plugin.SetFailure() + +SetFailure (IN s reason); + + Indicate a failure to the plugin. + + + + IN s reason: + The reason for the failure. + + + + + The NewSecrets() method + org.freedesktop.NetworkManager.VPN.Plugin.NewSecrets() + +NewSecrets (IN a{sa{sv}} connection); + + Called in response to a SecretsRequired signal to deliver updated secrets + or other information to the plugin. + + + + IN a{sa{sv}} connection: + Describes the connection including the new secrets. + + + + + + Signal Details + + The "StateChanged" signal + org.freedesktop.NetworkManager.VPN.Plugin::StateChanged + +StateChanged (u state); + + Emitted when the plugin state changes. + + + + u state: + (NMVpnServiceState) The new state of the plugin. + + + + + The "SecretsRequired" signal + org.freedesktop.NetworkManager.VPN.Plugin::SecretsRequired + +SecretsRequired (s message, + as secrets); + + Emitted during an ongoing ConnectInteractive() request when the plugin has + determined that new secrets are required. NetworkManager will then call + the NewSecrets() method with a connection hash including the new secrets. + + + + s message: + Informational message, if any, about the request. For example, if a second PIN is required, could indicate to the user to wait for the token code to change until entering the next PIN. + + + as secrets: + Array of strings of VPN secret names which the plugin thinks secrets may be required for, or other VPN-specific data to be processed by the VPN's front-end. + + + + + The "Config" signal + org.freedesktop.NetworkManager.VPN.Plugin::Config + +Config (a{sv} config); + + The plugin obtained generic configuration information. + + + + a{sv} config: + The configuration information. + + + + + The "Ip4Config" signal + org.freedesktop.NetworkManager.VPN.Plugin::Ip4Config + +Ip4Config (a{sv} ip4config); + + The plugin obtained an IPv4 configuration. + + + + a{sv} ip4config: + The IPv4 configuration. + + + + + The "Ip6Config" signal + org.freedesktop.NetworkManager.VPN.Plugin::Ip6Config + +Ip6Config (a{sv} ip6config); + + The plugin obtained an IPv6 configuration. + + + + a{sv} ip6config: + The IPv6 configuration. + + + + + The "LoginBanner" signal + org.freedesktop.NetworkManager.VPN.Plugin::LoginBanner + +LoginBanner (s banner); + + Emitted when the plugin receives a login banner from the VPN service. + + + + s banner: + The login banner string. + + + + + The "Failure" signal + org.freedesktop.NetworkManager.VPN.Plugin::Failure + +Failure (u reason); + + Emitted when a failure in the VPN plugin occurs. + + + + u reason: + (NMVpnPluginFailure) Reason code for the failure. + + + + + + Property Details + + The "State" property + org.freedesktop.NetworkManager.VPN.Plugin:State + +State readable u + + The state of the plugin. + Returns: NMVpnServiceState + + + + + diff --git a/docs/api/dbus-org.freedesktop.NetworkManager.xml b/docs/api/dbus-org.freedesktop.NetworkManager.xml new file mode 100644 index 00000000..f8f7c5ab --- /dev/null +++ b/docs/api/dbus-org.freedesktop.NetworkManager.xml @@ -0,0 +1,739 @@ + + + + org.freedesktop.NetworkManager + org.freedesktop.NetworkManager + org.freedesktop.NetworkManager + Methods + +Reload (IN u flags); +GetDevices (OUT ao devices); +GetAllDevices (OUT ao devices); +GetDeviceByIpIface (IN s iface, + OUT o device); +ActivateConnection (IN o connection, + IN o device, + IN o specific_object, + OUT o active_connection); +AddAndActivateConnection (IN a{sa{sv}} connection, + IN o device, + IN o specific_object, + OUT o path, + OUT o active_connection); +DeactivateConnection (IN o active_connection); +Sleep (IN b sleep); +Enable (IN b enable); +GetPermissions (OUT a{ss} permissions); +SetLogging (IN s level, + IN s domains); +GetLogging (OUT s level, + OUT s domains); +CheckConnectivity (OUT u connectivity); +state (OUT u state); +CheckpointCreate (IN ao devices, + IN u rollback_timeout, + IN u flags, + OUT o checkpoint); +CheckpointDestroy (IN o checkpoint); +CheckpointRollback (IN o checkpoint, + OUT a{su} result); + + + + Signals + +CheckPermissions (); +StateChanged (u state); +PropertiesChanged (a{sv} properties); +DeviceAdded (o device_path); +DeviceRemoved (o device_path); + + + + Properties + +Devices readable ao +AllDevices readable ao +NetworkingEnabled readable b +WirelessEnabled readwrite b +WirelessHardwareEnabled readable b +WwanEnabled readwrite b +WwanHardwareEnabled readable b +WimaxEnabled readwrite b +WimaxHardwareEnabled readable b +ActiveConnections readable ao +PrimaryConnection readable o +PrimaryConnectionType readable s +Metered readable u +ActivatingConnection readable o +Startup readable b +Version readable s +Capabilities readable au +State readable u +Connectivity readable u +GlobalDnsConfiguration readwrite a{sv} + + + + Description + + + + Method Details + + The Reload() method + org.freedesktop.NetworkManager.Reload() + +Reload (IN u flags); + + Reload NetworkManager's configuration and perform certain updates, like flushing a cache or + rewriting external state to disk. This is similar to sending SIGHUP to NetworkManager but it + allows for more fine-grained control over what to reload (see flags). It also allows + non-root access via PolicyKit and contrary to signals it is synchronous. + No flags (0x00) means to reload everything that is supported which is identical to + sending a SIGHUP. + (0x01) means to reload the NetworkManager.conf configuration from disk. Note that this + does not include connections, which can be reloaded via Setting's ReloadConnections. + (0x02) means to update DNS configuration, which usually involves writing /etc/resolv.conf + anew. + (0x04) means to restart the DNS plugin. This is for example useful when using + dnsmasq plugin, which uses additional configuration in /etc/NetworkManager/dnsmasq.d. + If you edit those files, you can restart the DNS plugin. This action shortly interrupts + name resolution. + Note that flags may affect each other. For example, restarting the DNS plugin (0x04) + implicitly updates DNS too (0x02). Or when reloading the configuration (0x01), changes + to DNS setting also cause a DNS update (0x02). However, (0x01) does not involve restarting + the DNS plugin (0x04) or update resolv.conf (0x02), unless the DNS related configuration + changes in NetworkManager.conf. + + + + IN u flags: + optional flags to specify which parts shall be reloaded. + + + + + The GetDevices() method + org.freedesktop.NetworkManager.GetDevices() + +GetDevices (OUT ao devices); + + Get the list of realized network devices. + + + + OUT ao devices: + List of object paths of network devices known to the system. This list does not include device placeholders (see GetAllDevices()). + + + + + The GetAllDevices() method + org.freedesktop.NetworkManager.GetAllDevices() + +GetAllDevices (OUT ao devices); + + Get the list of all network devices. + + + + OUT ao devices: + List of object paths of network devices and device placeholders (eg, devices that do not yet exist but which can be automatically created by NetworkManager if one of their AvailableConnections was activated). + + + + + The GetDeviceByIpIface() method + org.freedesktop.NetworkManager.GetDeviceByIpIface() + +GetDeviceByIpIface (IN s iface, + OUT o device); + + Return the object path of the network device referenced by its IP + interface name. Note that some devices (usually modems) only have an IP + interface name when they are connected. + + + + IN s iface: + Interface name of the device to find. + + + OUT o device: + Object path of the network device. + + + + + The ActivateConnection() method + org.freedesktop.NetworkManager.ActivateConnection() + +ActivateConnection (IN o connection, + IN o device, + IN o specific_object, + OUT o active_connection); + + Activate a connection using the supplied device. + + + + IN o connection: + The connection to activate. If "/" is given, a valid device path must be given, and NetworkManager picks the best connection to activate for the given device. VPN connections must always pass a valid connection path. + + + IN o device: + The object path of device to be activated for physical connections. This parameter is ignored for VPN connections, because the specific_object (if provided) specifies the device to use. + + + IN o specific_object: + The path of a connection-type-specific object this activation should use. This parameter is currently ignored for wired and mobile broadband connections, and the value of "/" should be used (ie, no specific object). For WiFi connections, pass the object path of a specific AP from the card's scan list, or "/" to pick an AP automatically. For VPN connections, pass the object path of an ActiveConnection object that should serve as the "base" connection (to which the VPN connections lifetime will be tied), or pass "/" and NM will automatically use the current default device. + + + OUT o active_connection: + The path of the active connection object representing this active connection. + + + + + The AddAndActivateConnection() method + org.freedesktop.NetworkManager.AddAndActivateConnection() + +AddAndActivateConnection (IN a{sa{sv}} connection, + IN o device, + IN o specific_object, + OUT o path, + OUT o active_connection); + + Adds a new connection using the given details (if any) as a template + (automatically filling in missing settings with the capabilities of the + given device and specific object), then activate the new connection. + Cannot be used for VPN connections at this time. + + + + IN a{sa{sv}} connection: + Connection settings and properties; if incomplete missing settings will be automatically completed using the given device and specific object. + + + IN o device: + The object path of device to be activated using the given connection. + + + IN o specific_object: + The path of a connection-type-specific object this activation should use. This parameter is currently ignored for wired and mobile broadband connections, and the value of "/" should be used (ie, no specific object). For WiFi connections, pass the object path of a specific AP from the card's scan list, which will be used to complete the details of the newly added connection. + + + OUT o path: + Object path of the new connection that was just added. + + + OUT o active_connection: + The path of the active connection object representing this active connection. + + + + + The DeactivateConnection() method + org.freedesktop.NetworkManager.DeactivateConnection() + +DeactivateConnection (IN o active_connection); + + Deactivate an active connection. + + + + IN o active_connection: + The currently active connection to deactivate. + + + + + The Sleep() method + org.freedesktop.NetworkManager.Sleep() + +Sleep (IN b sleep); + + Control the NetworkManager daemon's sleep state. When asleep, all + interfaces that it manages are deactivated. When awake, devices are + available to be activated. This command should not be called directly by + users or clients; it is intended for system suspend/resume tracking. + + + + IN b sleep: + Indicates whether the NetworkManager daemon should sleep or wake. + + + + + The Enable() method + org.freedesktop.NetworkManager.Enable() + +Enable (IN b enable); + + Control whether overall networking is enabled or disabled. When disabled, + all interfaces that NM manages are deactivated. When enabled, all managed + interfaces are re-enabled and available to be activated. This command + should be used by clients that provide to users the ability to + enable/disable all networking. + + + + IN b enable: + If FALSE, indicates that all networking should be disabled. If TRUE, indicates that NetworkManager should begin managing network devices. + + + + + The GetPermissions() method + org.freedesktop.NetworkManager.GetPermissions() + +GetPermissions (OUT a{ss} permissions); + + Returns the permissions a caller has for various authenticated operations + that NetworkManager provides, like Enable/Disable networking, changing + WiFi, WWAN, and WiMAX state, etc. + + + + OUT a{ss} permissions: + Dictionary of available permissions and results. Each permission is represented by a name (ie "org.freedesktop.NetworkManager.Foobar") and each result is one of the following values: "yes" (the permission is available), "auth" (the permission is available after a successful authentication), or "no" (the permission is denied). Clients may use these values in the UI to indicate the ability to perform certain operations. + + + + + The SetLogging() method + org.freedesktop.NetworkManager.SetLogging() + +SetLogging (IN s level, + IN s domains); + + Set logging verbosity and which operations are logged. + + + + IN s level: + One of [ERR, WARN, INFO, DEBUG, TRACE, OFF, KEEP]. This level is applied to the domains as specified in the domains argument. Except for the special level "KEEP", all unmentioned domains are disabled entirely. "KEEP" is special and allows not to change the current setting except for the specified domains. E.g. level=KEEP and domains=PLATFORM:DEBUG will only touch the platform domain. + + + IN s domains: + A combination of logging domains separated by commas (','), or "NONE" to disable logging. Each domain enables logging for operations related to that domain. Available domains are: [PLATFORM, RFKILL, ETHER, WIFI, BT, MB, DHCP4, DHCP6, PPP, WIFI_SCAN, IP4, IP6, AUTOIP4, DNS, VPN, SHARING, SUPPLICANT, AGENTS, SETTINGS, SUSPEND, CORE, DEVICE, OLPC, WIMAX, INFINIBAND, FIREWALL, ADSL, BOND, VLAN, BRIDGE, DBUS_PROPS, TEAM, CONCHECK, DCB, DISPATCH, AUDIT]. In addition to these domains, the following special domains can be used: [NONE, ALL, DEFAULT, DHCP, IP]. You can also specify that some domains should log at a different level from the default by appending a colon (':') and a log level (eg, 'WIFI:DEBUG'). If an empty string is given, the log level is changed but the current set of log domains remains unchanged. + + + + + The GetLogging() method + org.freedesktop.NetworkManager.GetLogging() + +GetLogging (OUT s level, + OUT s domains); + + Get current logging verbosity level and operations domains. + + + + OUT s level: + One of [ERR, WARN, INFO, DEBUG, TRACE]. + + + OUT s domains: + For available domains see SetLogging() call. + + + + + The CheckConnectivity() method + org.freedesktop.NetworkManager.CheckConnectivity() + +CheckConnectivity (OUT u connectivity); + + Re-check the network connectivity state. + + + + OUT u connectivity: + (NMConnectivityState) The current connectivity state. + + + + + The state() method + org.freedesktop.NetworkManager.state() + +state (OUT u state); + + The overall networking state as determined by the NetworkManager daemon, + based on the state of network devices under it's management. + + + + OUT u state: + NMState + + + + + The CheckpointCreate() method + org.freedesktop.NetworkManager.CheckpointCreate() + +CheckpointCreate (IN ao devices, + IN u rollback_timeout, + IN u flags, + OUT o checkpoint); + + devices: a list of device paths for which a checkpoint should be created. An empty list means all devices. + rollback_timeout: the time in seconds until NetworkManager will automatically rollback to the checkpoint. Set to zero for infinite. + flags: optional flags that influence the creation. + checkpoint: on success, returns the path of the checkpoint. + Create a checkpoint of the current networking configuration + for given interfaces. If rollback_timeout is not zero, a + rollback is automatically performed after the given timeout. + + + + IN ao devices: + + + + IN u rollback_timeout: + + + + IN u flags: + + + + OUT o checkpoint: + + + + + + The CheckpointDestroy() method + org.freedesktop.NetworkManager.CheckpointDestroy() + +CheckpointDestroy (IN o checkpoint); + + Destroy a previously created checkpoint. + + + + IN o checkpoint: + the checkpoint to be destroyed. Set to empty to cancel all pending checkpoints. + + + + + The CheckpointRollback() method + org.freedesktop.NetworkManager.CheckpointRollback() + +CheckpointRollback (IN o checkpoint, + OUT a{su} result); + + Rollback a checkpoint before the timeout is reached. + + + + IN o checkpoint: + the checkpoint to be rolled back. + + + OUT a{su} result: + on return, a dictionary of devices and results. Devices are represented by their original D-Bus path; each result is a RollbackResult. + + + + + + Signal Details + + The "CheckPermissions" signal + org.freedesktop.NetworkManager::CheckPermissions + +CheckPermissions (); + + Emitted when system authorization details change, indicating that clients + may wish to recheck permissions with GetPermissions. + + + + The "StateChanged" signal + org.freedesktop.NetworkManager::StateChanged + +StateChanged (u state); + + NetworkManager's state changed. + + + + u state: + (NMState) The new state of NetworkManager. + + + + + The "PropertiesChanged" signal + org.freedesktop.NetworkManager::PropertiesChanged + +PropertiesChanged (a{sv} properties); + + DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0. + + + + a{sv} properties: + The changed properties. + + + + + The "DeviceAdded" signal + org.freedesktop.NetworkManager::DeviceAdded + +DeviceAdded (o device_path); + + A device was added to the system + + + + o device_path: + The object path of the newly added device. + + + + + The "DeviceRemoved" signal + org.freedesktop.NetworkManager::DeviceRemoved + +DeviceRemoved (o device_path); + + A device was removed from the system, and is no longer available. + + + + o device_path: + The object path of the device that was just removed. + + + + + + Property Details + + The "Devices" property + org.freedesktop.NetworkManager:Devices + +Devices readable ao + + The list of realized network devices. Realized devices are those which + have backing resources (eg from the kernel or a management daemon like + ModemManager, teamd, etc). + + + + The "AllDevices" property + org.freedesktop.NetworkManager:AllDevices + +AllDevices readable ao + + The list of both realized and un-realized network devices. Un-realized + devices are software devices which do not yet have backing resources, but + for which backing resources can be created if the device is activated. + + + + The "NetworkingEnabled" property + org.freedesktop.NetworkManager:NetworkingEnabled + +NetworkingEnabled readable b + + Indicates if overall networking is currently enabled or not. See the + Enable() method. + + + + The "WirelessEnabled" property + org.freedesktop.NetworkManager:WirelessEnabled + +WirelessEnabled readwrite b + + Indicates if wireless is currently enabled or not. + + + + The "WirelessHardwareEnabled" property + org.freedesktop.NetworkManager:WirelessHardwareEnabled + +WirelessHardwareEnabled readable b + + Indicates if the wireless hardware is currently enabled, i.e. the state of + the RF kill switch. + + + + The "WwanEnabled" property + org.freedesktop.NetworkManager:WwanEnabled + +WwanEnabled readwrite b + + Indicates if mobile broadband devices are currently enabled or not. + + + + The "WwanHardwareEnabled" property + org.freedesktop.NetworkManager:WwanHardwareEnabled + +WwanHardwareEnabled readable b + + Indicates if the mobile broadband hardware is currently enabled, i.e. the + state of the RF kill switch. + + + + The "WimaxEnabled" property + org.freedesktop.NetworkManager:WimaxEnabled + +WimaxEnabled readwrite b + + Indicates if WiMAX devices are currently enabled or not. + + + + The "WimaxHardwareEnabled" property + org.freedesktop.NetworkManager:WimaxHardwareEnabled + +WimaxHardwareEnabled readable b + + Indicates if the WiMAX hardware is currently enabled, i.e. the state of + the RF kill switch. + + + + The "ActiveConnections" property + org.freedesktop.NetworkManager:ActiveConnections + +ActiveConnections readable ao + + List of active connection object paths. + + + + The "PrimaryConnection" property + org.freedesktop.NetworkManager:PrimaryConnection + +PrimaryConnection readable o + + The object path of the "primary" active connection being used to access + the network. In particular, if there is no VPN active, or the VPN does not + have the default route, then this indicates the connection that has the + default route. If there is a VPN active with the default route, then this + indicates the connection that contains the route to the VPN endpoint. + + + + The "PrimaryConnectionType" property + org.freedesktop.NetworkManager:PrimaryConnectionType + +PrimaryConnectionType readable s + + The connection type of the "primary" active connection being used to + access the network. This is the same as the Type property on the object + indicated by PrimaryConnection. + + + + The "Metered" property + org.freedesktop.NetworkManager:Metered + +Metered readable u + + Indicates whether the connectivity is metered. This is equivalent to the + metered property of the device associated with the primary connection. + Returns: NMMetered + + + + The "ActivatingConnection" property + org.freedesktop.NetworkManager:ActivatingConnection + +ActivatingConnection readable o + + The object path of an active connection that is currently being activated + and which is expected to become the new PrimaryConnection when it finishes + activating. + + + + The "Startup" property + org.freedesktop.NetworkManager:Startup + +Startup readable b + + Indicates whether NM is still starting up; this becomes FALSE when NM has + finished attempting to activate every connection that it might be able to + activate at startup. + + + + The "Version" property + org.freedesktop.NetworkManager:Version + +Version readable s + + NetworkManager version. + + + + The "Capabilities" property + org.freedesktop.NetworkManager:Capabilities + +Capabilities readable au + + The current set of capabilities. See NMCapability for currently + defined capability numbers. The array is guaranteed to + be sorted in ascending order without duplicates. + + + + The "State" property + org.freedesktop.NetworkManager:State + +State readable u + + The overall state of the NetworkManager daemon. + Returns: NMState + + + + The "Connectivity" property + org.freedesktop.NetworkManager:Connectivity + +Connectivity readable u + + The network connectivity state. + Returns: NMConnectivityState + + + + The "GlobalDnsConfiguration" property + org.freedesktop.NetworkManager:GlobalDnsConfiguration + +GlobalDnsConfiguration readwrite a{sv} + + Dictionary of global DNS settings where the key is one of "searches", + "options" and "domains". The values for the "searches" and "options" keys + are string arrays describing the list of search domains and resolver + options, respectively. The value of the "domains" key is a second-level + dictionary, where each key is a domain name, and each key's value is a + third-level dictionary with the keys "servers" and "options". "servers" is + a string array of DNS servers, "options" is a string array of + domain-specific options. + + + + + diff --git a/docs/api/html/NetworkManager.conf.html b/docs/api/html/NetworkManager.conf.html index ffaa8612..70f10154 100644 --- a/docs/api/html/NetworkManager.conf.html +++ b/docs/api/html/NetworkManager.conf.html @@ -32,6 +32,7 @@

Synopsis

/etc/NetworkManager/NetworkManager.conf, /etc/NetworkManager/conf.d/name.conf, + /run/NetworkManager/conf.d/name.conf, /usr/lib/NetworkManager/conf.d/name.conf, /var/lib/NetworkManager/NetworkManager-intern.conf

@@ -53,10 +54,13 @@ These will be read in order, with later files overriding earlier ones. Packages might install further configuration snippets to /usr/lib/NetworkManager/conf.d. This directory is parsed first, even before NetworkManager.conf. - The loading of a file /usr/lib/NetworkManager/conf.d/name.conf + Scripts can also put per-boot configuration into /run/NetworkManager/conf.d. + This directory is parsed second, also before NetworkManager.conf. + The loading of a file /run/NetworkManager/conf.d/name.conf can be prevented by adding a file /etc/NetworkManager/conf.d/name.conf. - In this case, the file from the etc configuration shadows the file from the - system configuration directory. + Likewise, a file /usr/lib/NetworkManager/conf.d/name.conf + can be shadowed by putting a file of the same name to either /etc/NetworkManager/conf.d + or /run/NetworkManager/conf.d.

NetworkManager can overwrite certain user configuration options via D-Bus or other internal @@ -179,9 +183,9 @@ plugins-=remove-me clients to be installed. The internal option uses a built-in DHCP client which is not currently as featureful as the external clients.

-

If this key is missing, available DHCP clients are - looked for in this order: dhclient, - dhcpcd, +

If this key is missing, it defaults to dhclient. + It the chosen plugin is not available, clients are looked for + in this order: dhclient, dhcpcd, internal.

@@ -199,7 +203,7 @@ plugins-=remove-me

When the default wired connection is deleted or saved to a new persistent connection by a plugin, the device is added to a list in the file - /var/run/NetworkManager/no-auto-default.state + /run/NetworkManager/no-auto-default.state to prevent creating the default connection for that device again.

See the section called “Device List Format” for the syntax how to @@ -222,7 +226,7 @@ no-auto-default=*

This setting is deprecated for the per-device setting ignore-carrier which overwrites this setting - if specified (See ???). + if specified (See ignore-carrier). Otherwise, it is a list of matches to specify for which device carrier should be ignored. See the section called “Device List Format” for the syntax how to specify a device. @@ -265,20 +269,36 @@ no-auto-default=*

dns

-

Set the DNS (resolv.conf) processing mode.

-

default: The default if the key is - not specified. NetworkManager will update - resolv.conf to reflect the nameservers +

Set the DNS (resolv.conf) processing mode. + If the key is unspecified, default is used, + unless /etc/resolv.conf is a symlink to + /run/systemd/resolve/resolv.conf, + /lib/systemd/resolv.conf or + /usr/lib/systemd/resolv.conf. + In that case, systemd-resolved is chosen automatically. +

+

default: NetworkManager will update + /etc/resolv.conf to reflect the nameservers provided by currently active connections.

dnsmasq: NetworkManager will run dnsmasq as a local caching nameserver, using a "split DNS" configuration if you are connected to a VPN, and then update resolv.conf to point to the local - nameserver.

+ nameserver. It is possible to pass custom options to the + dnsmasq instance by adding them to files in the + "${prefix}/etc/NetworkManager/dnsmasq.d/" + directory. Note that when multiple upstream servers are + available, dnsmasq will initially contact them in parallel and + then use the fastest to respond, probing again other servers + after some time. This behavior can be modified passing the + 'all-servers' or 'strict-order' options to dnsmasq (see the + manual page for more details).

unbound: NetworkManager will talk to unbound and dnssec-triggerd, providing a "split DNS" - configuration with DNSSEC support. The /etc/resolv.conf + configuration with DNSSEC support. /etc/resolv.conf will be managed by dnssec-trigger daemon.

+

systemd-resolved: NetworkManager will + push the DNS configuration to systemd-resolved

none: NetworkManager will not modify resolv.conf. This implies rc-manager unmanaged

@@ -334,6 +354,18 @@ no-auto-default=*

+ +

autoconnect-retries-default

+

+ The number of times a connection activation should be + automatically tried before switching to another one. This + value applies only to connections that can auto-connect + and have a + connection.autoconnect-retries property + set to -1. If not specified, connections will be retried 4 + times. +

+ @@ -361,7 +393,7 @@ no-auto-default=*

path

The location where keyfiles are read and stored. - This defaults to "/etc/NetworkManager/conf.d". + This defaults to "${prefix}/etc/NetworkManager/conf.d".

@@ -534,18 +566,34 @@ ipv6.ip6-privacy=0 +

connection.stable-id

+ + +

ethernet.cloned-mac-address

-

If left unspecified, it defaults to "permanent".

+

If left unspecified, it defaults to "preserve".

ethernet.generate-mac-address-mask

+

ethernet.mtu

+

If configured explicitly to 0, the MTU is not reconfigured during device activation unless it is required due to IPv6 constraints. If left unspecified, a DHCP/IPv6 SLAAC provided value is used or a default of 1500.

+ +

ethernet.wake-on-lan

+

infiniband.mtu

+

If configured explicitly to 0, the MTU is not reconfigured during device activation unless it is required due to IPv6 constraints. If left unspecified, a DHCP/IPv6 SLAAC provided value is used or the MTU is left unspecified on activation.

+ + +

ip-tunnel.mtu

+

If configured explicitly to 0, the MTU is not reconfigured during device activation unless it is required due to IPv6 constraints. If left unspecified, a DHCP/IPv6 SLAAC provided value is used or a default of 1500.

+ +

ipv4.dad-timeout

@@ -574,7 +622,7 @@ ipv6.ip6-privacy=0

wifi.cloned-mac-address

-

If left unspecified, it defaults to "permanent".

+

If left unspecified, it defaults to "preserve".

wifi.generate-mac-address-mask

@@ -587,6 +635,10 @@ ipv6.ip6-privacy=0

+

wifi.mtu

+

If configured explicitly to 0, the MTU is not reconfigured during device activation unless it is required due to IPv6 constraints. If left unspecified, a DHCP/IPv6 SLAAC provided value is used or a default of 1500.

+ +

wifi.powersave

If left unspecified, the default value "ignore" will be used.

@@ -772,7 +824,7 @@ unmanaged=1 That is, multiple sections that all start with the prefix "device" can be specified. The settings "match-device" and "stop-match" are available to match a device section on a device. The order of multiple sections is also top-down within the file and - later files overwrite previous settings. See the section called “Sections” + later files overwrite previous settings. See “Sections” under the section called “CONNECTION SECTION” for details.

diff --git a/docs/api/html/NetworkManager.devhelp2 b/docs/api/html/NetworkManager.devhelp2 index b2de4be6..e7291ee8 100644 --- a/docs/api/html/NetworkManager.devhelp2 +++ b/docs/api/html/NetworkManager.devhelp2 @@ -31,6 +31,7 @@ + @@ -48,6 +49,7 @@ + @@ -100,6 +102,7 @@ + @@ -234,6 +237,20 @@ + + + + + + + + + + + + + + @@ -361,6 +378,10 @@ + + + + @@ -385,195 +406,199 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/api/html/dbus-types.html b/docs/api/html/dbus-types.html index c1206111..7180e901 100644 --- a/docs/api/html/dbus-types.html +++ b/docs/api/html/dbus-types.html @@ -6,7 +6,7 @@ - + @@ -16,7 +16,7 @@ Home Up -Prev +Prev Next

diff --git a/docs/api/html/gdbus-org.freedesktop.NetworkManager.DHCP4Config.html b/docs/api/html/gdbus-org.freedesktop.NetworkManager.DHCP4Config.html index 56a7cde0..a9963ed8 100644 --- a/docs/api/html/gdbus-org.freedesktop.NetworkManager.DHCP4Config.html +++ b/docs/api/html/gdbus-org.freedesktop.NetworkManager.DHCP4Config.html @@ -34,13 +34,13 @@

-

Signals

+

Signals

 PropertiesChanged (a{sv} properties);
 
-

Properties

+

Properties

 Options  readable   a{sv}
 
diff --git a/docs/api/html/gdbus-org.freedesktop.NetworkManager.DHCP6Config.html b/docs/api/html/gdbus-org.freedesktop.NetworkManager.DHCP6Config.html index 84806db8..707b39ab 100644 --- a/docs/api/html/gdbus-org.freedesktop.NetworkManager.DHCP6Config.html +++ b/docs/api/html/gdbus-org.freedesktop.NetworkManager.DHCP6Config.html @@ -34,13 +34,13 @@
-

Signals

+

Signals

 PropertiesChanged (a{sv} properties);
 
-

Properties

+

Properties

 Options  readable   a{sv}
 
diff --git a/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.IPTunnel.html b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.IPTunnel.html index 26e618c7..26ecb40e 100644 --- a/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.IPTunnel.html +++ b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.IPTunnel.html @@ -7,7 +7,7 @@ - + @@ -22,7 +22,7 @@ Home Up Prev -Next +Next
diff --git a/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Macsec.html b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Macsec.html new file mode 100644 index 00000000..3caa79f6 --- /dev/null +++ b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Macsec.html @@ -0,0 +1,214 @@ + + + + +org.freedesktop.NetworkManager.Device.Macsec: NetworkManager Reference Manual + + + + + + + + + + + + + + + + +
+
+
+ + +
+

org.freedesktop.NetworkManager.Device.Macsec

+

org.freedesktop.NetworkManager.Device.Macsec

+
+
+

Signals

+
+PropertiesChanged (a{sv} properties);
+
+
+
+

Properties

+
+Parent         readable   o
+Sci            readable   t
+IcvLength      readable   y
+CipherSuite    readable   t
+Window         readable   u
+EncodingSa     readable   y
+Validation     readable   s
+Encrypt        readable   b
+Protect        readable   b
+IncludeSci     readable   b
+Es             readable   b
+Scb            readable   b
+ReplayProtect  readable   b
+
+
+
+

Description

+

+
+
+

Signal Details

+
+

The "PropertiesChanged" signal

+
+PropertiesChanged (a{sv} properties);
+
+

DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0. +

+
++++ + + + + +

a{sv} properties:

A dictionary mapping property names to variant boxed values

+
+
+
+

Property Details

+
+

The "Parent" property

+
+Parent  readable   o
+
+

The object path of the parent device. +

+
+
+
+

The "Sci" property

+
+Sci  readable   t
+
+

The Secure Channel Identifier in use. +

+
+
+
+

The "IcvLength" property

+
+IcvLength  readable   y
+
+

The length of ICV (Integrity Check Value). +

+
+
+
+

The "CipherSuite" property

+
+CipherSuite  readable   t
+
+

The set of cryptographic algorithms in use + (e.g. 0x0080020001000001 for GCM-AES-128). +

+
+
+
+

The "Window" property

+
+Window  readable   u
+
+

The size of the replay window. +

+
+
+
+

The "EncodingSa" property

+
+EncodingSa  readable   y
+
+

The value of the Association Number (0..3) for the Security + Association in use. +

+
+
+
+

The "Validation" property

+
+Validation  readable   s
+
+

The validation mode for incoming packets (strict, check, + disabled). +

+
+
+
+

The "Encrypt" property

+
+Encrypt  readable   b
+
+

Whether encryption of transmitted frames is enabled. +

+
+
+
+

The "Protect" property

+
+Protect  readable   b
+
+

Whether protection of transmitted frames is enabled. +

+
+
+
+

The "IncludeSci" property

+
+IncludeSci  readable   b
+
+

Whether the SCI is always included in SecTAG for transmitted + frames. +

+
+
+
+

The "Es" property

+
+Es  readable   b
+
+

Whether the ES (End station) bit is enabled in SecTAG for + transmitted frames. +

+
+
+
+

The "Scb" property

+
+Scb  readable   b
+
+

Whether the SCB (Single Copy Broadcast) bit is enabled in + SecTAG for transmitted frames. +

+
+
+
+

The "ReplayProtect" property

+
+ReplayProtect  readable   b
+
+

Whether replay protection is enabled. +

+
+
+
+ + + \ No newline at end of file diff --git a/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Macvlan.html b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Macvlan.html index 4fdae193..0ad93634 100644 --- a/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Macvlan.html +++ b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Macvlan.html @@ -6,7 +6,7 @@ - + @@ -21,7 +21,7 @@ Home Up -Prev +Prev Next
@@ -34,13 +34,13 @@
-

Signals

+

Signals

 PropertiesChanged (a{sv} properties);
 
-

Properties

+

Properties

 Parent     readable   o
 Mode       readable   s
diff --git a/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Modem.html b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Modem.html
index 43aa3fdb..134c40c7 100644
--- a/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Modem.html
+++ b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Modem.html
@@ -34,13 +34,13 @@
 
 
-

Signals

+

Signals

 PropertiesChanged (a{sv} properties);
 
-

Properties

+

Properties

 ModemCapabilities    readable   u
 CurrentCapabilities  readable   u
diff --git a/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.OlpcMesh.html b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.OlpcMesh.html
index e65395d0..bf9f3b22 100644
--- a/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.OlpcMesh.html
+++ b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.OlpcMesh.html
@@ -34,13 +34,13 @@
 
 
-

Signals

+

Signals

 PropertiesChanged (a{sv} properties);
 
-

Properties

+

Properties

 HwAddress      readable   s
 Companion      readable   o
diff --git a/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Statistics.html b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Statistics.html
index 74a70c07..5ca6a026 100644
--- a/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Statistics.html
+++ b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Statistics.html
@@ -7,7 +7,7 @@
 
 
 
-
+
 
 
 
@@ -22,7 +22,7 @@
 Home
 Up
 Prev
-Next
+Next
 
 
@@ -34,13 +34,13 @@
-

Signals

+

Signals

 PropertiesChanged (a{sv} properties);
 
-

Properties

+

Properties

 RefreshRateMs  readwrite  u
 TxBytes        readable   t
diff --git a/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Team.html b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Team.html
index eac3f29c..e62077fd 100644
--- a/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Team.html
+++ b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Team.html
@@ -34,13 +34,13 @@
 
 
-

Signals

+

Signals

 PropertiesChanged (a{sv} properties);
 
-

Properties

+

Properties

 HwAddress  readable   s
 Carrier    readable   b
diff --git a/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Tun.html b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Tun.html
index 780e5495..9605d5eb 100644
--- a/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Tun.html
+++ b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Tun.html
@@ -34,13 +34,13 @@
 
 
-

Signals

+

Signals

 PropertiesChanged (a{sv} properties);
 
-

Properties

+

Properties

 Owner       readable   x
 Group       readable   x
diff --git a/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Veth.html b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Veth.html
index b0eea616..8b3738e9 100644
--- a/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Veth.html
+++ b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Veth.html
@@ -34,13 +34,13 @@
 
 
-

Signals

+

Signals

 PropertiesChanged (a{sv} properties);
 
-

Properties

+

Properties

 Peer  readable   o
 
diff --git a/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Vlan.html b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Vlan.html index 06eb9fa8..85fbdb3c 100644 --- a/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Vlan.html +++ b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Vlan.html @@ -34,13 +34,13 @@
-

Signals

+

Signals

 PropertiesChanged (a{sv} properties);
 
-

Properties

+

Properties

 HwAddress  readable   s
 Carrier    readable   b
diff --git a/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Vxlan.html b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Vxlan.html
index 657d0bad..4cb9693d 100644
--- a/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Vxlan.html
+++ b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Vxlan.html
@@ -34,13 +34,13 @@
 
 
-

Signals

+

Signals

 PropertiesChanged (a{sv} properties);
 
-

Properties

+

Properties

 Parent      readable   o
 HwAddress   readable   s
diff --git a/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.WiMax.html b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.WiMax.html
index 5ba71891..27e1987b 100644
--- a/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.WiMax.html
+++ b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.WiMax.html
@@ -40,7 +40,7 @@
 
-

Signals

+

Signals

 PropertiesChanged (a{sv} properties);
 NspAdded          (o     nsp);
@@ -48,7 +48,7 @@
 
-

Properties

+

Properties

 Nsps             readable   ao
 HwAddress        readable   s
diff --git a/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Wireless.html b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Wireless.html
index 300ad886..39914887 100644
--- a/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Wireless.html
+++ b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Wireless.html
@@ -42,7 +42,7 @@
 
-

Signals

+

Signals

 PropertiesChanged  (a{sv} properties);
 AccessPointAdded   (o     access_point);
@@ -50,7 +50,7 @@
 
-

Properties

+

Properties

 HwAddress             readable   s
 PermHwAddress         readable   s
diff --git a/docs/api/html/gdbus-org.freedesktop.NetworkManager.DnsManager.html b/docs/api/html/gdbus-org.freedesktop.NetworkManager.DnsManager.html
new file mode 100644
index 00000000..30c008db
--- /dev/null
+++ b/docs/api/html/gdbus-org.freedesktop.NetworkManager.DnsManager.html
@@ -0,0 +1,87 @@
+
+
+
+
+org.freedesktop.NetworkManager.DnsManager: NetworkManager Reference Manual
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ + +
+

org.freedesktop.NetworkManager.DnsManager

+

org.freedesktop.NetworkManager.DnsManager

+
+
+

Properties

+
+Mode           readable   s
+RcManager      readable   s
+Configuration  readable   aa{sv}
+
+
+
+

Description

+

The interface contains DNS-related information. +

+
+
+

Property Details

+
+

The "Mode" property

+
+Mode  readable   s
+
+

The current DNS processing mode. +

+
+
+
+

The "RcManager" property

+
+RcManager  readable   s
+
+

The current resolv.conf management mode. +

+
+
+
+

The "Configuration" property

+
+Configuration  readable   aa{sv}
+
+

The current DNS configuration represented as an array of + dictionaries. Each dictionary has the "nameservers", + "priority" keys and, optionally, "interface" and "vpn". + "nameservers" is the list of DNS servers, "priority" their + relative priority, "interface" the interface on which these + servers are contacted, "vpn" a boolean telling whether the + configuration was obtained from a VPN connection. +

+
+
+
+ + + \ No newline at end of file diff --git a/docs/api/html/gdbus-org.freedesktop.NetworkManager.IP4Config.html b/docs/api/html/gdbus-org.freedesktop.NetworkManager.IP4Config.html index d1a9bb32..33f57443 100644 --- a/docs/api/html/gdbus-org.freedesktop.NetworkManager.IP4Config.html +++ b/docs/api/html/gdbus-org.freedesktop.NetworkManager.IP4Config.html @@ -34,13 +34,13 @@
-

Signals

+

Signals

 PropertiesChanged (a{sv} properties);
 
-

Properties

+

Properties

 Addresses    readable   aau
 AddressData  readable   aa{sv}
diff --git a/docs/api/html/gdbus-org.freedesktop.NetworkManager.IP6Config.html b/docs/api/html/gdbus-org.freedesktop.NetworkManager.IP6Config.html
index 93eafcb3..65d596ef 100644
--- a/docs/api/html/gdbus-org.freedesktop.NetworkManager.IP6Config.html
+++ b/docs/api/html/gdbus-org.freedesktop.NetworkManager.IP6Config.html
@@ -34,13 +34,13 @@
 
 
-

Signals

+

Signals

 PropertiesChanged (a{sv} properties);
 
-

Properties

+

Properties

 Addresses    readable   a(ayuay)
 AddressData  readable   aa{sv}
diff --git a/docs/api/html/gdbus-org.freedesktop.NetworkManager.VPN.Plugin.html b/docs/api/html/gdbus-org.freedesktop.NetworkManager.VPN.Plugin.html
index a7c82246..1a133fcc 100644
--- a/docs/api/html/gdbus-org.freedesktop.NetworkManager.VPN.Plugin.html
+++ b/docs/api/html/gdbus-org.freedesktop.NetworkManager.VPN.Plugin.html
@@ -50,7 +50,7 @@
 
-

Signals

+

Signals

 StateChanged    (u     state);
 SecretsRequired (s     message,
@@ -63,7 +63,7 @@
 
-

Properties

+

Properties

 State  readable   u
 
diff --git a/docs/api/html/gdbus-org.freedesktop.NetworkManager.html b/docs/api/html/gdbus-org.freedesktop.NetworkManager.html index 7f65b793..0163abd2 100644 --- a/docs/api/html/gdbus-org.freedesktop.NetworkManager.html +++ b/docs/api/html/gdbus-org.freedesktop.NetworkManager.html @@ -98,6 +98,7 @@ ActivatingConnection readable o Startup readable b Version readable s +Capabilities readable au State readable u Connectivity readable u GlobalDnsConfiguration readwrite a{sv} @@ -477,7 +478,7 @@ CheckpointCreate (IN ao devices, IN u flags, OUT o checkpoint);
-

devices: a list of device paths for which a checkpoint should be created. An empty list means all managed devices. +

devices: a list of device paths for which a checkpoint should be created. An empty list means all devices. rollback_timeout: the time in seconds until NetworkManager will automatically rollback to the checkpoint. Set to zero for infinite. flags: optional flags that influence the creation. checkpoint: on success, returns the path of the checkpoint. @@ -813,6 +814,17 @@ Version readable s


+

The "Capabilities" property

+
+Capabilities  readable   au
+
+

The current set of capabilities. See NMCapability for currently + defined capability numbers. The array is guaranteed to + be sorted in ascending order without duplicates. +

+
+
+

The "State" property

 State  readable   u
diff --git a/docs/api/html/index.html b/docs/api/html/index.html
index 431e152f..5c732b96 100644
--- a/docs/api/html/index.html
+++ b/docs/api/html/index.html
@@ -14,7 +14,7 @@
 
-

Version 1.4.4 +

Version 1.5.90

@@ -129,6 +129,9 @@ org.freedesktop.NetworkManager.Device.IPTunnel
+org.freedesktop.NetworkManager.Device.Macsec +
+
org.freedesktop.NetworkManager.Device.Macvlan
@@ -179,6 +182,9 @@
org.freedesktop.NetworkManager.Device.Statistics
+
+org.freedesktop.NetworkManager.DnsManager +
Types
diff --git a/docs/api/html/ix01.html b/docs/api/html/ix01.html index b192f69b..d1b56fd3 100644 --- a/docs/api/html/ix01.html +++ b/docs/api/html/ix01.html @@ -26,749 +26,791 @@

Symbols

-
org.freedesktop.NetworkManager.AccessPoint, org.freedesktop.NetworkManager.AccessPoint +
org.freedesktop.NetworkManager.AccessPoint, org.freedesktop.NetworkManager.AccessPoint
-
org.freedesktop.NetworkManager.AccessPoint::PropertiesChanged, The "PropertiesChanged" signal +
org.freedesktop.NetworkManager.AccessPoint::PropertiesChanged, The "PropertiesChanged" signal
-
org.freedesktop.NetworkManager.AccessPoint:Flags, The "Flags" property +
org.freedesktop.NetworkManager.AccessPoint:Flags, The "Flags" property
-
org.freedesktop.NetworkManager.AccessPoint:Frequency, The "Frequency" property +
org.freedesktop.NetworkManager.AccessPoint:Frequency, The "Frequency" property
-
org.freedesktop.NetworkManager.AccessPoint:HwAddress, The "HwAddress" property +
org.freedesktop.NetworkManager.AccessPoint:HwAddress, The "HwAddress" property
-
org.freedesktop.NetworkManager.AccessPoint:LastSeen, The "LastSeen" property +
org.freedesktop.NetworkManager.AccessPoint:LastSeen, The "LastSeen" property
-
org.freedesktop.NetworkManager.AccessPoint:MaxBitrate, The "MaxBitrate" property +
org.freedesktop.NetworkManager.AccessPoint:MaxBitrate, The "MaxBitrate" property
-
org.freedesktop.NetworkManager.AccessPoint:Mode, The "Mode" property +
org.freedesktop.NetworkManager.AccessPoint:Mode, The "Mode" property
-
org.freedesktop.NetworkManager.AccessPoint:RsnFlags, The "RsnFlags" property +
org.freedesktop.NetworkManager.AccessPoint:RsnFlags, The "RsnFlags" property
-
org.freedesktop.NetworkManager.AccessPoint:Ssid, The "Ssid" property +
org.freedesktop.NetworkManager.AccessPoint:Ssid, The "Ssid" property
-
org.freedesktop.NetworkManager.AccessPoint:Strength, The "Strength" property +
org.freedesktop.NetworkManager.AccessPoint:Strength, The "Strength" property
-
org.freedesktop.NetworkManager.AccessPoint:WpaFlags, The "WpaFlags" property +
org.freedesktop.NetworkManager.AccessPoint:WpaFlags, The "WpaFlags" property
-
org.freedesktop.NetworkManager.AgentManager, org.freedesktop.NetworkManager.AgentManager +
org.freedesktop.NetworkManager.AgentManager, org.freedesktop.NetworkManager.AgentManager
-
org.freedesktop.NetworkManager.AgentManager.Register(), The Register() method +
org.freedesktop.NetworkManager.AgentManager.Register(), The Register() method
-
org.freedesktop.NetworkManager.AgentManager.RegisterWithCapabilities(), The RegisterWithCapabilities() method +
org.freedesktop.NetworkManager.AgentManager.RegisterWithCapabilities(), The RegisterWithCapabilities() method
-
org.freedesktop.NetworkManager.AgentManager.Unregister(), The Unregister() method +
org.freedesktop.NetworkManager.AgentManager.Unregister(), The Unregister() method
-
org.freedesktop.NetworkManager.Device, org.freedesktop.NetworkManager.Device +
org.freedesktop.NetworkManager.Device, org.freedesktop.NetworkManager.Device
-
org.freedesktop.NetworkManager.Device.Adsl, org.freedesktop.NetworkManager.Device.Adsl +
org.freedesktop.NetworkManager.Device.Adsl, org.freedesktop.NetworkManager.Device.Adsl
-
org.freedesktop.NetworkManager.Device.Adsl::PropertiesChanged, The "PropertiesChanged" signal +
org.freedesktop.NetworkManager.Device.Adsl::PropertiesChanged, The "PropertiesChanged" signal
-
org.freedesktop.NetworkManager.Device.Adsl:Carrier, The "Carrier" property +
org.freedesktop.NetworkManager.Device.Adsl:Carrier, The "Carrier" property
-
org.freedesktop.NetworkManager.Device.Bluetooth, org.freedesktop.NetworkManager.Device.Bluetooth +
org.freedesktop.NetworkManager.Device.Bluetooth, org.freedesktop.NetworkManager.Device.Bluetooth
-
org.freedesktop.NetworkManager.Device.Bluetooth::PropertiesChanged, The "PropertiesChanged" signal +
org.freedesktop.NetworkManager.Device.Bluetooth::PropertiesChanged, The "PropertiesChanged" signal
-
org.freedesktop.NetworkManager.Device.Bluetooth:BtCapabilities, The "BtCapabilities" property +
org.freedesktop.NetworkManager.Device.Bluetooth:BtCapabilities, The "BtCapabilities" property
-
org.freedesktop.NetworkManager.Device.Bluetooth:HwAddress, The "HwAddress" property +
org.freedesktop.NetworkManager.Device.Bluetooth:HwAddress, The "HwAddress" property
-
org.freedesktop.NetworkManager.Device.Bluetooth:Name, The "Name" property +
org.freedesktop.NetworkManager.Device.Bluetooth:Name, The "Name" property
-
org.freedesktop.NetworkManager.Device.Bond, org.freedesktop.NetworkManager.Device.Bond +
org.freedesktop.NetworkManager.Device.Bond, org.freedesktop.NetworkManager.Device.Bond
-
org.freedesktop.NetworkManager.Device.Bond::PropertiesChanged, The "PropertiesChanged" signal +
org.freedesktop.NetworkManager.Device.Bond::PropertiesChanged, The "PropertiesChanged" signal
-
org.freedesktop.NetworkManager.Device.Bond:Carrier, The "Carrier" property +
org.freedesktop.NetworkManager.Device.Bond:Carrier, The "Carrier" property
-
org.freedesktop.NetworkManager.Device.Bond:HwAddress, The "HwAddress" property +
org.freedesktop.NetworkManager.Device.Bond:HwAddress, The "HwAddress" property
-
org.freedesktop.NetworkManager.Device.Bond:Slaves, The "Slaves" property +
org.freedesktop.NetworkManager.Device.Bond:Slaves, The "Slaves" property
-
org.freedesktop.NetworkManager.Device.Bridge, org.freedesktop.NetworkManager.Device.Bridge +
org.freedesktop.NetworkManager.Device.Bridge, org.freedesktop.NetworkManager.Device.Bridge
-
org.freedesktop.NetworkManager.Device.Bridge::PropertiesChanged, The "PropertiesChanged" signal +
org.freedesktop.NetworkManager.Device.Bridge::PropertiesChanged, The "PropertiesChanged" signal
-
org.freedesktop.NetworkManager.Device.Bridge:Carrier, The "Carrier" property +
org.freedesktop.NetworkManager.Device.Bridge:Carrier, The "Carrier" property
-
org.freedesktop.NetworkManager.Device.Bridge:HwAddress, The "HwAddress" property +
org.freedesktop.NetworkManager.Device.Bridge:HwAddress, The "HwAddress" property
-
org.freedesktop.NetworkManager.Device.Bridge:Slaves, The "Slaves" property +
org.freedesktop.NetworkManager.Device.Bridge:Slaves, The "Slaves" property
-
org.freedesktop.NetworkManager.Device.Delete(), The Delete() method +
org.freedesktop.NetworkManager.Device.Delete(), The Delete() method
-
org.freedesktop.NetworkManager.Device.Disconnect(), The Disconnect() method +
org.freedesktop.NetworkManager.Device.Disconnect(), The Disconnect() method
-
org.freedesktop.NetworkManager.Device.Generic, org.freedesktop.NetworkManager.Device.Generic +
org.freedesktop.NetworkManager.Device.Generic, org.freedesktop.NetworkManager.Device.Generic
-
org.freedesktop.NetworkManager.Device.Generic::PropertiesChanged, The "PropertiesChanged" signal +
org.freedesktop.NetworkManager.Device.Generic::PropertiesChanged, The "PropertiesChanged" signal
-
org.freedesktop.NetworkManager.Device.Generic:HwAddress, The "HwAddress" property +
org.freedesktop.NetworkManager.Device.Generic:HwAddress, The "HwAddress" property
-
org.freedesktop.NetworkManager.Device.Generic:TypeDescription, The "TypeDescription" property +
org.freedesktop.NetworkManager.Device.Generic:TypeDescription, The "TypeDescription" property
-
org.freedesktop.NetworkManager.Device.GetAppliedConnection(), The GetAppliedConnection() method +
org.freedesktop.NetworkManager.Device.GetAppliedConnection(), The GetAppliedConnection() method
-
org.freedesktop.NetworkManager.Device.Infiniband, org.freedesktop.NetworkManager.Device.Infiniband +
org.freedesktop.NetworkManager.Device.Infiniband, org.freedesktop.NetworkManager.Device.Infiniband
-
org.freedesktop.NetworkManager.Device.Infiniband::PropertiesChanged, The "PropertiesChanged" signal +
org.freedesktop.NetworkManager.Device.Infiniband::PropertiesChanged, The "PropertiesChanged" signal
-
org.freedesktop.NetworkManager.Device.Infiniband:Carrier, The "Carrier" property +
org.freedesktop.NetworkManager.Device.Infiniband:Carrier, The "Carrier" property
-
org.freedesktop.NetworkManager.Device.Infiniband:HwAddress, The "HwAddress" property +
org.freedesktop.NetworkManager.Device.Infiniband:HwAddress, The "HwAddress" property
-
org.freedesktop.NetworkManager.Device.IPTunnel, org.freedesktop.NetworkManager.Device.IPTunnel +
org.freedesktop.NetworkManager.Device.IPTunnel, org.freedesktop.NetworkManager.Device.IPTunnel
-
org.freedesktop.NetworkManager.Device.IPTunnel::PropertiesChanged, The "PropertiesChanged" signal +
org.freedesktop.NetworkManager.Device.IPTunnel::PropertiesChanged, The "PropertiesChanged" signal
-
org.freedesktop.NetworkManager.Device.IPTunnel:EncapsulationLimit, The "EncapsulationLimit" property +
org.freedesktop.NetworkManager.Device.IPTunnel:EncapsulationLimit, The "EncapsulationLimit" property
-
org.freedesktop.NetworkManager.Device.IPTunnel:FlowLabel, The "FlowLabel" property +
org.freedesktop.NetworkManager.Device.IPTunnel:FlowLabel, The "FlowLabel" property
-
org.freedesktop.NetworkManager.Device.IPTunnel:InputKey, The "InputKey" property +
org.freedesktop.NetworkManager.Device.IPTunnel:InputKey, The "InputKey" property
-
org.freedesktop.NetworkManager.Device.IPTunnel:Local, The "Local" property +
org.freedesktop.NetworkManager.Device.IPTunnel:Local, The "Local" property
-
org.freedesktop.NetworkManager.Device.IPTunnel:Mode, The "Mode" property +
org.freedesktop.NetworkManager.Device.IPTunnel:Mode, The "Mode" property
-
org.freedesktop.NetworkManager.Device.IPTunnel:OutputKey, The "OutputKey" property +
org.freedesktop.NetworkManager.Device.IPTunnel:OutputKey, The "OutputKey" property
-
org.freedesktop.NetworkManager.Device.IPTunnel:Parent, The "Parent" property +
org.freedesktop.NetworkManager.Device.IPTunnel:Parent, The "Parent" property
-
org.freedesktop.NetworkManager.Device.IPTunnel:PathMtuDiscovery, The "PathMtuDiscovery" property +
org.freedesktop.NetworkManager.Device.IPTunnel:PathMtuDiscovery, The "PathMtuDiscovery" property
-
org.freedesktop.NetworkManager.Device.IPTunnel:Remote, The "Remote" property +
org.freedesktop.NetworkManager.Device.IPTunnel:Remote, The "Remote" property
-
org.freedesktop.NetworkManager.Device.IPTunnel:Tos, The "Tos" property +
org.freedesktop.NetworkManager.Device.IPTunnel:Tos, The "Tos" property
-
org.freedesktop.NetworkManager.Device.IPTunnel:Ttl, The "Ttl" property +
org.freedesktop.NetworkManager.Device.IPTunnel:Ttl, The "Ttl" property
-
org.freedesktop.NetworkManager.Device.Macvlan, org.freedesktop.NetworkManager.Device.Macvlan +
org.freedesktop.NetworkManager.Device.Macsec, org.freedesktop.NetworkManager.Device.Macsec
-
org.freedesktop.NetworkManager.Device.Macvlan::PropertiesChanged, The "PropertiesChanged" signal +
org.freedesktop.NetworkManager.Device.Macsec::PropertiesChanged, The "PropertiesChanged" signal
-
org.freedesktop.NetworkManager.Device.Macvlan:Mode, The "Mode" property +
org.freedesktop.NetworkManager.Device.Macsec:CipherSuite, The "CipherSuite" property
-
org.freedesktop.NetworkManager.Device.Macvlan:NoPromisc, The "NoPromisc" property +
org.freedesktop.NetworkManager.Device.Macsec:EncodingSa, The "EncodingSa" property
-
org.freedesktop.NetworkManager.Device.Macvlan:Parent, The "Parent" property +
org.freedesktop.NetworkManager.Device.Macsec:Encrypt, The "Encrypt" property
-
org.freedesktop.NetworkManager.Device.Macvlan:Tap, The "Tap" property +
org.freedesktop.NetworkManager.Device.Macsec:Es, The "Es" property
-
org.freedesktop.NetworkManager.Device.Modem, org.freedesktop.NetworkManager.Device.Modem +
org.freedesktop.NetworkManager.Device.Macsec:IcvLength, The "IcvLength" property
-
org.freedesktop.NetworkManager.Device.Modem::PropertiesChanged, The "PropertiesChanged" signal +
org.freedesktop.NetworkManager.Device.Macsec:IncludeSci, The "IncludeSci" property
-
org.freedesktop.NetworkManager.Device.Modem:CurrentCapabilities, The "CurrentCapabilities" property +
org.freedesktop.NetworkManager.Device.Macsec:Parent, The "Parent" property
-
org.freedesktop.NetworkManager.Device.Modem:ModemCapabilities, The "ModemCapabilities" property +
org.freedesktop.NetworkManager.Device.Macsec:Protect, The "Protect" property
-
org.freedesktop.NetworkManager.Device.OlpcMesh, org.freedesktop.NetworkManager.Device.OlpcMesh +
org.freedesktop.NetworkManager.Device.Macsec:ReplayProtect, The "ReplayProtect" property
-
org.freedesktop.NetworkManager.Device.OlpcMesh::PropertiesChanged, The "PropertiesChanged" signal +
org.freedesktop.NetworkManager.Device.Macsec:Scb, The "Scb" property
-
org.freedesktop.NetworkManager.Device.OlpcMesh:ActiveChannel, The "ActiveChannel" property +
org.freedesktop.NetworkManager.Device.Macsec:Sci, The "Sci" property
-
org.freedesktop.NetworkManager.Device.OlpcMesh:Companion, The "Companion" property +
org.freedesktop.NetworkManager.Device.Macsec:Validation, The "Validation" property
-
org.freedesktop.NetworkManager.Device.OlpcMesh:HwAddress, The "HwAddress" property +
org.freedesktop.NetworkManager.Device.Macsec:Window, The "Window" property
-
org.freedesktop.NetworkManager.Device.Reapply(), The Reapply() method +
org.freedesktop.NetworkManager.Device.Macvlan, org.freedesktop.NetworkManager.Device.Macvlan
-
org.freedesktop.NetworkManager.Device.Statistics, org.freedesktop.NetworkManager.Device.Statistics +
org.freedesktop.NetworkManager.Device.Macvlan::PropertiesChanged, The "PropertiesChanged" signal
-
org.freedesktop.NetworkManager.Device.Statistics::PropertiesChanged, The "PropertiesChanged" signal +
org.freedesktop.NetworkManager.Device.Macvlan:Mode, The "Mode" property
-
org.freedesktop.NetworkManager.Device.Statistics:RefreshRateMs, The "RefreshRateMs" property +
org.freedesktop.NetworkManager.Device.Macvlan:NoPromisc, The "NoPromisc" property
-
org.freedesktop.NetworkManager.Device.Statistics:RxBytes, The "RxBytes" property +
org.freedesktop.NetworkManager.Device.Macvlan:Parent, The "Parent" property
-
org.freedesktop.NetworkManager.Device.Statistics:TxBytes, The "TxBytes" property +
org.freedesktop.NetworkManager.Device.Macvlan:Tap, The "Tap" property
-
org.freedesktop.NetworkManager.Device.Team, org.freedesktop.NetworkManager.Device.Team +
org.freedesktop.NetworkManager.Device.Modem, org.freedesktop.NetworkManager.Device.Modem
-
org.freedesktop.NetworkManager.Device.Team::PropertiesChanged, The "PropertiesChanged" signal +
org.freedesktop.NetworkManager.Device.Modem::PropertiesChanged, The "PropertiesChanged" signal
-
org.freedesktop.NetworkManager.Device.Team:Carrier, The "Carrier" property +
org.freedesktop.NetworkManager.Device.Modem:CurrentCapabilities, The "CurrentCapabilities" property
-
org.freedesktop.NetworkManager.Device.Team:Config, The "Config" property +
org.freedesktop.NetworkManager.Device.Modem:ModemCapabilities, The "ModemCapabilities" property
-
org.freedesktop.NetworkManager.Device.Team:HwAddress, The "HwAddress" property +
org.freedesktop.NetworkManager.Device.OlpcMesh, org.freedesktop.NetworkManager.Device.OlpcMesh
-
org.freedesktop.NetworkManager.Device.Team:Slaves, The "Slaves" property +
org.freedesktop.NetworkManager.Device.OlpcMesh::PropertiesChanged, The "PropertiesChanged" signal
-
org.freedesktop.NetworkManager.Device.Tun, org.freedesktop.NetworkManager.Device.Tun +
org.freedesktop.NetworkManager.Device.OlpcMesh:ActiveChannel, The "ActiveChannel" property
-
org.freedesktop.NetworkManager.Device.Tun::PropertiesChanged, The "PropertiesChanged" signal +
org.freedesktop.NetworkManager.Device.OlpcMesh:Companion, The "Companion" property
-
org.freedesktop.NetworkManager.Device.Tun:Group, The "Group" property +
org.freedesktop.NetworkManager.Device.OlpcMesh:HwAddress, The "HwAddress" property
-
org.freedesktop.NetworkManager.Device.Tun:HwAddress, The "HwAddress" property +
org.freedesktop.NetworkManager.Device.Reapply(), The Reapply() method
-
org.freedesktop.NetworkManager.Device.Tun:Mode, The "Mode" property +
org.freedesktop.NetworkManager.Device.Statistics, org.freedesktop.NetworkManager.Device.Statistics
-
org.freedesktop.NetworkManager.Device.Tun:MultiQueue, The "MultiQueue" property +
org.freedesktop.NetworkManager.Device.Statistics::PropertiesChanged, The "PropertiesChanged" signal
-
org.freedesktop.NetworkManager.Device.Tun:NoPi, The "NoPi" property +
org.freedesktop.NetworkManager.Device.Statistics:RefreshRateMs, The "RefreshRateMs" property
-
org.freedesktop.NetworkManager.Device.Tun:Owner, The "Owner" property +
org.freedesktop.NetworkManager.Device.Statistics:RxBytes, The "RxBytes" property
-
org.freedesktop.NetworkManager.Device.Tun:VnetHdr, The "VnetHdr" property +
org.freedesktop.NetworkManager.Device.Statistics:TxBytes, The "TxBytes" property
-
org.freedesktop.NetworkManager.Device.Veth, org.freedesktop.NetworkManager.Device.Veth +
org.freedesktop.NetworkManager.Device.Team, org.freedesktop.NetworkManager.Device.Team
-
org.freedesktop.NetworkManager.Device.Veth::PropertiesChanged, The "PropertiesChanged" signal +
org.freedesktop.NetworkManager.Device.Team::PropertiesChanged, The "PropertiesChanged" signal
-
org.freedesktop.NetworkManager.Device.Veth:Peer, The "Peer" property +
org.freedesktop.NetworkManager.Device.Team:Carrier, The "Carrier" property
-
org.freedesktop.NetworkManager.Device.Vlan, org.freedesktop.NetworkManager.Device.Vlan +
org.freedesktop.NetworkManager.Device.Team:Config, The "Config" property
-
org.freedesktop.NetworkManager.Device.Vlan::PropertiesChanged, The "PropertiesChanged" signal +
org.freedesktop.NetworkManager.Device.Team:HwAddress, The "HwAddress" property
-
org.freedesktop.NetworkManager.Device.Vlan:Carrier, The "Carrier" property +
org.freedesktop.NetworkManager.Device.Team:Slaves, The "Slaves" property
-
org.freedesktop.NetworkManager.Device.Vlan:HwAddress, The "HwAddress" property +
org.freedesktop.NetworkManager.Device.Tun, org.freedesktop.NetworkManager.Device.Tun
-
org.freedesktop.NetworkManager.Device.Vlan:Parent, The "Parent" property +
org.freedesktop.NetworkManager.Device.Tun::PropertiesChanged, The "PropertiesChanged" signal
-
org.freedesktop.NetworkManager.Device.Vlan:VlanId, The "VlanId" property +
org.freedesktop.NetworkManager.Device.Tun:Group, The "Group" property
-
org.freedesktop.NetworkManager.Device.Vxlan, org.freedesktop.NetworkManager.Device.Vxlan +
org.freedesktop.NetworkManager.Device.Tun:HwAddress, The "HwAddress" property
-
org.freedesktop.NetworkManager.Device.Vxlan::PropertiesChanged, The "PropertiesChanged" signal +
org.freedesktop.NetworkManager.Device.Tun:Mode, The "Mode" property
-
org.freedesktop.NetworkManager.Device.Vxlan:Ageing, The "Ageing" property +
org.freedesktop.NetworkManager.Device.Tun:MultiQueue, The "MultiQueue" property
-
org.freedesktop.NetworkManager.Device.Vxlan:DstPort, The "DstPort" property +
org.freedesktop.NetworkManager.Device.Tun:NoPi, The "NoPi" property
-
org.freedesktop.NetworkManager.Device.Vxlan:Group, The "Group" property +
org.freedesktop.NetworkManager.Device.Tun:Owner, The "Owner" property
-
org.freedesktop.NetworkManager.Device.Vxlan:HwAddress, The "HwAddress" property +
org.freedesktop.NetworkManager.Device.Tun:VnetHdr, The "VnetHdr" property
-
org.freedesktop.NetworkManager.Device.Vxlan:Id, The "Id" property +
org.freedesktop.NetworkManager.Device.Veth, org.freedesktop.NetworkManager.Device.Veth
-
org.freedesktop.NetworkManager.Device.Vxlan:L2miss, The "L2miss" property +
org.freedesktop.NetworkManager.Device.Veth::PropertiesChanged, The "PropertiesChanged" signal
-
org.freedesktop.NetworkManager.Device.Vxlan:L3miss, The "L3miss" property +
org.freedesktop.NetworkManager.Device.Veth:Peer, The "Peer" property
-
org.freedesktop.NetworkManager.Device.Vxlan:Learning, The "Learning" property +
org.freedesktop.NetworkManager.Device.Vlan, org.freedesktop.NetworkManager.Device.Vlan
-
org.freedesktop.NetworkManager.Device.Vxlan:Limit, The "Limit" property +
org.freedesktop.NetworkManager.Device.Vlan::PropertiesChanged, The "PropertiesChanged" signal
-
org.freedesktop.NetworkManager.Device.Vxlan:Local, The "Local" property +
org.freedesktop.NetworkManager.Device.Vlan:Carrier, The "Carrier" property
-
org.freedesktop.NetworkManager.Device.Vxlan:Parent, The "Parent" property +
org.freedesktop.NetworkManager.Device.Vlan:HwAddress, The "HwAddress" property
-
org.freedesktop.NetworkManager.Device.Vxlan:Proxy, The "Proxy" property +
org.freedesktop.NetworkManager.Device.Vlan:Parent, The "Parent" property
-
org.freedesktop.NetworkManager.Device.Vxlan:Rsc, The "Rsc" property +
org.freedesktop.NetworkManager.Device.Vlan:VlanId, The "VlanId" property
-
org.freedesktop.NetworkManager.Device.Vxlan:SrcPortMax, The "SrcPortMax" property +
org.freedesktop.NetworkManager.Device.Vxlan, org.freedesktop.NetworkManager.Device.Vxlan
-
org.freedesktop.NetworkManager.Device.Vxlan:SrcPortMin, The "SrcPortMin" property +
org.freedesktop.NetworkManager.Device.Vxlan::PropertiesChanged, The "PropertiesChanged" signal
-
org.freedesktop.NetworkManager.Device.Vxlan:Tos, The "Tos" property +
org.freedesktop.NetworkManager.Device.Vxlan:Ageing, The "Ageing" property
-
org.freedesktop.NetworkManager.Device.Vxlan:Ttl, The "Ttl" property +
org.freedesktop.NetworkManager.Device.Vxlan:DstPort, The "DstPort" property
-
org.freedesktop.NetworkManager.Device.WiMax, org.freedesktop.NetworkManager.Device.WiMax +
org.freedesktop.NetworkManager.Device.Vxlan:Group, The "Group" property
-
org.freedesktop.NetworkManager.Device.WiMax.GetNspList(), The GetNspList() method +
org.freedesktop.NetworkManager.Device.Vxlan:HwAddress, The "HwAddress" property
-
org.freedesktop.NetworkManager.Device.WiMax::NspAdded, The "NspAdded" signal +
org.freedesktop.NetworkManager.Device.Vxlan:Id, The "Id" property
-
org.freedesktop.NetworkManager.Device.WiMax::NspRemoved, The "NspRemoved" signal +
org.freedesktop.NetworkManager.Device.Vxlan:L2miss, The "L2miss" property
-
org.freedesktop.NetworkManager.Device.WiMax::PropertiesChanged, The "PropertiesChanged" signal +
org.freedesktop.NetworkManager.Device.Vxlan:L3miss, The "L3miss" property
-
org.freedesktop.NetworkManager.Device.WiMax:ActiveNsp, The "ActiveNsp" property +
org.freedesktop.NetworkManager.Device.Vxlan:Learning, The "Learning" property
-
org.freedesktop.NetworkManager.Device.WiMax:Bsid, The "Bsid" property +
org.freedesktop.NetworkManager.Device.Vxlan:Limit, The "Limit" property
-
org.freedesktop.NetworkManager.Device.WiMax:CenterFrequency, The "CenterFrequency" property +
org.freedesktop.NetworkManager.Device.Vxlan:Local, The "Local" property
-
org.freedesktop.NetworkManager.Device.WiMax:Cinr, The "Cinr" property +
org.freedesktop.NetworkManager.Device.Vxlan:Parent, The "Parent" property
-
org.freedesktop.NetworkManager.Device.WiMax:HwAddress, The "HwAddress" property +
org.freedesktop.NetworkManager.Device.Vxlan:Proxy, The "Proxy" property
-
org.freedesktop.NetworkManager.Device.WiMax:Nsps, The "Nsps" property +
org.freedesktop.NetworkManager.Device.Vxlan:Rsc, The "Rsc" property
-
org.freedesktop.NetworkManager.Device.WiMax:Rssi, The "Rssi" property +
org.freedesktop.NetworkManager.Device.Vxlan:SrcPortMax, The "SrcPortMax" property
-
org.freedesktop.NetworkManager.Device.WiMax:TxPower, The "TxPower" property +
org.freedesktop.NetworkManager.Device.Vxlan:SrcPortMin, The "SrcPortMin" property
-
org.freedesktop.NetworkManager.Device::StateChanged, The "StateChanged" signal +
org.freedesktop.NetworkManager.Device.Vxlan:Tos, The "Tos" property
-
org.freedesktop.NetworkManager.Device:ActiveConnection, The "ActiveConnection" property +
org.freedesktop.NetworkManager.Device.Vxlan:Ttl, The "Ttl" property
-
org.freedesktop.NetworkManager.Device:Autoconnect, The "Autoconnect" property +
org.freedesktop.NetworkManager.Device.WiMax, org.freedesktop.NetworkManager.Device.WiMax
-
org.freedesktop.NetworkManager.Device:AvailableConnections, The "AvailableConnections" property +
org.freedesktop.NetworkManager.Device.WiMax.GetNspList(), The GetNspList() method
-
org.freedesktop.NetworkManager.Device:Capabilities, The "Capabilities" property +
org.freedesktop.NetworkManager.Device.WiMax::NspAdded, The "NspAdded" signal
-
org.freedesktop.NetworkManager.Device:DeviceType, The "DeviceType" property +
org.freedesktop.NetworkManager.Device.WiMax::NspRemoved, The "NspRemoved" signal
-
org.freedesktop.NetworkManager.Device:Dhcp4Config, The "Dhcp4Config" property +
org.freedesktop.NetworkManager.Device.WiMax::PropertiesChanged, The "PropertiesChanged" signal
-
org.freedesktop.NetworkManager.Device:Dhcp6Config, The "Dhcp6Config" property +
org.freedesktop.NetworkManager.Device.WiMax:ActiveNsp, The "ActiveNsp" property
-
org.freedesktop.NetworkManager.Device:Driver, The "Driver" property +
org.freedesktop.NetworkManager.Device.WiMax:Bsid, The "Bsid" property
-
org.freedesktop.NetworkManager.Device:DriverVersion, The "DriverVersion" property +
org.freedesktop.NetworkManager.Device.WiMax:CenterFrequency, The "CenterFrequency" property
-
org.freedesktop.NetworkManager.Device:FirmwareMissing, The "FirmwareMissing" property +
org.freedesktop.NetworkManager.Device.WiMax:Cinr, The "Cinr" property
-
org.freedesktop.NetworkManager.Device:FirmwareVersion, The "FirmwareVersion" property +
org.freedesktop.NetworkManager.Device.WiMax:HwAddress, The "HwAddress" property
-
org.freedesktop.NetworkManager.Device:Interface, The "Interface" property +
org.freedesktop.NetworkManager.Device.WiMax:Nsps, The "Nsps" property
-
org.freedesktop.NetworkManager.Device:Ip4Address, The "Ip4Address" property +
org.freedesktop.NetworkManager.Device.WiMax:Rssi, The "Rssi" property
-
org.freedesktop.NetworkManager.Device:Ip4Config, The "Ip4Config" property +
org.freedesktop.NetworkManager.Device.WiMax:TxPower, The "TxPower" property
-
org.freedesktop.NetworkManager.Device:Ip6Config, The "Ip6Config" property +
org.freedesktop.NetworkManager.Device::StateChanged, The "StateChanged" signal
-
org.freedesktop.NetworkManager.Device:IpInterface, The "IpInterface" property +
org.freedesktop.NetworkManager.Device:ActiveConnection, The "ActiveConnection" property
-
org.freedesktop.NetworkManager.Device:LldpNeighbors, The "LldpNeighbors" property +
org.freedesktop.NetworkManager.Device:Autoconnect, The "Autoconnect" property
-
org.freedesktop.NetworkManager.Device:Managed, The "Managed" property +
org.freedesktop.NetworkManager.Device:AvailableConnections, The "AvailableConnections" property
-
org.freedesktop.NetworkManager.Device:Metered, The "Metered" property +
org.freedesktop.NetworkManager.Device:Capabilities, The "Capabilities" property
-
org.freedesktop.NetworkManager.Device:Mtu, The "Mtu" property +
org.freedesktop.NetworkManager.Device:DeviceType, The "DeviceType" property
-
org.freedesktop.NetworkManager.Device:NmPluginMissing, The "NmPluginMissing" property +
org.freedesktop.NetworkManager.Device:Dhcp4Config, The "Dhcp4Config" property
-
org.freedesktop.NetworkManager.Device:PhysicalPortId, The "PhysicalPortId" property +
org.freedesktop.NetworkManager.Device:Dhcp6Config, The "Dhcp6Config" property
-
org.freedesktop.NetworkManager.Device:Real, The "Real" property +
org.freedesktop.NetworkManager.Device:Driver, The "Driver" property
-
org.freedesktop.NetworkManager.Device:State, The "State" property +
org.freedesktop.NetworkManager.Device:DriverVersion, The "DriverVersion" property
-
org.freedesktop.NetworkManager.Device:StateReason, The "StateReason" property +
org.freedesktop.NetworkManager.Device:FirmwareMissing, The "FirmwareMissing" property
-
org.freedesktop.NetworkManager.Device:Udi, The "Udi" property +
org.freedesktop.NetworkManager.Device:FirmwareVersion, The "FirmwareVersion" property
-
org.freedesktop.NetworkManager.IP4Config, org.freedesktop.NetworkManager.IP4Config +
org.freedesktop.NetworkManager.Device:Interface, The "Interface" property
-
org.freedesktop.NetworkManager.IP4Config::PropertiesChanged, The "PropertiesChanged" signal +
org.freedesktop.NetworkManager.Device:Ip4Address, The "Ip4Address" property
-
org.freedesktop.NetworkManager.IP4Config:AddressData, The "AddressData" property +
org.freedesktop.NetworkManager.Device:Ip4Config, The "Ip4Config" property
-
org.freedesktop.NetworkManager.IP4Config:Addresses, The "Addresses" property +
org.freedesktop.NetworkManager.Device:Ip6Config, The "Ip6Config" property
-
org.freedesktop.NetworkManager.IP4Config:DnsOptions, The "DnsOptions" property +
org.freedesktop.NetworkManager.Device:IpInterface, The "IpInterface" property
-
org.freedesktop.NetworkManager.IP4Config:DnsPriority, The "DnsPriority" property +
org.freedesktop.NetworkManager.Device:LldpNeighbors, The "LldpNeighbors" property
-
org.freedesktop.NetworkManager.IP4Config:Domains, The "Domains" property +
org.freedesktop.NetworkManager.Device:Managed, The "Managed" property
-
org.freedesktop.NetworkManager.IP4Config:Gateway, The "Gateway" property +
org.freedesktop.NetworkManager.Device:Metered, The "Metered" property
-
org.freedesktop.NetworkManager.IP4Config:Nameservers, The "Nameservers" property +
org.freedesktop.NetworkManager.Device:Mtu, The "Mtu" property
-
org.freedesktop.NetworkManager.IP4Config:RouteData, The "RouteData" property +
org.freedesktop.NetworkManager.Device:NmPluginMissing, The "NmPluginMissing" property
-
org.freedesktop.NetworkManager.IP4Config:Routes, The "Routes" property +
org.freedesktop.NetworkManager.Device:PhysicalPortId, The "PhysicalPortId" property
-
org.freedesktop.NetworkManager.IP4Config:Searches, The "Searches" property +
org.freedesktop.NetworkManager.Device:Real, The "Real" property
-
org.freedesktop.NetworkManager.IP4Config:WinsServers, The "WinsServers" property +
org.freedesktop.NetworkManager.Device:State, The "State" property
-
org.freedesktop.NetworkManager.IP6Config, org.freedesktop.NetworkManager.IP6Config +
org.freedesktop.NetworkManager.Device:StateReason, The "StateReason" property
-
org.freedesktop.NetworkManager.IP6Config::PropertiesChanged, The "PropertiesChanged" signal +
org.freedesktop.NetworkManager.Device:Udi, The "Udi" property
-
org.freedesktop.NetworkManager.IP6Config:AddressData, The "AddressData" property +
org.freedesktop.NetworkManager.DnsManager, org.freedesktop.NetworkManager.DnsManager
-
org.freedesktop.NetworkManager.IP6Config:Addresses, The "Addresses" property +
org.freedesktop.NetworkManager.DnsManager:Configuration, The "Configuration" property
-
org.freedesktop.NetworkManager.IP6Config:DnsOptions, The "DnsOptions" property +
org.freedesktop.NetworkManager.DnsManager:Mode, The "Mode" property
-
org.freedesktop.NetworkManager.IP6Config:DnsPriority, The "DnsPriority" property +
org.freedesktop.NetworkManager.DnsManager:RcManager, The "RcManager" property
-
org.freedesktop.NetworkManager.IP6Config:Domains, The "Domains" property +
org.freedesktop.NetworkManager.IP4Config, org.freedesktop.NetworkManager.IP4Config
-
org.freedesktop.NetworkManager.IP6Config:Gateway, The "Gateway" property +
org.freedesktop.NetworkManager.IP4Config::PropertiesChanged, The "PropertiesChanged" signal
-
org.freedesktop.NetworkManager.IP6Config:Nameservers, The "Nameservers" property +
org.freedesktop.NetworkManager.IP4Config:AddressData, The "AddressData" property
-
org.freedesktop.NetworkManager.IP6Config:RouteData, The "RouteData" property +
org.freedesktop.NetworkManager.IP4Config:Addresses, The "Addresses" property
-
org.freedesktop.NetworkManager.IP6Config:Routes, The "Routes" property +
org.freedesktop.NetworkManager.IP4Config:DnsOptions, The "DnsOptions" property
-
org.freedesktop.NetworkManager.IP6Config:Searches, The "Searches" property +
org.freedesktop.NetworkManager.IP4Config:DnsPriority, The "DnsPriority" property
-
org.freedesktop.NetworkManager.SecretAgent, org.freedesktop.NetworkManager.SecretAgent +
org.freedesktop.NetworkManager.IP4Config:Domains, The "Domains" property
-
org.freedesktop.NetworkManager.SecretAgent.CancelGetSecrets(), The CancelGetSecrets() method +
org.freedesktop.NetworkManager.IP4Config:Gateway, The "Gateway" property
-
org.freedesktop.NetworkManager.SecretAgent.DeleteSecrets(), The DeleteSecrets() method +
org.freedesktop.NetworkManager.IP4Config:Nameservers, The "Nameservers" property
-
org.freedesktop.NetworkManager.SecretAgent.GetSecrets(), The GetSecrets() method +
org.freedesktop.NetworkManager.IP4Config:RouteData, The "RouteData" property
-
org.freedesktop.NetworkManager.SecretAgent.SaveSecrets(), The SaveSecrets() method +
org.freedesktop.NetworkManager.IP4Config:Routes, The "Routes" property
-
org.freedesktop.NetworkManager.Settings, org.freedesktop.NetworkManager.Settings +
org.freedesktop.NetworkManager.IP4Config:Searches, The "Searches" property
-
org.freedesktop.NetworkManager.Settings.AddConnection(), The AddConnection() method +
org.freedesktop.NetworkManager.IP4Config:WinsServers, The "WinsServers" property
-
org.freedesktop.NetworkManager.Settings.AddConnectionUnsaved(), The AddConnectionUnsaved() method +
org.freedesktop.NetworkManager.IP6Config, org.freedesktop.NetworkManager.IP6Config
-
org.freedesktop.NetworkManager.Settings.Connection, org.freedesktop.NetworkManager.Settings.Connection +
org.freedesktop.NetworkManager.IP6Config::PropertiesChanged, The "PropertiesChanged" signal
-
org.freedesktop.NetworkManager.Settings.Connection.ClearSecrets(), The ClearSecrets() method +
org.freedesktop.NetworkManager.IP6Config:AddressData, The "AddressData" property
-
org.freedesktop.NetworkManager.Settings.Connection.Delete(), The Delete() method +
org.freedesktop.NetworkManager.IP6Config:Addresses, The "Addresses" property
-
org.freedesktop.NetworkManager.Settings.Connection.GetSecrets(), The GetSecrets() method +
org.freedesktop.NetworkManager.IP6Config:DnsOptions, The "DnsOptions" property
-
org.freedesktop.NetworkManager.Settings.Connection.GetSettings(), The GetSettings() method +
org.freedesktop.NetworkManager.IP6Config:DnsPriority, The "DnsPriority" property
-
org.freedesktop.NetworkManager.Settings.Connection.Save(), The Save() method +
org.freedesktop.NetworkManager.IP6Config:Domains, The "Domains" property
-
org.freedesktop.NetworkManager.Settings.Connection.Update(), The Update() method +
org.freedesktop.NetworkManager.IP6Config:Gateway, The "Gateway" property
-
org.freedesktop.NetworkManager.Settings.Connection.UpdateUnsaved(), The UpdateUnsaved() method +
org.freedesktop.NetworkManager.IP6Config:Nameservers, The "Nameservers" property
-
org.freedesktop.NetworkManager.Settings.Connection::PropertiesChanged, The "PropertiesChanged" signal +
org.freedesktop.NetworkManager.IP6Config:RouteData, The "RouteData" property
-
org.freedesktop.NetworkManager.Settings.Connection::Removed, The "Removed" signal +
org.freedesktop.NetworkManager.IP6Config:Routes, The "Routes" property
-
org.freedesktop.NetworkManager.Settings.Connection::Updated, The "Updated" signal +
org.freedesktop.NetworkManager.IP6Config:Searches, The "Searches" property
-
org.freedesktop.NetworkManager.Settings.Connection:Unsaved, The "Unsaved" property +
org.freedesktop.NetworkManager.SecretAgent, org.freedesktop.NetworkManager.SecretAgent
-
org.freedesktop.NetworkManager.Settings.GetConnectionByUuid(), The GetConnectionByUuid() method +
org.freedesktop.NetworkManager.SecretAgent.CancelGetSecrets(), The CancelGetSecrets() method
-
org.freedesktop.NetworkManager.Settings.ListConnections(), The ListConnections() method +
org.freedesktop.NetworkManager.SecretAgent.DeleteSecrets(), The DeleteSecrets() method
-
org.freedesktop.NetworkManager.Settings.LoadConnections(), The LoadConnections() method +
org.freedesktop.NetworkManager.SecretAgent.GetSecrets(), The GetSecrets() method
-
org.freedesktop.NetworkManager.Settings.ReloadConnections(), The ReloadConnections() method +
org.freedesktop.NetworkManager.SecretAgent.SaveSecrets(), The SaveSecrets() method
-
org.freedesktop.NetworkManager.Settings.SaveHostname(), The SaveHostname() method +
org.freedesktop.NetworkManager.Settings, org.freedesktop.NetworkManager.Settings
-
org.freedesktop.NetworkManager.Settings::ConnectionRemoved, The "ConnectionRemoved" signal +
org.freedesktop.NetworkManager.Settings.AddConnection(), The AddConnection() method
-
org.freedesktop.NetworkManager.Settings::NewConnection, The "NewConnection" signal +
org.freedesktop.NetworkManager.Settings.AddConnectionUnsaved(), The AddConnectionUnsaved() method
-
org.freedesktop.NetworkManager.Settings::PropertiesChanged, The "PropertiesChanged" signal +
org.freedesktop.NetworkManager.Settings.Connection, org.freedesktop.NetworkManager.Settings.Connection
-
org.freedesktop.NetworkManager.Settings:CanModify, The "CanModify" property +
org.freedesktop.NetworkManager.Settings.Connection.ClearSecrets(), The ClearSecrets() method
-
org.freedesktop.NetworkManager.Settings:Connections, The "Connections" property +
org.freedesktop.NetworkManager.Settings.Connection.Delete(), The Delete() method
-
org.freedesktop.NetworkManager.Settings:Hostname, The "Hostname" property +
org.freedesktop.NetworkManager.Settings.Connection.GetSecrets(), The GetSecrets() method +
+
org.freedesktop.NetworkManager.Settings.Connection.GetSettings(), The GetSettings() method +
+
org.freedesktop.NetworkManager.Settings.Connection.Save(), The Save() method +
+
org.freedesktop.NetworkManager.Settings.Connection.Update(), The Update() method +
+
org.freedesktop.NetworkManager.Settings.Connection.UpdateUnsaved(), The UpdateUnsaved() method +
+
org.freedesktop.NetworkManager.Settings.Connection::PropertiesChanged, The "PropertiesChanged" signal +
+
org.freedesktop.NetworkManager.Settings.Connection::Removed, The "Removed" signal +
+
org.freedesktop.NetworkManager.Settings.Connection::Updated, The "Updated" signal +
+
org.freedesktop.NetworkManager.Settings.Connection:Unsaved, The "Unsaved" property +
+
org.freedesktop.NetworkManager.Settings.GetConnectionByUuid(), The GetConnectionByUuid() method +
+
org.freedesktop.NetworkManager.Settings.ListConnections(), The ListConnections() method +
+
org.freedesktop.NetworkManager.Settings.LoadConnections(), The LoadConnections() method +
+
org.freedesktop.NetworkManager.Settings.ReloadConnections(), The ReloadConnections() method +
+
org.freedesktop.NetworkManager.Settings.SaveHostname(), The SaveHostname() method +
+
org.freedesktop.NetworkManager.Settings::ConnectionRemoved, The "ConnectionRemoved" signal +
+
org.freedesktop.NetworkManager.Settings::NewConnection, The "NewConnection" signal +
+
org.freedesktop.NetworkManager.Settings::PropertiesChanged, The "PropertiesChanged" signal +
+
org.freedesktop.NetworkManager.Settings:CanModify, The "CanModify" property +
+
org.freedesktop.NetworkManager.Settings:Connections, The "Connections" property +
+
org.freedesktop.NetworkManager.Settings:Hostname, The "Hostname" property

A

-
org.freedesktop.NetworkManager.Connection.Active, org.freedesktop.NetworkManager.Connection.Active +
org.freedesktop.NetworkManager.Connection.Active, org.freedesktop.NetworkManager.Connection.Active
-
org.freedesktop.NetworkManager.Connection.Active::PropertiesChanged, The "PropertiesChanged" signal +
org.freedesktop.NetworkManager.Connection.Active::PropertiesChanged, The "PropertiesChanged" signal
-
org.freedesktop.NetworkManager.Connection.Active:Connection, The "Connection" property +
org.freedesktop.NetworkManager.Connection.Active:Connection, The "Connection" property
-
org.freedesktop.NetworkManager.Connection.Active:Default, The "Default" property +
org.freedesktop.NetworkManager.Connection.Active:Default, The "Default" property
-
org.freedesktop.NetworkManager.Connection.Active:Default6, The "Default6" property +
org.freedesktop.NetworkManager.Connection.Active:Default6, The "Default6" property
-
org.freedesktop.NetworkManager.Connection.Active:Devices, The "Devices" property +
org.freedesktop.NetworkManager.Connection.Active:Devices, The "Devices" property
-
org.freedesktop.NetworkManager.Connection.Active:Dhcp4Config, The "Dhcp4Config" property +
org.freedesktop.NetworkManager.Connection.Active:Dhcp4Config, The "Dhcp4Config" property
-
org.freedesktop.NetworkManager.Connection.Active:Dhcp6Config, The "Dhcp6Config" property +
org.freedesktop.NetworkManager.Connection.Active:Dhcp6Config, The "Dhcp6Config" property
-
org.freedesktop.NetworkManager.Connection.Active:Id, The "Id" property +
org.freedesktop.NetworkManager.Connection.Active:Id, The "Id" property
-
org.freedesktop.NetworkManager.Connection.Active:Ip4Config, The "Ip4Config" property +
org.freedesktop.NetworkManager.Connection.Active:Ip4Config, The "Ip4Config" property
-
org.freedesktop.NetworkManager.Connection.Active:Ip6Config, The "Ip6Config" property +
org.freedesktop.NetworkManager.Connection.Active:Ip6Config, The "Ip6Config" property
-
org.freedesktop.NetworkManager.Connection.Active:Master, The "Master" property +
org.freedesktop.NetworkManager.Connection.Active:Master, The "Master" property
-
org.freedesktop.NetworkManager.Connection.Active:SpecificObject, The "SpecificObject" property +
org.freedesktop.NetworkManager.Connection.Active:SpecificObject, The "SpecificObject" property
-
org.freedesktop.NetworkManager.Connection.Active:State, The "State" property +
org.freedesktop.NetworkManager.Connection.Active:State, The "State" property
-
org.freedesktop.NetworkManager.Connection.Active:Type, The "Type" property +
org.freedesktop.NetworkManager.Connection.Active:Type, The "Type" property
-
org.freedesktop.NetworkManager.Connection.Active:Uuid, The "Uuid" property +
org.freedesktop.NetworkManager.Connection.Active:Uuid, The "Uuid" property
-
org.freedesktop.NetworkManager.Connection.Active:Vpn, The "Vpn" property +
org.freedesktop.NetworkManager.Connection.Active:Vpn, The "Vpn" property

D

-
org.freedesktop.NetworkManager.Device.Wired, org.freedesktop.NetworkManager.Device.Wired +
org.freedesktop.NetworkManager.Device.Wired, org.freedesktop.NetworkManager.Device.Wired
-
org.freedesktop.NetworkManager.Device.Wired::PropertiesChanged, The "PropertiesChanged" signal +
org.freedesktop.NetworkManager.Device.Wired::PropertiesChanged, The "PropertiesChanged" signal
-
org.freedesktop.NetworkManager.Device.Wired:Carrier, The "Carrier" property +
org.freedesktop.NetworkManager.Device.Wired:Carrier, The "Carrier" property
-
org.freedesktop.NetworkManager.Device.Wired:HwAddress, The "HwAddress" property +
org.freedesktop.NetworkManager.Device.Wired:HwAddress, The "HwAddress" property
-
org.freedesktop.NetworkManager.Device.Wired:PermHwAddress, The "PermHwAddress" property +
org.freedesktop.NetworkManager.Device.Wired:PermHwAddress, The "PermHwAddress" property
-
org.freedesktop.NetworkManager.Device.Wired:S390Subchannels, The "S390Subchannels" property +
org.freedesktop.NetworkManager.Device.Wired:S390Subchannels, The "S390Subchannels" property
-
org.freedesktop.NetworkManager.Device.Wired:Speed, The "Speed" property +
org.freedesktop.NetworkManager.Device.Wired:Speed, The "Speed" property
-
org.freedesktop.NetworkManager.Device.Wireless, org.freedesktop.NetworkManager.Device.Wireless +
org.freedesktop.NetworkManager.Device.Wireless, org.freedesktop.NetworkManager.Device.Wireless
-
org.freedesktop.NetworkManager.Device.Wireless.GetAccessPoints(), The GetAccessPoints() method +
org.freedesktop.NetworkManager.Device.Wireless.GetAccessPoints(), The GetAccessPoints() method
-
org.freedesktop.NetworkManager.Device.Wireless.GetAllAccessPoints(), The GetAllAccessPoints() method +
org.freedesktop.NetworkManager.Device.Wireless.GetAllAccessPoints(), The GetAllAccessPoints() method
-
org.freedesktop.NetworkManager.Device.Wireless.RequestScan(), The RequestScan() method +
org.freedesktop.NetworkManager.Device.Wireless.RequestScan(), The RequestScan() method
-
org.freedesktop.NetworkManager.Device.Wireless::AccessPointAdded, The "AccessPointAdded" signal +
org.freedesktop.NetworkManager.Device.Wireless::AccessPointAdded, The "AccessPointAdded" signal
-
org.freedesktop.NetworkManager.Device.Wireless::AccessPointRemoved, The "AccessPointRemoved" signal +
org.freedesktop.NetworkManager.Device.Wireless::AccessPointRemoved, The "AccessPointRemoved" signal
-
org.freedesktop.NetworkManager.Device.Wireless::PropertiesChanged, The "PropertiesChanged" signal +
org.freedesktop.NetworkManager.Device.Wireless::PropertiesChanged, The "PropertiesChanged" signal
-
org.freedesktop.NetworkManager.Device.Wireless:AccessPoints, The "AccessPoints" property +
org.freedesktop.NetworkManager.Device.Wireless:AccessPoints, The "AccessPoints" property
-
org.freedesktop.NetworkManager.Device.Wireless:ActiveAccessPoint, The "ActiveAccessPoint" property +
org.freedesktop.NetworkManager.Device.Wireless:ActiveAccessPoint, The "ActiveAccessPoint" property
-
org.freedesktop.NetworkManager.Device.Wireless:Bitrate, The "Bitrate" property +
org.freedesktop.NetworkManager.Device.Wireless:Bitrate, The "Bitrate" property
-
org.freedesktop.NetworkManager.Device.Wireless:HwAddress, The "HwAddress" property +
org.freedesktop.NetworkManager.Device.Wireless:HwAddress, The "HwAddress" property
-
org.freedesktop.NetworkManager.Device.Wireless:Mode, The "Mode" property +
org.freedesktop.NetworkManager.Device.Wireless:Mode, The "Mode" property
-
org.freedesktop.NetworkManager.Device.Wireless:PermHwAddress, The "PermHwAddress" property +
org.freedesktop.NetworkManager.Device.Wireless:PermHwAddress, The "PermHwAddress" property
-
org.freedesktop.NetworkManager.Device.Wireless:WirelessCapabilities, The "WirelessCapabilities" property +
org.freedesktop.NetworkManager.Device.Wireless:WirelessCapabilities, The "WirelessCapabilities" property
-
org.freedesktop.NetworkManager.DHCP4Config, org.freedesktop.NetworkManager.DHCP4Config +
org.freedesktop.NetworkManager.DHCP4Config, org.freedesktop.NetworkManager.DHCP4Config
-
org.freedesktop.NetworkManager.DHCP4Config::PropertiesChanged, The "PropertiesChanged" signal +
org.freedesktop.NetworkManager.DHCP4Config::PropertiesChanged, The "PropertiesChanged" signal
-
org.freedesktop.NetworkManager.DHCP4Config:Options, The "Options" property +
org.freedesktop.NetworkManager.DHCP4Config:Options, The "Options" property
-
org.freedesktop.NetworkManager.DHCP6Config, org.freedesktop.NetworkManager.DHCP6Config +
org.freedesktop.NetworkManager.DHCP6Config, org.freedesktop.NetworkManager.DHCP6Config
-
org.freedesktop.NetworkManager.DHCP6Config::PropertiesChanged, The "PropertiesChanged" signal +
org.freedesktop.NetworkManager.DHCP6Config::PropertiesChanged, The "PropertiesChanged" signal
-
org.freedesktop.NetworkManager.DHCP6Config:Options, The "Options" property +
org.freedesktop.NetworkManager.DHCP6Config:Options, The "Options" property

M

-
org.freedesktop.NetworkManager, org.freedesktop.NetworkManager +
org.freedesktop.NetworkManager, org.freedesktop.NetworkManager
-
org.freedesktop.NetworkManager.ActivateConnection(), The ActivateConnection() method +
org.freedesktop.NetworkManager.ActivateConnection(), The ActivateConnection() method
-
org.freedesktop.NetworkManager.AddAndActivateConnection(), The AddAndActivateConnection() method +
org.freedesktop.NetworkManager.AddAndActivateConnection(), The AddAndActivateConnection() method
-
org.freedesktop.NetworkManager.CheckConnectivity(), The CheckConnectivity() method +
org.freedesktop.NetworkManager.CheckConnectivity(), The CheckConnectivity() method
-
org.freedesktop.NetworkManager.CheckpointCreate(), The CheckpointCreate() method +
org.freedesktop.NetworkManager.CheckpointCreate(), The CheckpointCreate() method
-
org.freedesktop.NetworkManager.CheckpointDestroy(), The CheckpointDestroy() method +
org.freedesktop.NetworkManager.CheckpointDestroy(), The CheckpointDestroy() method
-
org.freedesktop.NetworkManager.CheckpointRollback(), The CheckpointRollback() method +
org.freedesktop.NetworkManager.CheckpointRollback(), The CheckpointRollback() method
-
org.freedesktop.NetworkManager.DeactivateConnection(), The DeactivateConnection() method +
org.freedesktop.NetworkManager.DeactivateConnection(), The DeactivateConnection() method
-
org.freedesktop.NetworkManager.Enable(), The Enable() method +
org.freedesktop.NetworkManager.Enable(), The Enable() method
-
org.freedesktop.NetworkManager.GetAllDevices(), The GetAllDevices() method +
org.freedesktop.NetworkManager.GetAllDevices(), The GetAllDevices() method
-
org.freedesktop.NetworkManager.GetDeviceByIpIface(), The GetDeviceByIpIface() method +
org.freedesktop.NetworkManager.GetDeviceByIpIface(), The GetDeviceByIpIface() method
-
org.freedesktop.NetworkManager.GetDevices(), The GetDevices() method +
org.freedesktop.NetworkManager.GetDevices(), The GetDevices() method
-
org.freedesktop.NetworkManager.GetLogging(), The GetLogging() method +
org.freedesktop.NetworkManager.GetLogging(), The GetLogging() method
-
org.freedesktop.NetworkManager.GetPermissions(), The GetPermissions() method +
org.freedesktop.NetworkManager.GetPermissions(), The GetPermissions() method
-
org.freedesktop.NetworkManager.Reload(), The Reload() method +
org.freedesktop.NetworkManager.Reload(), The Reload() method
-
org.freedesktop.NetworkManager.SetLogging(), The SetLogging() method +
org.freedesktop.NetworkManager.SetLogging(), The SetLogging() method
-
org.freedesktop.NetworkManager.Sleep(), The Sleep() method +
org.freedesktop.NetworkManager.Sleep(), The Sleep() method
-
org.freedesktop.NetworkManager.state(), The state() method +
org.freedesktop.NetworkManager.state(), The state() method
-
org.freedesktop.NetworkManager::CheckPermissions, The "CheckPermissions" signal +
org.freedesktop.NetworkManager::CheckPermissions, The "CheckPermissions" signal
-
org.freedesktop.NetworkManager::DeviceAdded, The "DeviceAdded" signal +
org.freedesktop.NetworkManager::DeviceAdded, The "DeviceAdded" signal
-
org.freedesktop.NetworkManager::DeviceRemoved, The "DeviceRemoved" signal +
org.freedesktop.NetworkManager::DeviceRemoved, The "DeviceRemoved" signal
-
org.freedesktop.NetworkManager::PropertiesChanged, The "PropertiesChanged" signal +
org.freedesktop.NetworkManager::PropertiesChanged, The "PropertiesChanged" signal
-
org.freedesktop.NetworkManager::StateChanged, The "StateChanged" signal +
org.freedesktop.NetworkManager::StateChanged, The "StateChanged" signal
-
org.freedesktop.NetworkManager:ActivatingConnection, The "ActivatingConnection" property +
org.freedesktop.NetworkManager:ActivatingConnection, The "ActivatingConnection" property
-
org.freedesktop.NetworkManager:ActiveConnections, The "ActiveConnections" property +
org.freedesktop.NetworkManager:ActiveConnections, The "ActiveConnections" property
-
org.freedesktop.NetworkManager:AllDevices, The "AllDevices" property +
org.freedesktop.NetworkManager:AllDevices, The "AllDevices" property
-
org.freedesktop.NetworkManager:Connectivity, The "Connectivity" property +
org.freedesktop.NetworkManager:Capabilities, The "Capabilities" property
-
org.freedesktop.NetworkManager:Devices, The "Devices" property +
org.freedesktop.NetworkManager:Connectivity, The "Connectivity" property
-
org.freedesktop.NetworkManager:GlobalDnsConfiguration, The "GlobalDnsConfiguration" property +
org.freedesktop.NetworkManager:Devices, The "Devices" property
-
org.freedesktop.NetworkManager:Metered, The "Metered" property +
org.freedesktop.NetworkManager:GlobalDnsConfiguration, The "GlobalDnsConfiguration" property
-
org.freedesktop.NetworkManager:NetworkingEnabled, The "NetworkingEnabled" property +
org.freedesktop.NetworkManager:Metered, The "Metered" property
-
org.freedesktop.NetworkManager:PrimaryConnection, The "PrimaryConnection" property +
org.freedesktop.NetworkManager:NetworkingEnabled, The "NetworkingEnabled" property
-
org.freedesktop.NetworkManager:PrimaryConnectionType, The "PrimaryConnectionType" property +
org.freedesktop.NetworkManager:PrimaryConnection, The "PrimaryConnection" property
-
org.freedesktop.NetworkManager:Startup, The "Startup" property +
org.freedesktop.NetworkManager:PrimaryConnectionType, The "PrimaryConnectionType" property
-
org.freedesktop.NetworkManager:State, The "State" property +
org.freedesktop.NetworkManager:Startup, The "Startup" property
-
org.freedesktop.NetworkManager:Version, The "Version" property +
org.freedesktop.NetworkManager:State, The "State" property
-
org.freedesktop.NetworkManager:WimaxEnabled, The "WimaxEnabled" property +
org.freedesktop.NetworkManager:Version, The "Version" property
-
org.freedesktop.NetworkManager:WimaxHardwareEnabled, The "WimaxHardwareEnabled" property +
org.freedesktop.NetworkManager:WimaxEnabled, The "WimaxEnabled" property
-
org.freedesktop.NetworkManager:WirelessEnabled, The "WirelessEnabled" property +
org.freedesktop.NetworkManager:WimaxHardwareEnabled, The "WimaxHardwareEnabled" property
-
org.freedesktop.NetworkManager:WirelessHardwareEnabled, The "WirelessHardwareEnabled" property +
org.freedesktop.NetworkManager:WirelessEnabled, The "WirelessEnabled" property
-
org.freedesktop.NetworkManager:WwanEnabled, The "WwanEnabled" property +
org.freedesktop.NetworkManager:WirelessHardwareEnabled, The "WirelessHardwareEnabled" property
-
org.freedesktop.NetworkManager:WwanHardwareEnabled, The "WwanHardwareEnabled" property +
org.freedesktop.NetworkManager:WwanEnabled, The "WwanEnabled" property +
+
org.freedesktop.NetworkManager:WwanHardwareEnabled, The "WwanHardwareEnabled" property

N

-
NM80211ApFlags, enum NM80211ApFlags +
NM80211ApFlags, enum NM80211ApFlags +
+
NM80211ApSecurityFlags, enum NM80211ApSecurityFlags
-
NM80211ApSecurityFlags, enum NM80211ApSecurityFlags +
NM80211Mode, enum NM80211Mode
-
NM80211Mode, enum NM80211Mode +
NMActiveConnectionState, enum NMActiveConnectionState
-
NMActiveConnectionState, enum NMActiveConnectionState +
NMBluetoothCapabilities, enum NMBluetoothCapabilities
-
NMBluetoothCapabilities, enum NMBluetoothCapabilities +
NMCapability, enum NMCapability
-
NMCheckpointCreateFlags, enum NMCheckpointCreateFlags +
NMCheckpointCreateFlags, enum NMCheckpointCreateFlags
-
NMConnectivityState, enum NMConnectivityState +
NMConnectivityState, enum NMConnectivityState
-
NMDeviceCapabilities, enum NMDeviceCapabilities +
NMDeviceCapabilities, enum NMDeviceCapabilities
-
NMDeviceModemCapabilities, enum NMDeviceModemCapabilities +
NMDeviceModemCapabilities, enum NMDeviceModemCapabilities
-
NMDeviceState, enum NMDeviceState +
NMDeviceState, enum NMDeviceState
-
NMDeviceStateReason, enum NMDeviceStateReason +
NMDeviceStateReason, enum NMDeviceStateReason
-
NMDeviceType, enum NMDeviceType +
NMDeviceType, enum NMDeviceType
-
NMDeviceWifiCapabilities, enum NMDeviceWifiCapabilities +
NMDeviceWifiCapabilities, enum NMDeviceWifiCapabilities
-
NMIPTunnelMode, enum NMIPTunnelMode +
NMIPTunnelMode, enum NMIPTunnelMode
-
NMMetered, enum NMMetered +
NMMetered, enum NMMetered
-
NMRollbackResult, enum NMRollbackResult +
NMRollbackResult, enum NMRollbackResult
-
NMSecretAgentCapabilities, enum NMSecretAgentCapabilities +
NMSecretAgentCapabilities, enum NMSecretAgentCapabilities
-
NMSecretAgentGetSecretsFlags, enum NMSecretAgentGetSecretsFlags +
NMSecretAgentGetSecretsFlags, enum NMSecretAgentGetSecretsFlags
-
NMState, enum NMState +
NMState, enum NMState
-
NMVpnConnectionState, enum NMVpnConnectionState +
NMVpnConnectionState, enum NMVpnConnectionState
-
NMVpnConnectionStateReason, enum NMVpnConnectionStateReason +
NMVpnConnectionStateReason, enum NMVpnConnectionStateReason
-
NMVpnPluginFailure, enum NMVpnPluginFailure +
NMVpnPluginFailure, enum NMVpnPluginFailure
-
NMVpnServiceState, enum NMVpnServiceState +
NMVpnServiceState, enum NMVpnServiceState
-
NMWimaxNspNetworkType, enum NMWimaxNspNetworkType +
NMWimaxNspNetworkType, enum NMWimaxNspNetworkType

P

-
org.freedesktop.NetworkManager.PPP, org.freedesktop.NetworkManager.PPP +
org.freedesktop.NetworkManager.PPP, org.freedesktop.NetworkManager.PPP
-
org.freedesktop.NetworkManager.PPP.NeedSecrets(), The NeedSecrets() method +
org.freedesktop.NetworkManager.PPP.NeedSecrets(), The NeedSecrets() method
-
org.freedesktop.NetworkManager.PPP.SetIp4Config(), The SetIp4Config() method +
org.freedesktop.NetworkManager.PPP.SetIp4Config(), The SetIp4Config() method
-
org.freedesktop.NetworkManager.PPP.SetIp6Config(), The SetIp6Config() method +
org.freedesktop.NetworkManager.PPP.SetIp6Config(), The SetIp6Config() method
-
org.freedesktop.NetworkManager.PPP.SetState(), The SetState() method +
org.freedesktop.NetworkManager.PPP.SetState(), The SetState() method

V

-
org.freedesktop.NetworkManager.VPN.Connection, org.freedesktop.NetworkManager.VPN.Connection +
org.freedesktop.NetworkManager.VPN.Connection, org.freedesktop.NetworkManager.VPN.Connection
-
org.freedesktop.NetworkManager.VPN.Connection::PropertiesChanged, The "PropertiesChanged" signal +
org.freedesktop.NetworkManager.VPN.Connection::PropertiesChanged, The "PropertiesChanged" signal
-
org.freedesktop.NetworkManager.VPN.Connection::VpnStateChanged, The "VpnStateChanged" signal +
org.freedesktop.NetworkManager.VPN.Connection::VpnStateChanged, The "VpnStateChanged" signal
-
org.freedesktop.NetworkManager.VPN.Connection:Banner, The "Banner" property +
org.freedesktop.NetworkManager.VPN.Connection:Banner, The "Banner" property
-
org.freedesktop.NetworkManager.VPN.Connection:VpnState, The "VpnState" property +
org.freedesktop.NetworkManager.VPN.Connection:VpnState, The "VpnState" property
-
org.freedesktop.NetworkManager.VPN.Plugin, org.freedesktop.NetworkManager.VPN.Plugin +
org.freedesktop.NetworkManager.VPN.Plugin, org.freedesktop.NetworkManager.VPN.Plugin
-
org.freedesktop.NetworkManager.VPN.Plugin.Connect(), The Connect() method +
org.freedesktop.NetworkManager.VPN.Plugin.Connect(), The Connect() method
-
org.freedesktop.NetworkManager.VPN.Plugin.ConnectInteractive(), The ConnectInteractive() method +
org.freedesktop.NetworkManager.VPN.Plugin.ConnectInteractive(), The ConnectInteractive() method
-
org.freedesktop.NetworkManager.VPN.Plugin.Disconnect(), The Disconnect() method +
org.freedesktop.NetworkManager.VPN.Plugin.Disconnect(), The Disconnect() method
-
org.freedesktop.NetworkManager.VPN.Plugin.NeedSecrets(), The NeedSecrets() method +
org.freedesktop.NetworkManager.VPN.Plugin.NeedSecrets(), The NeedSecrets() method
-
org.freedesktop.NetworkManager.VPN.Plugin.NewSecrets(), The NewSecrets() method +
org.freedesktop.NetworkManager.VPN.Plugin.NewSecrets(), The NewSecrets() method
-
org.freedesktop.NetworkManager.VPN.Plugin.SetConfig(), The SetConfig() method +
org.freedesktop.NetworkManager.VPN.Plugin.SetConfig(), The SetConfig() method
-
org.freedesktop.NetworkManager.VPN.Plugin.SetFailure(), The SetFailure() method +
org.freedesktop.NetworkManager.VPN.Plugin.SetFailure(), The SetFailure() method
-
org.freedesktop.NetworkManager.VPN.Plugin.SetIp4Config(), The SetIp4Config() method +
org.freedesktop.NetworkManager.VPN.Plugin.SetIp4Config(), The SetIp4Config() method
-
org.freedesktop.NetworkManager.VPN.Plugin.SetIp6Config(), The SetIp6Config() method +
org.freedesktop.NetworkManager.VPN.Plugin.SetIp6Config(), The SetIp6Config() method
-
org.freedesktop.NetworkManager.VPN.Plugin::Config, The "Config" signal +
org.freedesktop.NetworkManager.VPN.Plugin::Config, The "Config" signal
-
org.freedesktop.NetworkManager.VPN.Plugin::Failure, The "Failure" signal +
org.freedesktop.NetworkManager.VPN.Plugin::Failure, The "Failure" signal
-
org.freedesktop.NetworkManager.VPN.Plugin::Ip4Config, The "Ip4Config" signal +
org.freedesktop.NetworkManager.VPN.Plugin::Ip4Config, The "Ip4Config" signal
-
org.freedesktop.NetworkManager.VPN.Plugin::Ip6Config, The "Ip6Config" signal +
org.freedesktop.NetworkManager.VPN.Plugin::Ip6Config, The "Ip6Config" signal
-
org.freedesktop.NetworkManager.VPN.Plugin::LoginBanner, The "LoginBanner" signal +
org.freedesktop.NetworkManager.VPN.Plugin::LoginBanner, The "LoginBanner" signal
-
org.freedesktop.NetworkManager.VPN.Plugin::SecretsRequired, The "SecretsRequired" signal +
org.freedesktop.NetworkManager.VPN.Plugin::SecretsRequired, The "SecretsRequired" signal
-
org.freedesktop.NetworkManager.VPN.Plugin::StateChanged, The "StateChanged" signal +
org.freedesktop.NetworkManager.VPN.Plugin::StateChanged, The "StateChanged" signal
-
org.freedesktop.NetworkManager.VPN.Plugin:State, The "State" property +
org.freedesktop.NetworkManager.VPN.Plugin:State, The "State" property
diff --git a/docs/api/html/nm-dbus-types.html b/docs/api/html/nm-dbus-types.html index 0f8c320d..c3d51edc 100644 --- a/docs/api/html/nm-dbus-types.html +++ b/docs/api/html/nm-dbus-types.html @@ -29,11 +29,44 @@
+

enum NMCapability

+

NMCapability names the numbers in the Capabilities property. Capabilities are positive numbers. They are part of stable API and a certain capability number is guaranteed not to change.

+

The range 0x7000 - 0x7FFF of capabilities is guaranteed not to be used by upstream NetworkManager. It could thus be used for downstream extensions.

+

+
+

Values

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

NM_CAPABILITY_TEAM

+

+
+

= 1

+

+
+

Teams can be managed

+

+
 
+
+
+
+

enum NMState

NMState values indicate the current overall networking state.

-

Values

+

Values

@@ -171,7 +204,7 @@

enum NMConnectivityState

-

Values

+

Values

@@ -186,7 +219,7 @@

-

= 1

+

= 0

@@ -201,7 +234,7 @@

-

= 2

+

= 1

@@ -216,7 +249,7 @@

-

= 3

+

= 2

@@ -231,7 +264,7 @@

-

= 4

+

= 3

@@ -246,7 +279,7 @@

-

= 5

+

= 4

@@ -265,7 +298,7 @@

NMDeviceType values indicate the type of hardware represented by a device object.

-

Values

+

Values

@@ -589,6 +622,21 @@ + + + + + +
 
+

NM_DEVICE_TYPE_MACSEC

+

+
+

= 21

+

+
+

a MACsec interface

+

+
 
@@ -599,7 +647,7 @@

General device capability flags.

-

Values

+

Values

@@ -678,7 +726,7 @@

802.11 specific device encryption and authentication capabilities.

-

Values

+

Values

@@ -877,7 +925,7 @@

802.11 access point flags.

-

Values

+

Values

@@ -926,7 +974,7 @@

802.11 access point security and authentication flags. These flags describe the current security requirements of an access point as determined from the access point's beacon.

-

Values

+

Values

@@ -1110,7 +1158,7 @@

Indicates the 802.11 mode an access point or device is currently in.

-

Values

+

Values

@@ -1189,7 +1237,7 @@

NMBluetoothCapabilities values indicate the usable capabilities of a Bluetooth device.

-

Values

+

Values

@@ -1253,7 +1301,7 @@

NMDeviceModemCapabilities values indicate the generic radio access technology families a modem device supports. For more information on the specific access technologies the device supports use the ModemManager D-Bus API.

-

Values

+

Values

@@ -1347,7 +1395,7 @@

WiMAX network type.

-

Values

+

Values

@@ -1425,7 +1473,7 @@

enum NMDeviceState

-

Values

+

Values

@@ -1639,7 +1687,7 @@

Device state change reason codes

-

Values

+

Values

@@ -2603,7 +2651,7 @@

Since: 1.2

-

Values

+

Values

@@ -2697,7 +2745,7 @@

NMActiveConnectionState values indicate the state of a connection to a specific network while it is starting, connected, or disconnecting from that network.

-

Values

+

Values

@@ -2791,7 +2839,7 @@

NMSecretAgentGetSecretsFlags values modify the behavior of a GetSecrets request.

-

Values

+

Values

@@ -2900,7 +2948,7 @@

NMSecretAgentCapabilities indicate various capabilities of the agent.

-

Values

+

Values

@@ -2950,7 +2998,7 @@

Since: 1.2

-

Values

+

Values

@@ -3120,7 +3168,7 @@

Since: 1.4

-

Values

+

Values

@@ -3159,6 +3207,36 @@ + + + + + + + + + + + +
 
+

NM_CHECKPOINT_CREATE_FLAG_DELETE_NEW_CONNECTIONS

+

+
+

= 0x02

+

+
+

upon rollback, delete any new connection added after the checkpoint.

+

+
 
+

NM_CHECKPOINT_CREATE_FLAG_DISCONNECT_NEW_DEVICES

+

+
+

= 0x04

+

+
+

upon rollback, disconnect any new device appeared after the checkpoint.

+

+
 
@@ -3170,7 +3248,7 @@

Since: 1.4

-

Values

+

Values

diff --git a/docs/api/html/nm-settings-ifcfg-rh.html b/docs/api/html/nm-settings-ifcfg-rh.html index 0883692d..abea717e 100644 --- a/docs/api/html/nm-settings-ifcfg-rh.html +++ b/docs/api/html/nm-settings-ifcfg-rh.html @@ -252,7 +252,7 @@ DEVICETYPE=TeamPort are NetworkManager specific extensions not understood by traditional initscripts.

-

Table 62. 802-1x setting

+

Table 65. 802-1x setting

@@ -527,7 +527,7 @@ Example: IEEE_8021X_PRIVATE_KEY=/home/joe/mykey.p12

-

Table 63. bond setting

+

Table 66. bond setting

@@ -552,7 +552,7 @@ Example: BONDING_OPTS="miimon=100 mode=broadcast"

-

Table 64. bridge-port setting

+

Table 67. bridge-port setting

@@ -593,7 +593,7 @@ Allowed values: 1 - 65535

-

Table 65. bridge setting

+

Table 68. bridge setting

@@ -673,7 +673,7 @@ Allowed values: 0 or 1

-

Table 66. connection setting

+

Table 69. connection setting

@@ -752,6 +752,17 @@ Example: AUTOCONNECT_PRIORITY=20 Allowed values: -999 to 999 + + + + + + @@ -762,15 +773,15 @@ Example: ZONE=Work - + - + - + - + @@ -797,7 +808,8 @@ Example: GATEWAY_PING_TIMEOUT=5 - + - +
autoconnect-retriesAUTOCONNECT_RETRIES(+) + The number of times a connection should be autoactivated before giving up and switching to the next one. + +Example: AUTOCONNECT_RETRIES=1 + +Allowed values: -1 (use global default), 0 (forever) or a positive value
zone ZONE(+)
masterMASTER, TEAM_MASTER, BRIDGEMASTER, MASTER_UUID, TEAM_MASTER, TEAM_MASTER_UUID, BRIDGE, BRIDGE_UUID  Reference to master connection. The variable used depends on the connection type.Reference to master connection. The variable used depends on the connection type and the value. In general, if the *_UUID variant is present, the variant without *_UUID is ignored. NetworkManager attempts to write both for compatibility with legacy tooling.
slave-typeMASTER, TEAM_MASTER, DEVICETYPE, BRIDGEMASTER, MASTER_UUID, TEAM_MASTER, TEAM_MASTER_UUID, DEVICETYPE, BRIDGE, BRIDGE_UUID  Slave type doesn't map directly to a variable, but it is recognized using different variables. MASTER for bonding, TEAM_MASTER and DEVICETYPE for teaming, BRIDGE for bridging.Slave type doesn't map directly to a variable, but it is recognized using different variables. MASTER and MASTER_UUID for bonding, TEAM_MASTER, TEAM_MASTER_UUID and DEVICETYPE for teaming, BRIDGE and BRIDGE_UUID for bridging.
autoconnect-slaves
meteredCONNECTION_METEREDCONNECTION_METERED(+) +   Whether the device is metered @@ -807,7 +819,8 @@ Allowed values: yes,no,unknown
lldpLLDPLLDP(+) + missing variable means global default whether LLDP is enabled for the connection @@ -819,7 +832,7 @@ Allowed values: boolean value or 'rx'

-

Table 67. dcb setting

+

Table 70. dcb setting

@@ -954,7 +967,7 @@ Example: DCB_PG_UP2TC=01623701 used explicitly to enable DCB so that the rest of the DCB_* variables can apply.

-

Table 68. infiniband setting

+

Table 71. infiniband setting

@@ -973,7 +986,7 @@ Example: DCB_PG_UP2TC=01623701 - @@ -1009,25 +1022,7 @@ Example: PHYSDEV=ib0
mac-address HWADDR  IBoIP 20-byte hardware address of the device (in traditional hex-digits-and-colons notation). +IBoIP 20-byte hardware address of the device (in traditional hex-digits-and-colons notation). Note that for initscripts this is the current MAC address of the device as found during ifup. For NetworkManager this is the permanent MAC address. Or in case no permanent MAC address exists, the MAC address initially configured on the device. Example: HWADDR=01:02:03:04:05:06:07:08:09:0A:01:02:03:04:05:06:07:08:09:11

-

Table 69. ip-tunnel setting

-
------ - - - - - - - -
PropertyIfcfg-rh VariableDefaultDescription
-
-
-

Table 70. ipv4 setting

+

Table 72. ipv4 setting

@@ -1179,7 +1174,7 @@ Example: DHCP_FQDN=foo.bar.com

-

Table 71. ipv6 setting

+

Table 73. ipv6 setting

@@ -1316,8 +1311,8 @@ Example: IPV6_TOKEN=::53

-

Table 72. macvlan setting

-
+

Table 74. macsec setting

+
@@ -1334,8 +1329,8 @@ Example: IPV6_TOKEN=::53

-

Table 73. team-port setting

-
+

Table 75. proxy setting

+
@@ -1348,17 +1343,47 @@ Example: IPV6_TOKEN=::53 - - - + + + + + + + + + + + + + + + + - - + + + + + + + + +
Default Description
configTEAM_PORT_CONFIG
methodPROXY_METHOD(+) +noneMethod for proxy configuration. For "auto", WPAD is used for proxy configuration, or set the PAC file via PAC_URL or PAC_SCRIPT. + +Allowed values: none, auto
browser-onlyBROWSER_ONLY(+) +noWhether the proxy configuration is for browser only.
pac-urlPAC_URL(+) +  Team port configuration in JSON. See man teamd.conf for details.
URL for PAC file. + +Example: PAC_URL=http://wpad.mycompany.com/wpad.dat
pac-scriptPAC_SCRIPT(+) + Path of the PAC script. + +Example: PAC_SCRIPT=/home/joe/proxy.pac

-

Table 74. team setting

-
+

Table 76. team-port setting

+
@@ -1373,33 +1398,15 @@ Example: IPV6_TOKEN=::53 - + - +
configTEAM_CONFIGTEAM_PORT_CONFIG  Team configuration in JSON. See man teamd.conf for details.Team port configuration in JSON. See man teamd.conf for details.

-

Table 75. tun setting

-
------ - - - - - - - -
PropertyIfcfg-rh VariableDefaultDescription
-
-
-

Table 76. vlan setting

-
+

Table 77. team setting

+
@@ -1412,74 +1419,16 @@ Example: IPV6_TOKEN=::53 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + - - - -
Default Description
parentDEVICE or PHYSDEV Parent interface of the VLAN.
idVLAN_ID or DEVICE VLAN identifier.
flagsGVRP, MVRP, VLAN_FLAGS VLAN flags. - -Allowed values: "yes or "no" for GVRP and MVRP; "LOOSE_BINDING" and "NO_REORDER_HDR" for VLAN_FLAGS
ingress-priority-mapVLAN_INGRESS_PRIORITY_MAP Ingress priority mapping. - -Example: VLAN_INGRESS_PRIORITY_MAP=4:2,3:5
egress-priority-mapVLAN_EGRESS_PRIORITY_MAP Egress priority mapping. - -Example: VLAN_EGRESS_PRIORITY_MAP=5:4,4:1,3:7
interface-namePHYSDEV and VLAN_ID, or DEVICE
configTEAM_CONFIG  VLAN interface name. If all variables are set, parent device from PHYSDEV takes precedence over DEVICE, but VLAN id from DEVICE takes precedence over VLAN_ID. - -Example: PHYSDEV=eth0, VLAN_ID=12; or DEVICE=eth0.12
-
-
-

Table 77. vxlan setting

-
------ - - - - - - - + +
PropertyIfcfg-rh VariableDefaultDescription
Team configuration in JSON. See man teamd.conf for details.

-

Table 78. 802-3-ethernet setting

+

Table 78. 802-3-ethernet setting

@@ -1502,27 +1451,27 @@ Example: PHYSDEV=eth0, VLAN_ID=12; or DEVICE=eth0.12 - + - + - + - + - + - + - + @@ -1532,7 +1481,8 @@ Example: PHYSDEV=eth0, VLAN_ID=12; or DEVICE=eth0.12 - + @@ -1579,7 +1529,7 @@ Allowed values: "qeth", "lcs" or "ctc"
speed(none)ETHTOOL_OPTS  The property is not saved by the plugin.Fixed speed for the ethernet link. It is added as "speed" parameter in the ETHTOOL_OPTS variable.
duplex(none)ETHTOOL_OPTS  The property is not saved by the plugin.Fixed duplex mode for the ethernet link. It is added as "duplex" parameter in the ETHOOL_OPTS variable.
auto-negotiate(none)ETHTOOL_OPTS  The property is not saved by the plugin.Whether link speed and duplex autonegotiation is enabled. It is not saved only if disabled and no values are provided for the "speed" and "duplex" parameters (skips link configuration).
mac-address HWADDR  Hardware address of the device in traditional hex-digits-and-colons notation (e.g. 00:22:68:14:5A:05).Hardware address of the device in traditional hex-digits-and-colons notation (e.g. 00:22:68:14:5A:05). Note that for initscripts this is the current MAC address of the device as found during ifup. For NetworkManager this is the permanent MAC address. Or in case no permanent MAC address exists, the MAC address initially configured on the device.
cloned-mac-address
generate-mac-address-maskGENERATE_MAC_ADDRESS_MASKGENERATE_MAC_ADDRESS_MASK(+) +   the MAC address mask for generating randomized and stable cloned-mac-address.

-

Table 79. 802-11-wireless-security setting

+

Table 79. 802-11-wireless-security setting

@@ -1731,7 +1681,7 @@ Example: KEY1=s:ahoj, KEY1=0a1c45bc02, KEY_PASSPHRASE1=mysuperse

-

Table 80. 802-11-wireless setting

+

Table 80. 802-11-wireless setting

@@ -1806,7 +1756,7 @@ Example: BSSID=00:1E:BD:64:83:21 - + @@ -1816,7 +1766,8 @@ Example: BSSID=00:1E:BD:64:83:21 - + @@ -1878,7 +1829,7 @@ Allowed values: default, never, always
mac-address HWADDR  Hardware address of the device in traditional hex-digits-and-colons notation (e.g. 00:22:68:14:5A:05).Hardware address of the device in traditional hex-digits-and-colons notation (e.g. 00:22:68:14:5A:05). Note that for initscripts this is the current MAC address of the device as found during ifup. For NetworkManager this is the permanent MAC address. Or in case no permanent MAC address exists, the MAC address initially configured on the device.
cloned-mac-address
generate-mac-address-maskGENERATE_MAC_ADDRESS_MASKGENERATE_MAC_ADDRESS_MASK(+) +   the MAC address mask for generating randomized and stable cloned-mac-address.

The following settings are not supported by ifcfg-rh plugin:

-

adsl, bluetooth, ppp, pppoe, serial, generic, gsm, cdma, 802-11-olpc-mesh, wimax, vpn

+

adsl, bluetooth, ppp, pppoe, serial, generic, gsm, cdma, 802-11-olpc-mesh, wimax, vpn, macvlan, vxlan, tun, ip-tunnel

Secret flags

diff --git a/docs/api/html/nm-settings-keyfile.html b/docs/api/html/nm-settings-keyfile.html index 03e48042..bd2b1920 100644 --- a/docs/api/html/nm-settings-keyfile.html +++ b/docs/api/html/nm-settings-keyfile.html @@ -188,7 +188,7 @@ id=4

802-11-wireless-security = wifi-security
-

Table 54. bridge setting (section)

+

Table 57. bridge setting (section)

@@ -213,7 +213,7 @@ Example: mac-address=00:22:68:12:79:A2 mac-address=0;34;104;18;1

-

Table 55. infiniband setting (section)

+

Table 58. infiniband setting (section)

@@ -238,7 +238,7 @@ Example: mac-address= 80:00:00:6d:fe:80:00:00:00:00:00:00:00:02:

-

Table 56. ipv4 setting (section)

+

Table 59. ipv4 setting (section)

@@ -289,7 +289,7 @@ Example: route1=8.8.8.0/24,10.1.1.1,77 route2=7.7.0.0/16

-

Table 57. ipv6 setting (section)

+

Table 60. ipv6 setting (section)

@@ -340,7 +340,7 @@ Example: route1=2001:4860:4860::/64,2620:52:0:2219:222:68ff:fe11

-

Table 58. serial setting (section)

+

Table 61. serial setting (section)

@@ -365,7 +365,7 @@ Example: parity=n

-

Table 59. vpn setting (section)

+

Table 62. vpn setting (section)

@@ -400,7 +400,7 @@ Example: password=Popocatepetl

-

Table 60. 802-3-ethernet setting (section)

+

Table 63. 802-3-ethernet setting (section)

@@ -439,7 +439,7 @@ Example: mac-address-blacklist= 00:22:68:12:79:A6;00:22:68:12:79

-

Table 61. 802-11-wireless setting (section)

+

Table 64. 802-11-wireless setting (section)

diff --git a/docs/api/html/nm-settings.html b/docs/api/html/nm-settings.html index 3842734c..9501aa71 100644 --- a/docs/api/html/nm-settings.html +++ b/docs/api/html/nm-settings.html @@ -69,9 +69,9 @@ A group of related key/value pairs describing a specific piece of a Connection (profile). Settings keys and allowed values are described in the tables below. Keys are also referred to as properties. - Developers can find the setting objects and their properties in the libnm-util - sources. Look for the class_init functions near the bottom of - each setting source file. + Developers can find the setting objects and their properties in the libnm-core + sources. Look for the *_class_init functions near the bottom + of each setting source file.

@@ -94,7 +94,7 @@
-

Table 24. 802-1x setting

+

Table 25. 802-1x setting

@@ -358,7 +358,7 @@

-

Table 25. adsl setting

+

Table 26. adsl setting

@@ -433,7 +433,7 @@

-

Table 26. bluetooth setting

+

Table 27. bluetooth setting

@@ -473,7 +473,7 @@

-

Table 27. bond setting

+

Table 28. bond setting

@@ -513,7 +513,7 @@

-

Table 28. bridge setting

+

Table 29. bridge setting

@@ -602,7 +602,7 @@

-

Table 29. bridge-port setting

+

Table 30. bridge-port setting

@@ -649,7 +649,7 @@

-

Table 30. cdma setting

+

Table 31. cdma setting

@@ -703,7 +703,7 @@

-

Table 31. connection setting

+

Table 32. connection setting

@@ -734,6 +734,13 @@ + + + + + + @@ -821,7 +828,7 @@ stable-id - +
+autoconnect-retriesint32-1The number of times a connection should be tried when autoctivating before giving up. Zero means forever, -1 means the global default (4 times if not overridden).
autoconnect-slaves NMSettingConnectionAutoconnectSlaves (int32)   string  This token to generate stable IDs for the connection. If unset, the UUID will be used instead. The stable-id is used instead of the connection UUID for generating IPv6 stable private addresses with ipv6.addr-gen-mode=stable-privacy. It is also used to seed the generated cloned MAC address for ethernet.cloned-mac-address=stable and wifi.cloned-mac-address=stable.Token to generate stable IDs for the connection. The stable-id is used for generating IPv6 stable private addresses with ipv6.addr-gen-mode=stable-privacy. It is also used to seed the generated cloned MAC address for ethernet.cloned-mac-address=stable and wifi.cloned-mac-address=stable. Note that also the interface name of the activating connection and a per-host secret key is included into the address generation so that the same stable-id on different hosts/devices yields different addresses. If the value is unset, an ID unique for the connection is used. Specifing a stable-id allows multiple connections to generate the same addresses. Another use is to generate IDs at runtime via dynamic substitutions. The '$' character is treated special to perform dynamic substitutions at runtime. Currently supported are "${CONNECTION}", "${BOOT}", "${RANDOM}". These effectively create unique IDs per-connection, per-boot, or every time. Any unrecognized patterns following '$' are treated verbatim, however are reserved for future use. You are thus advised to avoid '$' or escape it as "$$". For example, set it to "${CONNECTION}/${BOOT}" to create a unique id for this connection that changes with every reboot. Note that two connections only use the same effective id if their stable-id is also identical before performing dynamic substitutions.
@@ -855,7 +862,7 @@

-

Table 32. dcb setting

+

Table 33. dcb setting

@@ -986,7 +993,7 @@

-

Table 33. generic setting

+

Table 34. generic setting

@@ -1010,7 +1017,7 @@

-

Table 34. gsm setting

+

Table 35. gsm setting

@@ -1120,7 +1127,7 @@

-

Table 35. infiniband setting

+

Table 36. infiniband setting

@@ -1181,7 +1188,7 @@

-

Table 36. ipv4 setting

+

Table 37. ipv4 setting

@@ -1264,14 +1271,14 @@ dns-options - + - +
array of string []Array of DNS options. NULL means that the options are unset and left at the default. In this case NetworkManager will use default options. This is distinct from an empty list of properties.Array of DNS options as described in man 5 resolv.conf. NULL means that the options are unset and left at the default. In this case NetworkManager will use default options. This is distinct from an empty list of properties.
dns-priority int32 0DNS priority. The relative priority to be used when determining the order of DNS servers in resolv.conf. A lower value means that servers will be on top of the file. Zero selects the default value, which is 50 for VPNs and 100 for other connections. When multiple devices have configurations with the same priority, the one with an active default route will be preferred. Note that when using dns=dnsmasq the order is meaningless since dnsmasq forwards queries to all known servers at the same time. Negative values have the special effect of excluding other configurations with a greater priority value; so in presence of at least a negative priority, only DNS servers from configurations with the lowest priority value will be used.Intra-connection DNS priority. The relative priority to be used when determining the order of DNS servers in resolv.conf. A lower value means that servers will be on top of the file. Zero selects the default value, which is 50 for VPNs and 100 for other connections. Note that the priority is to order DNS settings for multiple active connections. It does not disambiguate multiple DNS servers within the same connection profile. For that, just specify the DNS servers in the desired order. When multiple devices have configurations with the same priority, the one with an active default route will be preferred. Note that when using dns=dnsmasq the order is meaningless since dnsmasq forwards queries to all known servers at the same time. Negative values have the special effect of excluding other configurations with a greater priority value; so in presence of at least a negative priority, only DNS servers from connections with the lowest priority value will be used.
@@ -1354,7 +1361,7 @@

-

Table 37. ipv6 setting

+

Table 38. ipv6 setting

@@ -1374,7 +1381,7 @@ addr-gen-mode - + - + - +
int32 1Configure method for creating the address for use with RFC4862 IPv6 Stateless Address Autoconfiguration. The permitted values are: "eui64", or "stable-privacy". If the property is set to "eui64", the addresses will be generated using the interface tokens derived from hardware address. This makes the host part of the address to stay constant, making it possible to track host's presence when it changes networks. The address changes when the interface hardware is replaced. The value of "stable-privacy" enables use of cryptographically secure hash of a secret host-specific key along with the connection identification and the network address as specified by RFC7217. This makes it impossible to use the address track host's presence, and makes the address stable when the network interface hardware is replaced. On D-Bus, the absence of an addr-gen-mode setting equals enabling "stable-privacy". For keyfile plugin, the absence of the setting on disk means "eui64" so that the property doesn't change on upgrade from older versions. Note that this setting is distinct from the Privacy Extensions as configured by "ip6-privacy" property and it does not affect the temporary addresses configured with this option.Configure method for creating the address for use with RFC4862 IPv6 Stateless Address Autoconfiguration. The permitted values are: "eui64", or "stable-privacy". If the property is set to "eui64", the addresses will be generated using the interface tokens derived from hardware address. This makes the host part of the address to stay constant, making it possible to track host's presence when it changes networks. The address changes when the interface hardware is replaced. The value of "stable-privacy" enables use of cryptographically secure hash of a secret host-specific key along with the connection's stable-id and the network address as specified by RFC7217. This makes it impossible to use the address track host's presence, and makes the address stable when the network interface hardware is replaced. On D-Bus, the absence of an addr-gen-mode setting equals enabling "stable-privacy". For keyfile plugin, the absence of the setting on disk means "eui64" so that the property doesn't change on upgrade from older versions. Note that this setting is distinct from the Privacy Extensions as configured by "ip6-privacy" property and it does not affect the temporary addresses configured with this option.
@@ -1430,14 +1437,14 @@ dns-options array of string []Array of DNS options. NULL means that the options are unset and left at the default. In this case NetworkManager will use default options. This is distinct from an empty list of properties.Array of DNS options as described in man 5 resolv.conf. NULL means that the options are unset and left at the default. In this case NetworkManager will use default options. This is distinct from an empty list of properties.
dns-priority int32 0DNS priority. The relative priority to be used when determining the order of DNS servers in resolv.conf. A lower value means that servers will be on top of the file. Zero selects the default value, which is 50 for VPNs and 100 for other connections. When multiple devices have configurations with the same priority, the one with an active default route will be preferred. Note that when using dns=dnsmasq the order is meaningless since dnsmasq forwards queries to all known servers at the same time. Negative values have the special effect of excluding other configurations with a greater priority value; so in presence of at least a negative priority, only DNS servers from configurations with the lowest priority value will be used.Intra-connection DNS priority. The relative priority to be used when determining the order of DNS servers in resolv.conf. A lower value means that servers will be on top of the file. Zero selects the default value, which is 50 for VPNs and 100 for other connections. Note that the priority is to order DNS settings for multiple active connections. It does not disambiguate multiple DNS servers within the same connection profile. For that, just specify the DNS servers in the desired order. When multiple devices have configurations with the same priority, the one with an active default route will be preferred. Note that when using dns=dnsmasq the order is meaningless since dnsmasq forwards queries to all known servers at the same time. Negative values have the special effect of excluding other configurations with a greater priority value; so in presence of at least a negative priority, only DNS servers from connections with the lowest priority value will be used.
@@ -1534,7 +1541,7 @@

-

Table 38. ip-tunnel setting

+

Table 39. ip-tunnel setting

@@ -1644,7 +1651,89 @@

-

Table 39. macvlan setting

+

Table 40. macsec setting

+
++++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Key NameValue TypeDefault ValueValue Description
+encryptbooleanTRUEWhether the transmitted traffic must be encrypted.
+mka-cakstring The pre-shared CAK (Connectivity Association Key) for MACsec Key Agreement.
+mka-cak-flagsNMSettingSecretFlags (uint32) Flags indicating how to handle the "mka-cak" property. (see the section called “Secret flag types:” for flag values)
+mka-cknstring The pre-shared CKN (Connectivity-association Key Name) for MACsec Key Agreement.
+modeint320Specifies how the CAK (Connectivity Association Key) for MKA (MACsec Key Agreement) is obtained.
+namestringmacsecThe 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 "wireless" or "wired".
+parentstring If given, specifies the parent interface name or parent connection UUID from which this MACSEC interface should be created. If this property is not specified, the connection must contain an "802-3-ethernet" setting with a "mac-address" property.
+portint321The port component of the SCI (Secure Channel Identifier), between 1 and 65534.
+validationint322Specifies the validation mode for incoming frames.
+
+
+

Table 41. macvlan setting

@@ -1698,7 +1787,7 @@

-

Table 40. 802-11-olpc-mesh setting

+

Table 42. 802-11-olpc-mesh setting

@@ -1745,7 +1834,7 @@

-

Table 41. ppp setting

+

Table 43. ppp setting

@@ -1897,7 +1986,7 @@

-

Table 42. pppoe setting

+

Table 44. pppoe setting

@@ -1951,7 +2040,61 @@

-

Table 43. serial setting

+

Table 45. proxy setting

+
++++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Key NameValue TypeDefault ValueValue Description
+browser-onlybooleanFALSEWhether the proxy configuration is for browser only.
+methodint320Method for proxy configuration, Default is NM_SETTING_PROXY_METHOD_NONE (0)
+namestringproxyThe 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 "wireless" or "wired".
+pac-scriptstring PAC script for the connection.
+pac-urlstring PAC URL for obtaining PAC file.
+
+
+

Table 46. serial setting

@@ -2012,7 +2155,7 @@

-

Table 44. team setting

+

Table 47. team setting

@@ -2052,7 +2195,7 @@

-

Table 45. team-port setting

+

Table 48. team-port setting

@@ -2085,7 +2228,7 @@

-

Table 46. tun setting

+

Table 49. tun setting

@@ -2153,7 +2296,7 @@

-

Table 47. vlan setting

+

Table 50. vlan setting

@@ -2221,7 +2364,7 @@

-

Table 48. vpn setting

+

Table 51. vpn setting

@@ -2289,7 +2432,7 @@

-

Table 49. vxlan setting

+

Table 52. vxlan setting

@@ -2427,7 +2570,7 @@

-

Table 50. wimax setting

+

Table 53. wimax setting

@@ -2467,7 +2610,7 @@

-

Table 51. 802-3-ethernet setting

+

Table 54. 802-3-ethernet setting

@@ -2487,28 +2630,28 @@ assigned-mac-address - + - - + + - + - + - +
string  The new field for the cloned MAC address. It can be either a hardware address in ASCII representation, or one of the special values "preserve", "permanent", "random" or "stable". This field replaces the deprecated "cloned-mac-address" on D-Bus, which can only contain explict hardware addresses.The new field for the cloned MAC address. It can be either a hardware address in ASCII representation, or one of the special values "preserve", "permanent", "random" or "stable". This field replaces the deprecated "cloned-mac-address" on D-Bus, which can only contain explict hardware addresses. Note that this property only exists in D-Bus API. libnm and nmcli continue to call this property "cloned-mac-address".
auto-negotiate booleanTRUEIf TRUE, allow auto-negotiation of port speed and duplex mode. If FALSE, do not allow auto-negotiation, in which case the "speed" and "duplex" properties should be set.FALSEIf TRUE, enforce auto-negotiation of port speed and duplex mode. If FALSE, "speed" and "duplex" properties should be both set or link configuration will be skipped.
cloned-mac-address byte array  This D-Bus field is deprecated in favor of "assigned-mac-address" which is more flexible and allows specifying special variants like "random".This D-Bus field is deprecated in favor of "assigned-mac-address" which is more flexible and allows specifying special variants like "random". For libnm and nmcli, this field is called "cloned-mac-address".
duplex string  If specified, request that the device only use the specified duplex mode. Either "half" or "full".Can be specified only when "auto-negotiate" is "off". In that case, statically configures the device to use that specified duplex mode, either "half" or "full". Must be set together with the "speed" property if specified. Before specifying a duplex mode be sure your device supports it.
@@ -2578,7 +2721,7 @@ speed uint32 0If non-zero, request that the device use only the specified speed. In Mbit/s, ie 100 == 100Mbit/s.Can be set to a value grater than zero only when "auto-negotiate" is "off". In that case, statically configures the device to use that specified speed. In Mbit/s, ie 100 == 100Mbit/s. Must be set together with the "duplex" property when non-zero. Before specifying a speed value be sure your device supports it.
@@ -2598,7 +2741,7 @@

-

Table 52. 802-11-wireless setting

+

Table 55. 802-11-wireless setting

@@ -2618,7 +2761,7 @@ assigned-mac-address - + - + - +
string  The new field for the cloned MAC address. It can be either a hardware address in ASCII representation, or one of the special values "preserve", "permanent", "random" or "stable". This field replaces the deprecated "cloned-mac-address" on D-Bus, which can only contain explict hardware addresses.The new field for the cloned MAC address. It can be either a hardware address in ASCII representation, or one of the special values "preserve", "permanent", "random" or "stable". This field replaces the deprecated "cloned-mac-address" on D-Bus, which can only contain explict hardware addresses. Note that this property only exists in D-Bus API. libnm and nmcli continue to call this property "cloned-mac-address".
@@ -2646,7 +2789,7 @@ cloned-mac-address byte array  This D-Bus field is deprecated in favor of "assigned-mac-address" which is more flexible and allows specifying special variants like "random".This D-Bus field is deprecated in favor of "assigned-mac-address" which is more flexible and allows specifying special variants like "random". For libnm and nmcli, this field is called "cloned-mac-address".
@@ -2681,7 +2824,7 @@ mac-address-randomization uint32 0One of NM_SETTING_MAC_RANDOMIZATION_DEFAULT (0) (never randomize unless the user has set a global default to randomize and the supplicant supports randomization), NM_SETTING_MAC_RANDOMIZATION_NEVER (1) (never randomize the MAC address), or NM_SETTING_MAC_RANDOMIZATION_ALWAYS (2) (always randomize the MAC address). Deprecated: 1One of NM_SETTING_MAC_RANDOMIZATION_DEFAULT (0) (never randomize unless the user has set a global default to randomize and the supplicant supports randomization), NM_SETTING_MAC_RANDOMIZATION_NEVER (1) (never randomize the MAC address), or NM_SETTING_MAC_RANDOMIZATION_ALWAYS (2) (always randomize the MAC address). This property is deprecated for 'cloned-mac-address'. Deprecated: 1
@@ -2750,7 +2893,7 @@

-

Table 53. 802-11-wireless-security setting

+

Table 56. 802-11-wireless-security setting

diff --git a/docs/api/html/nm-vpn-dbus-types.html b/docs/api/html/nm-vpn-dbus-types.html index 20bb6a55..ce80a5ee 100644 --- a/docs/api/html/nm-vpn-dbus-types.html +++ b/docs/api/html/nm-vpn-dbus-types.html @@ -510,7 +510,7 @@

- @@ -1195,9 +1195,8 @@

Property Aliases

Apart from the property-value pairs, connection add, connection modify and device modify also - accept short forms of some properties. They exist for convenience and compatiblity - with older versions of nmcli that could not accept the raw - properties.

+ accept short forms of some properties. They exist for convenience. Some aliases can + affect multiple connection properties at once.

The overview of the aliases is below. An actual connection type is used to disambiguate these options from the options of the same name that are valid for multiple connection types (such as mtu).

@@ -1555,14 +1554,17 @@ It's equivalent of using the +bond.options 'option=value'< + + +
-

= 1

+

= 0

@@ -525,7 +525,7 @@

-

= 2

+

= 1

@@ -540,7 +540,7 @@

-

= 3

+

= 2

diff --git a/docs/api/html/nmcli.html b/docs/api/html/nmcli.html index 5a266122..e293bd71 100644 --- a/docs/api/html/nmcli.html +++ b/docs/api/html/nmcli.html @@ -251,7 +251,7 @@

on, off

Enable enable or disable networking control by NetworkManager. +

Enable or disable networking control by NetworkManager. All interfaces managed by NetworkManager are deactivated when networking is disabled.

Alias PropertyNote
config team.configEither a filename or a team configuration in JSON format. To enforce one or the other, the value can be prefixed with "file://" or "json://".
@@ -1572,14 +1574,17 @@ It's equivalent of using the +bond.options 'option=value'< + Alias Property +Note config team-port.config +Either a filename or a team configuration in JSON format. To enforce one or the other, the value can be prefixed with "file://" or "json://".
@@ -1879,9 +1884,12 @@ It's equivalent of using the +bond.options 'option=value'< ip4 -ipv4.addresses + +ipv4.addresses + ipv4.method + This option can be specified multiple times. -It's equivalent of using +ipv4.addresses syntax. +It's equivalent of using +ipv4.addresses syntax and setting ipv4.method to manual. gw4 @@ -1907,9 +1915,12 @@ It's equivalent of using +ipv4.addresses syntax. ip6 -ipv6.addresses + +ipv6.addresses + ipv6.method + This option can be specified multiple times. -It's equivalent of using +ipv6.addresses syntax. +It's equivalent of using +ipv6.addresses syntax and setting ipv6.method to manual. gw6 @@ -1919,6 +1930,26 @@ It's equivalent of using +ipv6.addresses syntax.
+
+

Table 24. Proxy options

+
+++++ + + + + + + + + + + +
AliasPropertyNote
 proxy.pac-scriptRead the java script pac-script from file or pass it directly on the command line. Prefix the value with "file://" or "js://" to force one or the other.
+

diff --git a/docs/api/html/ref-settings.html b/docs/api/html/ref-settings.html index a9046e2b..ceb81fd4 100644 --- a/docs/api/html/ref-settings.html +++ b/docs/api/html/ref-settings.html @@ -613,6 +613,12 @@ The autoconnect priority. If the connection is set to autoconnect, connections with higher priority will be preferred. Defaults to 0. The higher number means higher priority. +
autoconnect-retries
+
int32
+
-1
+The number of times a connection should be tried when autoctivating before giving up. Zero means forever, -1 means the global default (4 times if not overridden). + +
autoconnect-slaves
NMSettingConnectionAutoconnectSlaves (int32)

@@ -688,7 +694,7 @@
 
stable-id
string

-This token to generate stable IDs for the connection. If unset, the UUID will be used instead. The stable-id is used instead of the connection UUID for generating IPv6 stable private addresses with ipv6.addr-gen-mode=stable-privacy. It is also used to seed the generated cloned MAC address for ethernet.cloned-mac-address=stable and wifi.cloned-mac-address=stable.
+Token to generate stable IDs for the connection. The stable-id is used for generating IPv6 stable private addresses with ipv6.addr-gen-mode=stable-privacy. It is also used to seed the generated cloned MAC address for ethernet.cloned-mac-address=stable and wifi.cloned-mac-address=stable. Note that also the interface name of the activating connection and a per-host secret key is included into the address generation so that the same stable-id on different hosts/devices yields different addresses. If the value is unset, an ID unique for the connection is used. Specifing a stable-id allows multiple connections to generate the same addresses. Another use is to generate IDs at runtime via dynamic substitutions. The '$' character is treated special to perform dynamic substitutions at runtime. Currently supported are "${CONNECTION}", "${BOOT}", "${RANDOM}". These effectively create unique IDs per-connection, per-boot, or every time. Any unrecognized patterns following '$' are treated verbatim, however are reserved for future use. You are thus advised to avoid '$' or escape it as "$$". For example, set it to "${CONNECTION}/${BOOT}" to create a unique id for this connection that changes with every reboot. Note that two connections only use the same effective id if their stable-id is also identical before performing dynamic substitutions.
 
 
 
timestamp
@@ -1086,13 +1092,13 @@
dns-options
array of string
[]
-Array of DNS options. NULL means that the options are unset and left at the default. In this case NetworkManager will use default options. This is distinct from an empty list of properties. +Array of DNS options as described in man 5 resolv.conf. NULL means that the options are unset and left at the default. In this case NetworkManager will use default options. This is distinct from an empty list of properties.
dns-priority
int32
0
-DNS priority. The relative priority to be used when determining the order of DNS servers in resolv.conf. A lower value means that servers will be on top of the file. Zero selects the default value, which is 50 for VPNs and 100 for other connections. When multiple devices have configurations with the same priority, the one with an active default route will be preferred. Note that when using dns=dnsmasq the order is meaningless since dnsmasq forwards queries to all known servers at the same time. Negative values have the special effect of excluding other configurations with a greater priority value; so in presence of at least a negative priority, only DNS servers from configurations with the lowest priority value will be used. +Intra-connection DNS priority. The relative priority to be used when determining the order of DNS servers in resolv.conf. A lower value means that servers will be on top of the file. Zero selects the default value, which is 50 for VPNs and 100 for other connections. Note that the priority is to order DNS settings for multiple active connections. It does not disambiguate multiple DNS servers within the same connection profile. For that, just specify the DNS servers in the desired order. When multiple devices have configurations with the same priority, the one with an active default route will be preferred. Note that when using dns=dnsmasq the order is meaningless since dnsmasq forwards queries to all known servers at the same time. Negative values have the special effect of excluding other configurations with a greater priority value; so in presence of at least a negative priority, only DNS servers from connections with the lowest priority value will be used.
dns-search
@@ -1184,7 +1190,7 @@
addr-gen-mode
int32
1
-Configure method for creating the address for use with RFC4862 IPv6 Stateless Address Autoconfiguration. The permitted values are: "eui64", or "stable-privacy". If the property is set to "eui64", the addresses will be generated using the interface tokens derived from hardware address. This makes the host part of the address to stay constant, making it possible to track host's presence when it changes networks. The address changes when the interface hardware is replaced. The value of "stable-privacy" enables use of cryptographically secure hash of a secret host-specific key along with the connection identification and the network address as specified by RFC7217. This makes it impossible to use the address track host's presence, and makes the address stable when the network interface hardware is replaced. On D-Bus, the absence of an addr-gen-mode setting equals enabling "stable-privacy". For keyfile plugin, the absence of the setting on disk means "eui64" so that the property doesn't change on upgrade from older versions. Note that this setting is distinct from the Privacy Extensions as configured by "ip6-privacy" property and it does not affect the temporary addresses configured with this option. +Configure method for creating the address for use with RFC4862 IPv6 Stateless Address Autoconfiguration. The permitted values are: "eui64", or "stable-privacy". If the property is set to "eui64", the addresses will be generated using the interface tokens derived from hardware address. This makes the host part of the address to stay constant, making it possible to track host's presence when it changes networks. The address changes when the interface hardware is replaced. The value of "stable-privacy" enables use of cryptographically secure hash of a secret host-specific key along with the connection's stable-id and the network address as specified by RFC7217. This makes it impossible to use the address track host's presence, and makes the address stable when the network interface hardware is replaced. On D-Bus, the absence of an addr-gen-mode setting equals enabling "stable-privacy". For keyfile plugin, the absence of the setting on disk means "eui64" so that the property doesn't change on upgrade from older versions. Note that this setting is distinct from the Privacy Extensions as configured by "ip6-privacy" property and it does not affect the temporary addresses configured with this option.
address-data
@@ -1232,13 +1238,13 @@
dns-options
array of string
[]
-Array of DNS options. NULL means that the options are unset and left at the default. In this case NetworkManager will use default options. This is distinct from an empty list of properties. +Array of DNS options as described in man 5 resolv.conf. NULL means that the options are unset and left at the default. In this case NetworkManager will use default options. This is distinct from an empty list of properties.
dns-priority
int32
0
-DNS priority. The relative priority to be used when determining the order of DNS servers in resolv.conf. A lower value means that servers will be on top of the file. Zero selects the default value, which is 50 for VPNs and 100 for other connections. When multiple devices have configurations with the same priority, the one with an active default route will be preferred. Note that when using dns=dnsmasq the order is meaningless since dnsmasq forwards queries to all known servers at the same time. Negative values have the special effect of excluding other configurations with a greater priority value; so in presence of at least a negative priority, only DNS servers from configurations with the lowest priority value will be used. +Intra-connection DNS priority. The relative priority to be used when determining the order of DNS servers in resolv.conf. A lower value means that servers will be on top of the file. Zero selects the default value, which is 50 for VPNs and 100 for other connections. Note that the priority is to order DNS settings for multiple active connections. It does not disambiguate multiple DNS servers within the same connection profile. For that, just specify the DNS servers in the desired order. When multiple devices have configurations with the same priority, the one with an active default route will be preferred. Note that when using dns=dnsmasq the order is meaningless since dnsmasq forwards queries to all known servers at the same time. Negative values have the special effect of excluding other configurations with a greater priority value; so in presence of at least a negative priority, only DNS servers from connections with the lowest priority value will be used.
dns-search
@@ -1421,7 +1427,81 @@


-

Table 96. macvlan setting

+

Table 96. macsec setting

+
++++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Key NameValue TypeDefault ValueValue Description
encrypt
boolean
TRUE
Whether the transmitted traffic must be encrypted.
mka-cak
string
The pre-shared CAK (Connectivity Association Key) for MACsec Key Agreement.
mka-cak-flags
NMSettingSecretFlags (uint32)
Flags indicating how to handle the "mka-cak" property.
mka-ckn
string
The pre-shared CKN (Connectivity-association Key Name) for MACsec Key Agreement.
mode
int32
0
Specifies how the CAK (Connectivity Association Key) for MKA (MACsec Key Agreement) is obtained.
name
string
macsec
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 "wireless" or "wired".
parent
string
If given, specifies the parent interface name or parent connection UUID from which this MACSEC interface should be created. If this property is not specified, the connection must contain an "802-3-ethernet" setting with a "mac-address" property.
port
int32
1
The port component of the SCI (Secure Channel Identifier), between 1 and 65534.
validation
int32
2
Specifies the validation mode for incoming frames.
+
+


+
+

Table 97. macvlan setting

@@ -1471,7 +1551,7 @@


-

Table 97. 802-11-olpc-mesh setting

+

Table 98. 802-11-olpc-mesh setting

@@ -1515,7 +1595,7 @@


-

Table 98. ppp setting

+

Table 99. ppp setting

@@ -1649,7 +1729,7 @@


-

Table 99. pppoe setting

+

Table 100. pppoe setting

@@ -1699,7 +1779,57 @@


-

Table 100. serial setting

+

Table 101. proxy setting

+
++++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Key NameValue TypeDefault ValueValue Description
browser-only
boolean
FALSE
Whether the proxy configuration is for browser only.
method
int32
0
Method for proxy configuration, Default is NM_SETTING_PROXY_METHOD_NONE (0)
name
string
proxy
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 "wireless" or "wired".
pac-script
string
PAC script for the connection.
pac-url
string
PAC URL for obtaining PAC file.
+
+


+
+

Table 102. serial setting

@@ -1755,7 +1885,7 @@


-

Table 101. team setting

+

Table 103. team setting

@@ -1793,7 +1923,7 @@


-

Table 102. team-port setting

+

Table 104. team-port setting

@@ -1825,7 +1955,7 @@


-

Table 103. tun setting

+

Table 105. tun setting

@@ -1887,7 +2017,7 @@


-

Table 104. vlan setting

+

Table 106. vlan setting

@@ -1949,7 +2079,7 @@


-

Table 105. vpn setting

+

Table 107. vpn setting

@@ -2011,7 +2141,7 @@


-

Table 106. vxlan setting

+

Table 108. vxlan setting

@@ -2133,7 +2263,7 @@


-

Table 107. wimax setting

+

Table 109. wimax setting

@@ -2171,7 +2301,7 @@


-

Table 108. 802-3-ethernet setting

+

Table 110. 802-3-ethernet setting

@@ -2190,25 +2320,25 @@ - + - - + + - + - + @@ -2268,7 +2398,7 @@ - + @@ -2287,7 +2417,7 @@


-

Table 109. 802-11-wireless setting

+

Table 111. 802-11-wireless setting

assigned-mac-address
string
The new field for the cloned MAC address. It can be either a hardware address in ASCII representation, or one of the special values "preserve", "permanent", "random" or "stable". This field replaces the deprecated "cloned-mac-address" on D-Bus, which can only contain explict hardware addresses.The new field for the cloned MAC address. It can be either a hardware address in ASCII representation, or one of the special values "preserve", "permanent", "random" or "stable". This field replaces the deprecated "cloned-mac-address" on D-Bus, which can only contain explict hardware addresses. Note that this property only exists in D-Bus API. libnm and nmcli continue to call this property "cloned-mac-address".
auto-negotiate
boolean
TRUE
If TRUE, allow auto-negotiation of port speed and duplex mode. If FALSE, do not allow auto-negotiation, in which case the "speed" and "duplex" properties should be set.
FALSE
If TRUE, enforce auto-negotiation of port speed and duplex mode. If FALSE, "speed" and "duplex" properties should be both set or link configuration will be skipped.
cloned-mac-address
byte array
This D-Bus field is deprecated in favor of "assigned-mac-address" which is more flexible and allows specifying special variants like "random".This D-Bus field is deprecated in favor of "assigned-mac-address" which is more flexible and allows specifying special variants like "random". For libnm and nmcli, this field is called "cloned-mac-address".
duplex
string
If specified, request that the device only use the specified duplex mode. Either "half" or "full".Can be specified only when "auto-negotiate" is "off". In that case, statically configures the device to use that specified duplex mode, either "half" or "full". Must be set together with the "speed" property if specified. Before specifying a duplex mode be sure your device supports it.
generate-mac-address-mask
speed
uint32
0
If non-zero, request that the device use only the specified speed. In Mbit/s, ie 100 == 100Mbit/s.Can be set to a value grater than zero only when "auto-negotiate" is "off". In that case, statically configures the device to use that specified speed. In Mbit/s, ie 100 == 100Mbit/s. Must be set together with the "duplex" property when non-zero. Before specifying a speed value be sure your device supports it.
wake-on-lan
@@ -2306,7 +2436,7 @@ - + @@ -2330,7 +2460,7 @@ - + @@ -2360,7 +2490,7 @@ - + @@ -2421,7 +2551,7 @@


-

Table 110. 802-11-wireless-security setting

+

Table 112. 802-11-wireless-security setting

assigned-mac-address
string
The new field for the cloned MAC address. It can be either a hardware address in ASCII representation, or one of the special values "preserve", "permanent", "random" or "stable". This field replaces the deprecated "cloned-mac-address" on D-Bus, which can only contain explict hardware addresses.The new field for the cloned MAC address. It can be either a hardware address in ASCII representation, or one of the special values "preserve", "permanent", "random" or "stable". This field replaces the deprecated "cloned-mac-address" on D-Bus, which can only contain explict hardware addresses. Note that this property only exists in D-Bus API. libnm and nmcli continue to call this property "cloned-mac-address".
band
cloned-mac-address
byte array
This D-Bus field is deprecated in favor of "assigned-mac-address" which is more flexible and allows specifying special variants like "random".This D-Bus field is deprecated in favor of "assigned-mac-address" which is more flexible and allows specifying special variants like "random". For libnm and nmcli, this field is called "cloned-mac-address".
generate-mac-address-mask
mac-address-randomization
uint32
0
One of NM_SETTING_MAC_RANDOMIZATION_DEFAULT (0) (never randomize unless the user has set a global default to randomize and the supplicant supports randomization), NM_SETTING_MAC_RANDOMIZATION_NEVER (1) (never randomize the MAC address), or NM_SETTING_MAC_RANDOMIZATION_ALWAYS (2) (always randomize the MAC address). Deprecated: 1One of NM_SETTING_MAC_RANDOMIZATION_DEFAULT (0) (never randomize unless the user has set a global default to randomize and the supplicant supports randomization), NM_SETTING_MAC_RANDOMIZATION_NEVER (1) (never randomize the MAC address), or NM_SETTING_MAC_RANDOMIZATION_ALWAYS (2) (always randomize the MAC address). This property is deprecated for 'cloned-mac-address'. Deprecated: 1
mode
diff --git a/docs/api/html/spec.html b/docs/api/html/spec.html index 812af8a3..ce4086ea 100644 --- a/docs/api/html/spec.html +++ b/docs/api/html/spec.html @@ -77,6 +77,9 @@ org.freedesktop.NetworkManager.Device.IPTunnel
+org.freedesktop.NetworkManager.Device.Macsec +
+
org.freedesktop.NetworkManager.Device.Macvlan
@@ -127,6 +130,9 @@
org.freedesktop.NetworkManager.Device.Statistics
+
+org.freedesktop.NetworkManager.DnsManager +
Types
diff --git a/docs/api/network-manager-docs.xml b/docs/api/network-manager-docs.xml index bb5ab004..45164ce0 100644 --- a/docs/api/network-manager-docs.xml +++ b/docs/api/network-manager-docs.xml @@ -65,40 +65,42 @@ Interfaces - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Types diff --git a/docs/api/settings-spec.xml b/docs/api/settings-spec.xml index 7a3d2b4c..fcce8c26 100644 --- a/docs/api/settings-spec.xml +++ b/docs/api/settings-spec.xml @@ -86,6 +86,7 @@
connection settingKey NameValue TypeDefault ValueValue DescriptionautoconnectbooleanTRUEWhether or not the connection should be automatically connected by NetworkManager when the resources for the connection are available. TRUE to automatically activate the connection, FALSE to require manual intervention to activate the connection.autoconnect-priorityint320The autoconnect priority. If the connection is set to autoconnect, connections with higher priority will be preferred. Defaults to 0. The higher number means higher priority. + autoconnect-retriesint32-1The number of times a connection should be tried when autoctivating before giving up. Zero means forever, -1 means the global default (4 times if not overridden).autoconnect-slavesNMSettingConnectionAutoconnectSlaves (int32)Whether or not slaves of this connection should be automatically brought up when NetworkManager activates this connection. This only has a real effect for master connections. The permitted values are: 0: leave slave connections untouched, 1: activate all the slave connections with this connection, -1: default. If -1 (default) is set, global connection.autoconnect-slaves is read to determine the real value. If it is default as well, this fallbacks to 0.gateway-ping-timeoutuint320If greater than zero, delay success of IP addressing until either the timeout is reached, or an IP gateway replies to a ping.idstringA human readable unique identifier for the connection, like "Work Wi-Fi" or "T-Mobile 3G". @@ -98,7 +99,7 @@ read-onlybooleanFALSEFALSE if the connection can be modified using the provided settings service's D-Bus interface with the right privileges, or TRUE if the connection is read-only and cannot be modified.secondariesarray of string[]List of connection UUIDs that should be activated when the base connection itself is activated. Currently only VPN connections are supported.slave-typestringSetting name of the device type of this slave's master connection (eg, "bond"), or NULL if this connection is not a slave. - stable-idstringThis token to generate stable IDs for the connection. If unset, the UUID will be used instead. The stable-id is used instead of the connection UUID for generating IPv6 stable private addresses with ipv6.addr-gen-mode=stable-privacy. It is also used to seed the generated cloned MAC address for ethernet.cloned-mac-address=stable and wifi.cloned-mac-address=stable. + stable-idstringToken to generate stable IDs for the connection. The stable-id is used for generating IPv6 stable private addresses with ipv6.addr-gen-mode=stable-privacy. It is also used to seed the generated cloned MAC address for ethernet.cloned-mac-address=stable and wifi.cloned-mac-address=stable. Note that also the interface name of the activating connection and a per-host secret key is included into the address generation so that the same stable-id on different hosts/devices yields different addresses. If the value is unset, an ID unique for the connection is used. Specifing a stable-id allows multiple connections to generate the same addresses. Another use is to generate IDs at runtime via dynamic substitutions. The '$' character is treated special to perform dynamic substitutions at runtime. Currently supported are "${CONNECTION}", "${BOOT}", "${RANDOM}". These effectively create unique IDs per-connection, per-boot, or every time. Any unrecognized patterns following '$' are treated verbatim, however are reserved for future use. You are thus advised to avoid '$' or escape it as "$$". For example, set it to "${CONNECTION}/${BOOT}" to create a unique id for this connection that changes with every reboot. Note that two connections only use the same effective id if their stable-id is also identical before performing dynamic substitutions.timestampuint640The time, in seconds since the Unix Epoch, that the connection was last _successfully_ fully activated. NetworkManager updates the connection timestamp periodically when the connection is active to ensure that an active connection has the latest timestamp. The property is only meant for reading (changes to this property will not be preserved).typestringBase type of the connection. For hardware-dependent connections, should contain the setting name of the hardware-type specific setting (ie, "802-3-ethernet" or "802-11-wireless" or "bluetooth", etc), and for non-hardware dependent connections like VPN or otherwise, should contain the setting name of that setting type (ie, "vpn" or "bridge", etc).uuidstringA universally unique identifier for the connection, for example generated with libuuid. It should be assigned when the connection is created, and never changed as long as the connection still applies to the same network. For example, it should not be changed when the "id" property or NMSettingIP4Config changes, but might need to be re-created when the Wi-Fi SSID, mobile broadband network provider, or "type" property changes. The UUID must be in the format "2815492f-7e56-435e-b2e9-246bd7cdc664" (ie, contains only hexadecimal characters and "-"). @@ -158,8 +159,8 @@ dhcp-send-hostnamebooleanTRUEIf TRUE, a hostname is sent to the DHCP server when acquiring a lease. Some DHCP servers use this hostname to update DNS databases, essentially providing a static hostname for the computer. If the "dhcp-hostname" property is NULL and this property is TRUE, the current persistent hostname of the computer is sent.dhcp-timeoutint320A timeout for a DHCP transaction in seconds.dnsarray of uint32[]Array of IP addresses of DNS servers (as network-byte-order integers) - dns-optionsarray of string[]Array of DNS options. NULL means that the options are unset and left at the default. In this case NetworkManager will use default options. This is distinct from an empty list of properties. - dns-priorityint320DNS priority. The relative priority to be used when determining the order of DNS servers in resolv.conf. A lower value means that servers will be on top of the file. Zero selects the default value, which is 50 for VPNs and 100 for other connections. When multiple devices have configurations with the same priority, the one with an active default route will be preferred. Note that when using dns=dnsmasq the order is meaningless since dnsmasq forwards queries to all known servers at the same time. Negative values have the special effect of excluding other configurations with a greater priority value; so in presence of at least a negative priority, only DNS servers from configurations with the lowest priority value will be used. + dns-optionsarray of string[]Array of DNS options as described in man 5 resolv.conf. NULL means that the options are unset and left at the default. In this case NetworkManager will use default options. This is distinct from an empty list of properties. + dns-priorityint320Intra-connection DNS priority. The relative priority to be used when determining the order of DNS servers in resolv.conf. A lower value means that servers will be on top of the file. Zero selects the default value, which is 50 for VPNs and 100 for other connections. Note that the priority is to order DNS settings for multiple active connections. It does not disambiguate multiple DNS servers within the same connection profile. For that, just specify the DNS servers in the desired order. When multiple devices have configurations with the same priority, the one with an active default route will be preferred. Note that when using dns=dnsmasq the order is meaningless since dnsmasq forwards queries to all known servers at the same time. Negative values have the special effect of excluding other configurations with a greater priority value; so in presence of at least a negative priority, only DNS servers from connections with the lowest priority value will be used.dns-searcharray of string[]Array of DNS search domains.gatewaystringThe gateway associated with this configuration. This is only meaningful if "addresses" is also set.ignore-auto-dnsbooleanFALSEWhen "method" is set to "auto" and this property to TRUE, automatically configured nameservers and search domains are ignored and only nameservers and search domains specified in the "dns" and "dns-search" properties, if any, are used. @@ -173,7 +174,7 @@ routesarray of array of uint32[]Deprecated in favor of the 'route-data' property, but this can be used for backward-compatibility with older daemons. Note that if you send this property the daemon will ignore 'route-data'. Array of IPv4 route structures. Each IPv4 route structure is composed of 4 32-bit values; the first being the destination IPv4 network or address (network byte order), the second the destination network or address prefix (1 - 32), the third being the next-hop (network byte order) if any, and the fourth being the route metric. If the metric is 0, NM will choose an appropriate default metric for the device. (There is no way to explicitly specify an actual metric of 0 with this property.)
ipv6 settingKey NameValue TypeDefault ValueValue Description - addr-gen-modeint321Configure method for creating the address for use with RFC4862 IPv6 Stateless Address Autoconfiguration. The permitted values are: "eui64", or "stable-privacy". If the property is set to "eui64", the addresses will be generated using the interface tokens derived from hardware address. This makes the host part of the address to stay constant, making it possible to track host's presence when it changes networks. The address changes when the interface hardware is replaced. The value of "stable-privacy" enables use of cryptographically secure hash of a secret host-specific key along with the connection identification and the network address as specified by RFC7217. This makes it impossible to use the address track host's presence, and makes the address stable when the network interface hardware is replaced. On D-Bus, the absence of an addr-gen-mode setting equals enabling "stable-privacy". For keyfile plugin, the absence of the setting on disk means "eui64" so that the property doesn't change on upgrade from older versions. Note that this setting is distinct from the Privacy Extensions as configured by "ip6-privacy" property and it does not affect the temporary addresses configured with this option. + addr-gen-modeint321Configure method for creating the address for use with RFC4862 IPv6 Stateless Address Autoconfiguration. The permitted values are: "eui64", or "stable-privacy". If the property is set to "eui64", the addresses will be generated using the interface tokens derived from hardware address. This makes the host part of the address to stay constant, making it possible to track host's presence when it changes networks. The address changes when the interface hardware is replaced. The value of "stable-privacy" enables use of cryptographically secure hash of a secret host-specific key along with the connection's stable-id and the network address as specified by RFC7217. This makes it impossible to use the address track host's presence, and makes the address stable when the network interface hardware is replaced. On D-Bus, the absence of an addr-gen-mode setting equals enabling "stable-privacy". For keyfile plugin, the absence of the setting on disk means "eui64" so that the property doesn't change on upgrade from older versions. Note that this setting is distinct from the Privacy Extensions as configured by "ip6-privacy" property and it does not affect the temporary addresses configured with this option.address-dataarray of vardictArray of IPv6 addresses. Each address dictionary contains at least 'address' and 'prefix' entries, containing the IP address as a string, and the prefix length as a uint32. Additional attributes may also exist on some addresses.addressesarray of legacy IPv6 address struct (a(ayuay))[]Deprecated in favor of the 'address-data' and 'gateway' properties, but this can be used for backward-compatibility with older daemons. Note that if you send this property the daemon will ignore 'address-data' and 'gateway'. Array of IPv6 address structures. Each IPv6 address structure is composed of an IPv6 address, a prefix length (1 - 128), and an IPv6 gateway address. The gateway may be zeroed out if no gateway exists for that subnet.dad-timeoutint32-1Timeout in milliseconds used to check for the presence of duplicate IP addresses on the network. If an address conflict is detected, the activation will fail. A zero value means that no duplicate address detection is performed, -1 means the default value (either configuration ipvx.dad-timeout override or 3 seconds). A value greater than zero is a timeout in milliseconds. @@ -181,8 +182,8 @@ dhcp-send-hostnamebooleanTRUEIf TRUE, a hostname is sent to the DHCP server when acquiring a lease. Some DHCP servers use this hostname to update DNS databases, essentially providing a static hostname for the computer. If the "dhcp-hostname" property is NULL and this property is TRUE, the current persistent hostname of the computer is sent.dhcp-timeoutint320A timeout for a DHCP transaction in seconds.dnsarray of byte array[]Array of IP addresses of DNS servers (in network byte order) - dns-optionsarray of string[]Array of DNS options. NULL means that the options are unset and left at the default. In this case NetworkManager will use default options. This is distinct from an empty list of properties. - dns-priorityint320DNS priority. The relative priority to be used when determining the order of DNS servers in resolv.conf. A lower value means that servers will be on top of the file. Zero selects the default value, which is 50 for VPNs and 100 for other connections. When multiple devices have configurations with the same priority, the one with an active default route will be preferred. Note that when using dns=dnsmasq the order is meaningless since dnsmasq forwards queries to all known servers at the same time. Negative values have the special effect of excluding other configurations with a greater priority value; so in presence of at least a negative priority, only DNS servers from configurations with the lowest priority value will be used. + dns-optionsarray of string[]Array of DNS options as described in man 5 resolv.conf. NULL means that the options are unset and left at the default. In this case NetworkManager will use default options. This is distinct from an empty list of properties. + dns-priorityint320Intra-connection DNS priority. The relative priority to be used when determining the order of DNS servers in resolv.conf. A lower value means that servers will be on top of the file. Zero selects the default value, which is 50 for VPNs and 100 for other connections. Note that the priority is to order DNS settings for multiple active connections. It does not disambiguate multiple DNS servers within the same connection profile. For that, just specify the DNS servers in the desired order. When multiple devices have configurations with the same priority, the one with an active default route will be preferred. Note that when using dns=dnsmasq the order is meaningless since dnsmasq forwards queries to all known servers at the same time. Negative values have the special effect of excluding other configurations with a greater priority value; so in presence of at least a negative priority, only DNS servers from connections with the lowest priority value will be used.dns-searcharray of string[]Array of DNS search domains.gatewaystringThe gateway associated with this configuration. This is only meaningful if "addresses" is also set.ignore-auto-dnsbooleanFALSEWhen "method" is set to "auto" and this property to TRUE, automatically configured nameservers and search domains are ignored and only nameservers and search domains specified in the "dns" and "dns-search" properties, if any, are used. @@ -212,6 +213,17 @@ tosuint320The type of service (IPv4) or traffic class (IPv6) field to be set on tunneled packets.ttluint320The TTL to assign to tunneled packets. 0 is a special value meaning that packets inherit the TTL value.
+ macsec settingKey NameValue TypeDefault ValueValue Description + encryptbooleanTRUEWhether the transmitted traffic must be encrypted. + mka-cakstringThe pre-shared CAK (Connectivity Association Key) for MACsec Key Agreement. + mka-cak-flagsNMSettingSecretFlags (uint32)Flags indicating how to handle the "mka-cak" property. + mka-cknstringThe pre-shared CKN (Connectivity-association Key Name) for MACsec Key Agreement. + modeint320Specifies how the CAK (Connectivity Association Key) for MKA (MACsec Key Agreement) is obtained. + namestringmacsecThe 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 "wireless" or "wired". + parentstringIf given, specifies the parent interface name or parent connection UUID from which this MACSEC interface should be created. If this property is not specified, the connection must contain an "802-3-ethernet" setting with a "mac-address" property. + portint321The port component of the SCI (Secure Channel Identifier), between 1 and 65534. + validationint322Specifies the validation mode for incoming frames. +
macvlan settingKey NameValue TypeDefault ValueValue Descriptionmodeuint320The macvlan mode, which specifies the communication mechanism between multiple macvlans on the same lower device.namestringmacvlanThe 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 "wireless" or "wired". @@ -253,6 +265,13 @@ servicestringIf specified, instruct PPPoE to only initiate sessions with access concentrators that provide the specified service. For most providers, this should be left blank. It is only required if there are multiple access concentrators or a specific service is known to be required.usernamestringUsername used to authenticate with the PPPoE service.
+ proxy settingKey NameValue TypeDefault ValueValue Description + browser-onlybooleanFALSEWhether the proxy configuration is for browser only. + methodint320Method for proxy configuration, Default is NM_SETTING_PROXY_METHOD_NONE (0) + namestringproxyThe 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 "wireless" or "wired". + pac-scriptstringPAC script for the connection. + pac-urlstringPAC URL for obtaining PAC file. +
serial settingKey NameValue TypeDefault ValueValue Descriptionbauduint3257600Speed to use for communication over the serial port. Note that this value usually has no effect for mobile broadband modems as they generally ignore speed settings and use the highest available speed.bitsuint328Byte-width of the serial communication. The 8 in "8n1" for example. @@ -322,10 +341,10 @@ network-namestringNetwork Service Provider (NSP) name of the WiMAX network this connection should use. Deprecated: 1
802-3-ethernet settingKey NameValue TypeDefault ValueValue Description - assigned-mac-addressstringThe new field for the cloned MAC address. It can be either a hardware address in ASCII representation, or one of the special values "preserve", "permanent", "random" or "stable". This field replaces the deprecated "cloned-mac-address" on D-Bus, which can only contain explict hardware addresses. - auto-negotiatebooleanTRUEIf TRUE, allow auto-negotiation of port speed and duplex mode. If FALSE, do not allow auto-negotiation, in which case the "speed" and "duplex" properties should be set. - cloned-mac-addressbyte arrayThis D-Bus field is deprecated in favor of "assigned-mac-address" which is more flexible and allows specifying special variants like "random". - duplexstringIf specified, request that the device only use the specified duplex mode. Either "half" or "full". + assigned-mac-addressstringThe new field for the cloned MAC address. It can be either a hardware address in ASCII representation, or one of the special values "preserve", "permanent", "random" or "stable". This field replaces the deprecated "cloned-mac-address" on D-Bus, which can only contain explict hardware addresses. Note that this property only exists in D-Bus API. libnm and nmcli continue to call this property "cloned-mac-address". + auto-negotiatebooleanFALSEIf TRUE, enforce auto-negotiation of port speed and duplex mode. If FALSE, "speed" and "duplex" properties should be both set or link configuration will be skipped. + cloned-mac-addressbyte arrayThis D-Bus field is deprecated in favor of "assigned-mac-address" which is more flexible and allows specifying special variants like "random". For libnm and nmcli, this field is called "cloned-mac-address". + duplexstringCan be specified only when "auto-negotiate" is "off". In that case, statically configures the device to use that specified duplex mode, either "half" or "full". Must be set together with the "speed" property if specified. Before specifying a duplex mode be sure your device supports it.generate-mac-address-maskstringWith "cloned-mac-address" setting "random" or "stable", by default all bits of the MAC address are scrambled and a locally-administered, unicast MAC address is created. This property allows to specify that certain bits are fixed. Note that the least significant bit of the first MAC address will always be unset to create a unicast MAC address. If the property is NULL, it is eligible to be overwritten by a default connection setting. If the value is still NULL or an empty string, the default is to create a locally-administered, unicast MAC address. If the value contains one MAC address, this address is used as mask. The set bits of the mask are to be filled with the current MAC address of the device, while the unset bits are subject to randomization. Setting "FE:FF:FF:00:00:00" means to preserve the OUI of the current MAC address and only randomize the lower 3 bytes using the "random" or "stable" algorithm. If the value contains one additional MAC address after the mask, this address is used instead of the current MAC address to fill the bits that shall not be randomized. For example, a value of "FE:FF:FF:00:00:00 68:F7:28:00:00:00" will set the OUI of the MAC address to 68:F7:28, while the lower bits are randomized. A value of "02:00:00:00:00:00 00:00:00:00:00:00" will create a fully scrambled globally-administered, burned-in MAC address. If the value contains more then one additional MAC addresses, one of them is chosen randomly. For example, "02:00:00:00:00:00 00:00:00:00:00:00 02:00:00:00:00:00" will create a fully scrambled MAC address, randomly locally or globally administered.mac-addressbyte arrayIf specified, this connection will only apply to the Ethernet device whose permanent MAC address matches. This property does not change the MAC address of the device (i.e. MAC spoofing).mac-address-blacklistarray of string[]If specified, this connection will never apply to the Ethernet device whose permanent MAC address matches an address in the list. Each MAC address is in the standard hex-digits-and-colons notation (00:11:22:33:44:55). @@ -335,21 +354,21 @@ s390-nettypestrings390 network device type; one of "qeth", "lcs", or "ctc", representing the different types of virtual network devices available on s390 systems.s390-optionsdict of string to string{}Dictionary of key/value pairs of s390-specific device options. Both keys and values must be strings. Allowed keys include "portno", "layer2", "portname", "protocol", among others. Key names must contain only alphanumeric characters (ie, [a-zA-Z0-9]).s390-subchannelsarray of string[]Identifies specific subchannels that this network device uses for communication with z/VM or s390 host. Like the "mac-address" property for non-z/VM devices, this property can be used to ensure this connection only applies to the network device that uses these subchannels. The list should contain exactly 3 strings, and each string may only be composed of hexadecimal characters and the period (.) character. - speeduint320If non-zero, request that the device use only the specified speed. In Mbit/s, ie 100 == 100Mbit/s. + speeduint320Can be set to a value grater than zero only when "auto-negotiate" is "off". In that case, statically configures the device to use that specified speed. In Mbit/s, ie 100 == 100Mbit/s. Must be set together with the "duplex" property when non-zero. Before specifying a speed value be sure your device supports it.wake-on-lanuint321The NMSettingWiredWakeOnLan options to enable. Not all devices support all options. May be any combination of NM_SETTING_WIRED_WAKE_ON_LAN_PHY (0x2), NM_SETTING_WIRED_WAKE_ON_LAN_UNICAST (0x4), NM_SETTING_WIRED_WAKE_ON_LAN_MULTICAST (0x8), NM_SETTING_WIRED_WAKE_ON_LAN_BROADCAST (0x10), NM_SETTING_WIRED_WAKE_ON_LAN_ARP (0x20), NM_SETTING_WIRED_WAKE_ON_LAN_MAGIC (0x40) or the special values NM_SETTING_WIRED_WAKE_ON_LAN_DEFAULT (0x1) (to use global settings) and NM_SETTING_WIRED_WAKE_ON_LAN_IGNORE (0x8000) (to disable management of Wake-on-LAN in NetworkManager).wake-on-lan-passwordstringIf specified, the password used with magic-packet-based Wake-on-LAN, represented as an Ethernet MAC address. If NULL, no password will be required.
802-11-wireless settingKey NameValue TypeDefault ValueValue Description - assigned-mac-addressstringThe new field for the cloned MAC address. It can be either a hardware address in ASCII representation, or one of the special values "preserve", "permanent", "random" or "stable". This field replaces the deprecated "cloned-mac-address" on D-Bus, which can only contain explict hardware addresses. + assigned-mac-addressstringThe new field for the cloned MAC address. It can be either a hardware address in ASCII representation, or one of the special values "preserve", "permanent", "random" or "stable". This field replaces the deprecated "cloned-mac-address" on D-Bus, which can only contain explict hardware addresses. Note that this property only exists in D-Bus API. libnm and nmcli continue to call this property "cloned-mac-address".bandstring802.11 frequency band of the network. One of "a" for 5GHz 802.11a or "bg" for 2.4GHz 802.11. This will lock associations to the Wi-Fi network to the specific band, i.e. if "a" is specified, the device will not associate with the same network in the 2.4GHz band even if the network's settings are compatible. This setting depends on specific driver capability and may not work with all drivers.bssidbyte arrayIf specified, directs the device to only associate with the given access point. This capability is highly driver dependent and not supported by all devices. Note: this property does not control the BSSID used when creating an Ad-Hoc network and is unlikely to in the future.channeluint320Wireless channel to use for the Wi-Fi connection. The device will only join (or create for Ad-Hoc networks) a Wi-Fi network on the specified channel. Because channel numbers overlap between bands, this property also requires the "band" property to be set. - cloned-mac-addressbyte arrayThis D-Bus field is deprecated in favor of "assigned-mac-address" which is more flexible and allows specifying special variants like "random". + cloned-mac-addressbyte arrayThis D-Bus field is deprecated in favor of "assigned-mac-address" which is more flexible and allows specifying special variants like "random". For libnm and nmcli, this field is called "cloned-mac-address".generate-mac-address-maskstringWith "cloned-mac-address" setting "random" or "stable", by default all bits of the MAC address are scrambled and a locally-administered, unicast MAC address is created. This property allows to specify that certain bits are fixed. Note that the least significant bit of the first MAC address will always be unset to create a unicast MAC address. If the property is NULL, it is eligible to be overwritten by a default connection setting. If the value is still NULL or an empty string, the default is to create a locally-administered, unicast MAC address. If the value contains one MAC address, this address is used as mask. The set bits of the mask are to be filled with the current MAC address of the device, while the unset bits are subject to randomization. Setting "FE:FF:FF:00:00:00" means to preserve the OUI of the current MAC address and only randomize the lower 3 bytes using the "random" or "stable" algorithm. If the value contains one additional MAC address after the mask, this address is used instead of the current MAC address to fill the bits that shall not be randomized. For example, a value of "FE:FF:FF:00:00:00 68:F7:28:00:00:00" will set the OUI of the MAC address to 68:F7:28, while the lower bits are randomized. A value of "02:00:00:00:00:00 00:00:00:00:00:00" will create a fully scrambled globally-administered, burned-in MAC address. If the value contains more then one additional MAC addresses, one of them is chosen randomly. For example, "02:00:00:00:00:00 00:00:00:00:00:00 02:00:00:00:00:00" will create a fully scrambled MAC address, randomly locally or globally administered.hiddenbooleanFALSEIf TRUE, indicates this network is a non-broadcasting network that hides its SSID. In this case various workarounds may take place, such as probe-scanning the SSID for more reliable network discovery. However, these workarounds expose inherent insecurities with hidden SSID networks, and thus hidden SSID networks should be used with caution.mac-addressbyte arrayIf specified, this connection will only apply to the Wi-Fi device whose permanent MAC address matches. This property does not change the MAC address of the device (i.e. MAC spoofing).mac-address-blacklistarray of string[]A list of permanent MAC addresses of Wi-Fi devices to which this connection should never apply. Each MAC address should be given in the standard hex-digits-and-colons notation (eg "00:11:22:33:44:55"). - mac-address-randomizationuint320One of NM_SETTING_MAC_RANDOMIZATION_DEFAULT (0) (never randomize unless the user has set a global default to randomize and the supplicant supports randomization), NM_SETTING_MAC_RANDOMIZATION_NEVER (1) (never randomize the MAC address), or NM_SETTING_MAC_RANDOMIZATION_ALWAYS (2) (always randomize the MAC address). Deprecated: 1 + mac-address-randomizationuint320One of NM_SETTING_MAC_RANDOMIZATION_DEFAULT (0) (never randomize unless the user has set a global default to randomize and the supplicant supports randomization), NM_SETTING_MAC_RANDOMIZATION_NEVER (1) (never randomize the MAC address), or NM_SETTING_MAC_RANDOMIZATION_ALWAYS (2) (always randomize the MAC address). This property is deprecated for 'cloned-mac-address'. Deprecated: 1modestringWi-Fi network mode; one of "infrastructure", "adhoc" or "ap". If blank, infrastructure is assumed.mtuuint320If non-zero, only transmit packets of the specified size or smaller, breaking larger packets up into multiple Ethernet frames.namestring802-11-wirelessThe 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 "wireless" or "wired". diff --git a/docs/api/version.xml b/docs/api/version.xml index 1c99cf0e..81fd881e 100644 --- a/docs/api/version.xml +++ b/docs/api/version.xml @@ -1 +1 @@ -1.4.4 +1.5.90 -- cgit 1.3.0-6-gf8a5