From 88c227d90a6b7b388c5c85d72802a0ca8f05ed5c Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Thu, 13 Jan 2022 22:30:39 +0100 Subject: New upstream version 1.34.0 --- CONTRIBUTING.md | 259 +- Makefile.am | 110 +- Makefile.examples | 1 + Makefile.in | 636 +++- NEWS | 67 +- NetworkManager.pc.in | 13 - config.h.in | 18 +- config.h.meson | 10 + configure | 186 +- configure.ac | 30 +- data/NetworkManager-dispatcher.service.in | 7 + data/meson.build | 1 + data/nm-priv-helper.service.in | 79 + ...-org.freedesktop.NetworkManager.Device.Bond.xml | 5 +- ...rg.freedesktop.NetworkManager.Device.Bridge.xml | 5 +- ...-org.freedesktop.NetworkManager.Device.Team.xml | 5 +- .../dbus-org.freedesktop.NetworkManager.Device.xml | 14 + docs/api/html/NetworkManager.conf.html | 4 + docs/api/html/NetworkManager.devhelp2 | 2 + docs/api/html/ch01.html | 3 + ...org.freedesktop.NetworkManager.Device.Bond.html | 5 +- ...g.freedesktop.NetworkManager.Device.Bridge.html | 5 +- ...reedesktop.NetworkManager.Device.OvsBridge.html | 5 +- ....freedesktop.NetworkManager.Device.OvsPort.html | 5 +- ...org.freedesktop.NetworkManager.Device.Team.html | 5 +- ...dbus-org.freedesktop.NetworkManager.Device.html | 16 + docs/api/html/index.html | 7 +- docs/api/html/ix01.html | 52 +- docs/api/html/nm-settings-dbus.html | 49 +- docs/api/html/nm-settings-ifcfg-rh.html | 98 +- docs/api/html/nm-settings-nmcli.html | 535 ++- docs/api/html/nmcli.html | 32 +- docs/api/html/ref-settings.html | 3 + docs/api/html/settings-6lowpan.html | 2 +- docs/api/html/settings-802-11-olpc-mesh.html | 2 +- .../html/settings-802-11-wireless-security.html | 2 +- docs/api/html/settings-802-11-wireless.html | 2 +- docs/api/html/settings-802-1x.html | 2 +- docs/api/html/settings-802-3-ethernet.html | 4 +- docs/api/html/settings-adsl.html | 2 +- docs/api/html/settings-bluetooth.html | 2 +- docs/api/html/settings-bond-port.html | 69 + docs/api/html/settings-bond.html | 2 +- docs/api/html/settings-bridge-port.html | 2 +- docs/api/html/settings-bridge.html | 2 +- docs/api/html/settings-cdma.html | 2 +- docs/api/html/settings-connection.html | 12 +- docs/api/html/settings-dcb.html | 6 +- docs/api/html/settings-dummy.html | 2 +- docs/api/html/settings-ethtool.html | 2 +- docs/api/html/settings-generic.html | 2 +- docs/api/html/settings-gsm.html | 2 +- docs/api/html/settings-hostname.html | 8 +- docs/api/html/settings-infiniband.html | 2 +- docs/api/html/settings-ip-tunnel.html | 2 +- docs/api/html/settings-ipv4.html | 2 +- docs/api/html/settings-ipv6.html | 2 +- docs/api/html/settings-macsec.html | 2 +- docs/api/html/settings-macvlan.html | 2 +- docs/api/html/settings-match.html | 2 +- docs/api/html/settings-ovs-bridge.html | 2 +- docs/api/html/settings-ovs-dpdk.html | 2 +- docs/api/html/settings-ovs-external-ids.html | 4 +- docs/api/html/settings-ovs-interface.html | 2 +- docs/api/html/settings-ovs-patch.html | 2 +- docs/api/html/settings-ovs-port.html | 2 +- docs/api/html/settings-ppp.html | 2 +- docs/api/html/settings-pppoe.html | 2 +- docs/api/html/settings-proxy.html | 2 +- docs/api/html/settings-serial.html | 2 +- docs/api/html/settings-sriov.html | 2 +- docs/api/html/settings-tc.html | 2 +- docs/api/html/settings-team-port.html | 2 +- docs/api/html/settings-team.html | 2 +- docs/api/html/settings-tun.html | 2 +- docs/api/html/settings-user.html | 2 +- docs/api/html/settings-veth.html | 4 +- docs/api/html/settings-vlan.html | 2 +- docs/api/html/settings-vpn.html | 2 +- docs/api/html/settings-vrf.html | 2 +- docs/api/html/settings-vxlan.html | 2 +- docs/api/html/settings-wifi-p2p.html | 2 +- docs/api/html/settings-wimax.html | 2 +- docs/api/html/settings-wireguard.html | 2 +- docs/api/html/settings-wpan.html | 6 +- docs/api/html/style.css | 6 +- docs/api/network-manager-docs.xml | 2 +- docs/api/settings-spec.xml | 10 +- docs/api/version.xml | 2 +- docs/libnm/html/NMConnection.html | 12 +- docs/libnm/html/NMDevice.html | 49 + docs/libnm/html/NMDeviceBond.html | 4 + docs/libnm/html/NMDeviceBridge.html | 4 + docs/libnm/html/NMDeviceOvsBridge.html | 4 + docs/libnm/html/NMDeviceOvsPort.html | 4 + docs/libnm/html/NMDeviceTeam.html | 4 + docs/libnm/html/NMDeviceWifi.html | 2 +- docs/libnm/html/NMObject.html | 18 +- docs/libnm/html/NMSetting8021x.html | 100 +- docs/libnm/html/NMSettingAdsl.html | 14 +- docs/libnm/html/NMSettingBluetooth.html | 4 +- docs/libnm/html/NMSettingBond.html | 6 +- docs/libnm/html/NMSettingBondPort.html | 144 + docs/libnm/html/NMSettingBridgePort.html | 6 +- docs/libnm/html/NMSettingCdma.html | 10 +- docs/libnm/html/NMSettingConnection.html | 150 +- docs/libnm/html/NMSettingDcb.html | 38 +- docs/libnm/html/NMSettingGsm.html | 28 +- docs/libnm/html/NMSettingIP4Config.html | 12 +- docs/libnm/html/NMSettingIP6Config.html | 14 +- docs/libnm/html/NMSettingIPConfig.html | 38 +- docs/libnm/html/NMSettingIPTunnel.html | 28 +- docs/libnm/html/NMSettingInfiniband.html | 12 +- docs/libnm/html/NMSettingMacsec.html | 22 +- docs/libnm/html/NMSettingMacvlan.html | 8 +- docs/libnm/html/NMSettingOvsBridge.html | 4 +- docs/libnm/html/NMSettingOvsDpdk.html | 8 +- docs/libnm/html/NMSettingOvsExternalIDs.html | 8 +- docs/libnm/html/NMSettingOvsInterface.html | 8 +- docs/libnm/html/NMSettingOvsPatch.html | 4 +- docs/libnm/html/NMSettingOvsPort.html | 4 +- docs/libnm/html/NMSettingPpp.html | 40 +- docs/libnm/html/NMSettingPppoe.html | 10 +- docs/libnm/html/NMSettingProxy.html | 2 +- docs/libnm/html/NMSettingSerial.html | 10 +- docs/libnm/html/NMSettingSriov.html | 5 +- docs/libnm/html/NMSettingTeam.html | 28 +- docs/libnm/html/NMSettingTeamPort.html | 12 +- docs/libnm/html/NMSettingTun.html | 12 +- docs/libnm/html/NMSettingVlan.html | 34 +- docs/libnm/html/NMSettingVpn.html | 6 +- docs/libnm/html/NMSettingVxlan.html | 32 +- docs/libnm/html/NMSettingWired.html | 22 +- docs/libnm/html/NMSettingWireless.html | 36 +- docs/libnm/html/NMSettingWirelessSecurity.html | 22 +- docs/libnm/html/api-index-full.html | 806 +++-- docs/libnm/html/ch03.html | 23 +- docs/libnm/html/index.html | 27 +- docs/libnm/html/libnm-nm-errors.html | 2 +- docs/libnm/html/libnm-nm-utils.html | 2 +- docs/libnm/html/libnm-nm-version.html | 132 +- docs/libnm/html/libnm.devhelp2 | 148 +- docs/libnm/html/object-tree.html | 2 + docs/libnm/html/ref-overview.html | 2 +- docs/libnm/html/style.css | 6 +- docs/libnm/html/usage.html | 4 +- docs/libnm/libnm-docs.xml | 15 +- docs/libnm/libnm-sections.txt | 36 +- docs/libnm/libnm.types | 2 + docs/libnm/version.xml | 2 +- examples/python/dbus/add-connection-compat.py | 2 +- examples/python/dbus/add-connection.py | 2 +- examples/python/dbus/create-bond.py | 2 +- examples/python/dbus/update-ip4-method.py | 2 +- examples/python/dbus/wifi-active-ap.py | 2 +- examples/python/dbus/wifi-hotspot.py | 2 +- examples/python/gi/add_connection.py | 2 +- examples/python/gi/nm-up-many.py | 345 ++ examples/python/gi/update-ip4-method.py | 2 +- examples/ruby/add-connection.rb | 2 +- .../org.freedesktop.NetworkManager.Device.Bond.xml | 5 +- ...rg.freedesktop.NetworkManager.Device.Bridge.xml | 6 +- ...freedesktop.NetworkManager.Device.OvsBridge.xml | 5 +- ...g.freedesktop.NetworkManager.Device.OvsPort.xml | 5 +- .../org.freedesktop.NetworkManager.Device.Team.xml | 6 +- .../org.freedesktop.NetworkManager.Device.xml | 13 + m4/ax_lib_readline.m4 | 120 +- man/NetworkManager-dispatcher.8 | 4 +- man/NetworkManager.8 | 6 +- man/NetworkManager.conf.5 | 11 +- man/NetworkManager.conf.xml | 4 + man/nm-cloud-setup.8 | 6 +- man/nm-initrd-generator.8 | 6 +- man/nm-online.1 | 6 +- man/nm-openvswitch.7 | 6 +- man/nm-settings-dbus.5 | 54 +- man/nm-settings-dbus.xml | 4 +- man/nm-settings-docs-dbus.xml | 2 +- man/nm-settings-docs-nmcli.xml | 435 ++- man/nm-settings-ifcfg-rh.5 | 115 +- man/nm-settings-ifcfg-rh.xml | 10 +- man/nm-settings-keyfile.5 | 6 +- man/nm-settings-keyfile.xml | 3 +- man/nm-settings-nmcli.5 | 216 +- man/nm-settings-nmcli.xml | 512 ++- man/nm-settings-nmcli.xsl | 19 +- man/nmcli-examples.7 | 6 +- man/nmcli.1 | 36 +- man/nmcli.xml | 39 +- man/nmtui.1 | 6 +- meson.build | 48 +- meson_options.txt | 1 + po/POTFILES.in | 5 + po/POTFILES.skip | 2 + po/ar.po | 2 +- po/as.po | 2 +- po/be@latin.po | 2 +- po/bg.po | 2 +- po/bn_IN.po | 2 +- po/bs.po | 2 +- po/ca.po | 2 +- po/cs.po | 2 +- po/da.po | 2 +- po/de.po | 2 +- po/dz.po | 2 +- po/el.po | 2 +- po/en_CA.po | 2 +- po/en_GB.po | 2 +- po/eo.po | 2 +- po/es.po | 2 +- po/et.po | 2 +- po/eu.po | 2 +- po/fi.po | 2 +- po/fr.po | 2 +- po/gd.po | 2 +- po/gl.po | 2 +- po/gu.po | 2 +- po/he.po | 2 +- po/hi.po | 2 +- po/hr.po | 2 +- po/hu.po | 2 +- po/id.po | 2 +- po/it.po | 2 +- po/ja.po | 2 +- po/ka.po | 2 +- po/kn.po | 2 +- po/ko.po | 2 +- po/ku.po | 2 +- po/lt.po | 2 +- po/lv.po | 2 +- po/mk.po | 2 +- po/ml.po | 2 +- po/mr.po | 2 +- po/nb.po | 2 +- po/ne.po | 2 +- po/nl.po | 2 +- po/oc.po | 2 +- po/or.po | 2 +- po/pa.po | 2 +- po/pl.po | 2 +- po/pt.po | 2 +- po/pt_BR.po | 2 +- po/ru.po | 2 +- po/rw.po | 2 +- po/sk.po | 2 +- po/sl.po | 2 +- po/sq.po | 2 +- po/sr.po | 2 +- po/sr@latin.po | 2 +- po/sv.po | 2 +- po/ta.po | 2 +- po/te.po | 2 +- po/th.po | 2 +- po/tr.po | 2 +- po/uk.po | 2 +- po/vi.po | 2 +- po/wa.po | 2 +- po/zh_CN.po | 4 +- po/zh_HK.po | 10 +- po/zh_TW.po | 2 +- src/c-list/src/c-list.h | 98 +- src/contrib/nm-compat.h | 38 +- src/core/NetworkManagerUtils.c | 72 +- src/core/NetworkManagerUtils.h | 64 +- src/core/devices/adsl/nm-device-adsl.c | 2 +- src/core/devices/bluetooth/nm-bluez-manager.c | 163 +- src/core/devices/bluetooth/nm-bluez5-dun.c | 44 +- src/core/devices/bluetooth/nm-device-bt.c | 31 +- src/core/devices/bluetooth/tests/nm-bt-test.c | 2 - src/core/devices/nm-acd-manager.c | 8 +- src/core/devices/nm-device-6lowpan.c | 8 +- src/core/devices/nm-device-bond.c | 99 +- src/core/devices/nm-device-bridge.c | 22 +- src/core/devices/nm-device-dummy.c | 36 +- src/core/devices/nm-device-ethernet.c | 36 +- src/core/devices/nm-device-infiniband.c | 21 +- src/core/devices/nm-device-ip-tunnel.c | 13 +- src/core/devices/nm-device-logging.h | 12 +- src/core/devices/nm-device-macvlan.c | 13 +- src/core/devices/nm-device-ppp.c | 57 +- src/core/devices/nm-device-private.h | 2 +- src/core/devices/nm-device-tun.c | 7 +- src/core/devices/nm-device-utils.c | 27 +- src/core/devices/nm-device-utils.h | 16 +- src/core/devices/nm-device-vlan.c | 8 +- src/core/devices/nm-device-vrf.c | 8 +- src/core/devices/nm-device-vxlan.c | 12 +- src/core/devices/nm-device-wireguard.c | 11 +- src/core/devices/nm-device-wpan.c | 9 +- src/core/devices/nm-device.c | 776 ++-- src/core/devices/nm-device.h | 1 + src/core/devices/nm-lldp-listener.c | 42 +- src/core/devices/ovs/nm-ovsdb.c | 141 +- src/core/devices/team/nm-device-team.c | 22 +- src/core/devices/wifi/nm-device-iwd.c | 11 +- src/core/devices/wifi/nm-device-olpc-mesh.c | 7 +- src/core/devices/wifi/nm-device-wifi-p2p.c | 44 +- src/core/devices/wifi/nm-device-wifi.c | 23 +- src/core/devices/wifi/nm-wifi-ap.c | 2 +- src/core/devices/wifi/nm-wifi-common.c | 2 +- src/core/devices/wifi/nm-wifi-p2p-peer.c | 18 +- src/core/devices/wifi/nm-wifi-utils.c | 27 +- src/core/devices/wifi/tests/test-devices-wifi.c | 2 +- src/core/devices/wwan/nm-device-modem.c | 22 +- src/core/devices/wwan/nm-modem-broadband.c | 7 +- src/core/devices/wwan/nm-modem-manager.c | 6 +- src/core/devices/wwan/nm-modem.c | 49 +- src/core/devices/wwan/nm-modem.h | 2 +- src/core/dhcp/nm-dhcp-client.c | 112 +- src/core/dhcp/nm-dhcp-client.h | 34 +- src/core/dhcp/nm-dhcp-dhclient-utils.c | 10 +- src/core/dhcp/nm-dhcp-dhclient.c | 60 +- src/core/dhcp/nm-dhcp-dhcpcanon.c | 47 +- src/core/dhcp/nm-dhcp-dhcpcd.c | 47 +- src/core/dhcp/nm-dhcp-helper.c | 4 +- src/core/dhcp/nm-dhcp-listener.c | 3 +- src/core/dhcp/nm-dhcp-manager.c | 145 +- src/core/dhcp/nm-dhcp-nettools.c | 14 +- src/core/dhcp/nm-dhcp-systemd.c | 22 +- src/core/dhcp/nm-dhcp-utils.c | 20 +- src/core/dhcp/tests/test-dhcp-dhclient.c | 4 +- src/core/dns/nm-dns-manager.c | 32 +- src/core/dns/nm-dns-manager.h | 5 - src/core/dns/nm-dns-systemd-resolved.c | 103 +- src/core/main-utils.c | 1 - src/core/main.c | 4 +- src/core/meson.build | 2 + src/core/ndisc/nm-lndp-ndisc.c | 83 +- src/core/ndisc/nm-lndp-ndisc.h | 7 - src/core/ndisc/nm-ndisc.c | 238 +- src/core/ndisc/nm-ndisc.h | 15 +- src/core/ndisc/tests/test-ndisc-linux.c | 12 +- src/core/nm-active-connection.c | 14 +- src/core/nm-audit-manager.c | 2 +- src/core/nm-auth-utils.c | 8 +- src/core/nm-config-data.c | 35 +- src/core/nm-config-data.h | 20 +- src/core/nm-config.c | 19 +- src/core/nm-connectivity.c | 14 +- src/core/nm-core-utils.c | 193 +- src/core/nm-core-utils.h | 68 +- src/core/nm-dbus-manager.c | 2 +- src/core/nm-dbus-object.c | 2 +- src/core/nm-dbus-utils.c | 20 +- src/core/nm-dcb.c | 5 +- src/core/nm-dhcp-config.c | 2 +- src/core/nm-dispatcher.c | 22 +- src/core/nm-dispatcher.h | 7 +- src/core/nm-firewalld-manager.c | 2 +- src/core/nm-hostname-manager.c | 255 +- src/core/nm-hostname-manager.h | 4 - src/core/nm-iface-helper.c | 78 +- src/core/nm-ip4-config.c | 110 +- src/core/nm-ip4-config.h | 29 +- src/core/nm-ip6-config.c | 11 +- src/core/nm-ip6-config.h | 3 +- src/core/nm-l3-config-data.c | 701 ++-- src/core/nm-l3-config-data.h | 80 +- src/core/nm-l3-ipv4ll.c | 65 +- src/core/nm-l3-ipv6ll.c | 717 ++++ src/core/nm-l3-ipv6ll.h | 112 + src/core/nm-l3cfg.c | 1762 ++++++--- src/core/nm-l3cfg.h | 131 +- src/core/nm-manager.c | 100 +- src/core/nm-netns.c | 13 +- src/core/nm-policy.c | 48 +- src/core/nm-priv-helper-call.c | 101 + src/core/nm-priv-helper-call.h | 15 + src/core/nm-session-monitor.c | 10 +- src/core/nm-sleep-monitor.c | 40 +- src/core/nm-test-utils-core.h | 12 +- src/core/nm-types.h | 2 +- src/core/platform/tests/meson.build | 1 - src/core/platform/tests/test-common.c | 10 +- src/core/platform/tests/test-common.h | 6 +- src/core/platform/tests/test-link.c | 61 +- src/core/platform/tests/test-platform-general.c | 162 +- src/core/platform/tests/test-tc.c | 20 +- src/core/ppp/nm-ppp-manager.c | 4 +- src/core/settings/nm-settings-connection.c | 4 +- src/core/settings/nm-settings.c | 10 +- .../plugins/ifcfg-rh/nms-ifcfg-rh-plugin.c | 2 +- .../plugins/ifcfg-rh/nms-ifcfg-rh-reader.c | 214 +- .../plugins/ifcfg-rh/nms-ifcfg-rh-storage.c | 2 +- .../settings/plugins/ifcfg-rh/nms-ifcfg-rh-utils.c | 2 + .../settings/plugins/ifcfg-rh/nms-ifcfg-rh-utils.h | 2 +- .../plugins/ifcfg-rh/nms-ifcfg-rh-writer.c | 111 +- ...System_test-wired-802-1X-subj-matches.cexpected | 2 + .../ifcfg-Test_Write_Bond_Main.cexpected | 3 + .../ifcfg-Test_Write_Permissions.cexpected | 3 + .../ifcfg-Test_Write_Wifi_LEAP.cexpected | 3 + .../ifcfg-Test_Write_Wifi_WEP_104_ASCII.cexpected | 3 + .../ifcfg-Test_Write_Wired_Static_Routes.cexpected | 2 + .../ifcfg-Test_Write_Wired_match.cexpected | 2 + .../ifcfg-Vlan_test-vlan-interface.cexpected | 2 + .../tests/network-scripts/ifcfg-dcb-test.cexpected | 1 - .../ifcfg-random_wifi_connection.cexpected | 2 + .../ifcfg-random_wifi_connection_2.cexpected | 2 + .../tests/network-scripts/ifcfg-test-bond-port | 9 + .../ifcfg-test-ip6-disabled.cexpected | 2 + .../ifcfg-test-sriov-write.cexpected | 3 + .../ifcfg-test-static-routes-legacy.cexpected | 2 + .../ifcfg-test-tc-write-empty.cexpected | 3 + .../network-scripts/ifcfg-test-tc-write.cexpected | 3 + .../ifcfg-test-vlan-vlanid-use.cexpected | 2 + .../plugins/ifcfg-rh/tests/test-ifcfg-rh.c | 3788 ++++++-------------- .../ifupdown/nms-ifupdown-interface-parser.c | 2 +- .../plugins/ifupdown/nms-ifupdown-parser.c | 8 +- .../plugins/ifupdown/nms-ifupdown-plugin.c | 6 +- .../settings/plugins/keyfile/nms-keyfile-plugin.c | 18 +- .../settings/plugins/keyfile/nms-keyfile-storage.c | 2 +- .../plugins/keyfile/tests/test-keyfile-settings.c | 8 +- src/core/supplicant/nm-supplicant-config.c | 2 +- src/core/supplicant/nm-supplicant-interface.c | 83 +- src/core/supplicant/nm-supplicant-interface.h | 4 + src/core/supplicant/nm-supplicant-manager.c | 3 +- .../supplicant/nm-supplicant-settings-verify.c | 2 +- src/core/supplicant/nm-supplicant-types.h | 4 +- src/core/tests/test-core.c | 168 +- src/core/tests/test-ip6-config.c | 12 +- src/core/tests/test-l3cfg.c | 317 +- src/core/tests/test-systemd.c | 8 +- src/core/tests/test-utils.c | 75 +- src/core/vpn/nm-vpn-connection.c | 1 + src/libnm-base/meson.build | 1 + src/libnm-base/nm-base.h | 7 + src/libnm-base/nm-priv-helper-utils.c | 56 + src/libnm-base/nm-priv-helper-utils.h | 23 + src/libnm-client-aux-extern/README.md | 11 +- src/libnm-client-impl/libnm.pc.in | 2 + src/libnm-client-impl/libnm.ver | 18 + src/libnm-client-impl/nm-client.c | 25 +- src/libnm-client-impl/nm-dbus-helpers.h | 2 +- src/libnm-client-impl/nm-device-bond.c | 34 +- src/libnm-client-impl/nm-device-bridge.c | 22 +- src/libnm-client-impl/nm-device-ovs-bridge.c | 44 +- src/libnm-client-impl/nm-device-ovs-port.c | 44 +- src/libnm-client-impl/nm-device-team.c | 24 +- src/libnm-client-impl/nm-device-wifi.c | 2 +- src/libnm-client-impl/nm-device.c | 120 +- src/libnm-client-impl/nm-dhcp4-config.h | 2 +- src/libnm-client-impl/nm-dhcp6-config.h | 2 +- src/libnm-client-impl/nm-dns-manager.h | 2 +- src/libnm-client-impl/nm-ip-config.c | 2 +- src/libnm-client-impl/nm-ip4-config.h | 2 +- src/libnm-client-impl/nm-ip6-config.h | 2 +- src/libnm-client-impl/nm-libnm-utils.c | 2 +- src/libnm-client-impl/nm-libnm-utils.h | 125 +- src/libnm-client-impl/nm-object-private.h | 2 +- src/libnm-client-impl/nm-object.c | 29 +- src/libnm-client-impl/nm-property-infos-dbus.xml | 2 + .../nm-property-infos-ifcfg-rh.xml | 4 + .../nm-property-infos-keyfile.xml | 2 + src/libnm-client-impl/nm-property-infos-nmcli.xml | 439 +++ .../nm-remote-connection-private.h | 2 +- src/libnm-client-impl/nm-settings-docs-gir.xml | 12 +- src/libnm-client-impl/tests/test-libnm.c | 13 +- src/libnm-client-impl/tests/test-nm-client.c | 20 +- src/libnm-client-public/NetworkManager.h | 11 +- src/libnm-client-public/nm-access-point.h | 2 +- src/libnm-client-public/nm-active-connection.h | 2 +- src/libnm-client-public/nm-autoptr.h | 1 + src/libnm-client-public/nm-checkpoint.h | 2 +- src/libnm-client-public/nm-client.h | 2 +- src/libnm-client-public/nm-device-6lowpan.h | 2 +- src/libnm-client-public/nm-device-adsl.h | 2 +- src/libnm-client-public/nm-device-bond.h | 6 +- src/libnm-client-public/nm-device-bridge.h | 6 +- src/libnm-client-public/nm-device-bt.h | 2 +- src/libnm-client-public/nm-device-dummy.h | 2 +- src/libnm-client-public/nm-device-ethernet.h | 2 +- src/libnm-client-public/nm-device-generic.h | 2 +- src/libnm-client-public/nm-device-infiniband.h | 2 +- src/libnm-client-public/nm-device-ip-tunnel.h | 2 +- src/libnm-client-public/nm-device-macsec.h | 2 +- src/libnm-client-public/nm-device-macvlan.h | 2 +- src/libnm-client-public/nm-device-modem.h | 2 +- src/libnm-client-public/nm-device-olpc-mesh.h | 2 +- src/libnm-client-public/nm-device-ovs-bridge.h | 2 +- src/libnm-client-public/nm-device-ovs-interface.h | 2 +- src/libnm-client-public/nm-device-ovs-port.h | 2 +- src/libnm-client-public/nm-device-ppp.h | 2 +- src/libnm-client-public/nm-device-team.h | 2 +- src/libnm-client-public/nm-device-tun.h | 2 +- src/libnm-client-public/nm-device-veth.h | 2 +- src/libnm-client-public/nm-device-vlan.h | 2 +- src/libnm-client-public/nm-device-vrf.h | 2 +- src/libnm-client-public/nm-device-vxlan.h | 2 +- src/libnm-client-public/nm-device-wifi-p2p.h | 2 +- src/libnm-client-public/nm-device-wifi.h | 2 +- src/libnm-client-public/nm-device-wimax.h | 2 +- src/libnm-client-public/nm-device-wireguard.h | 2 +- src/libnm-client-public/nm-device-wpan.h | 2 +- src/libnm-client-public/nm-device.h | 6 +- src/libnm-client-public/nm-dhcp-config.h | 2 +- src/libnm-client-public/nm-ip-config.h | 2 +- src/libnm-client-public/nm-object.h | 5 +- src/libnm-client-public/nm-remote-connection.h | 2 +- src/libnm-client-public/nm-vpn-connection.h | 2 +- src/libnm-client-public/nm-vpn-editor.h | 2 +- src/libnm-client-public/nm-vpn-service-plugin.h | 2 +- src/libnm-client-public/nm-wifi-p2p-peer.h | 2 +- src/libnm-client-public/nm-wimax-nsp.h | 2 +- src/libnm-client-test/nm-test-libnm-utils.h | 20 +- src/libnm-core-aux-extern/nm-libnm-core-aux.c | 41 + src/libnm-core-aux-extern/nm-libnm-core-aux.h | 4 + src/libnm-core-aux-intern/nm-libnm-core-utils.c | 22 +- src/libnm-core-aux-intern/nm-libnm-core-utils.h | 5 + src/libnm-core-impl/meson.build | 1 + src/libnm-core-impl/nm-connection-private.h | 2 +- src/libnm-core-impl/nm-connection.c | 78 +- src/libnm-core-impl/nm-crypto.c | 2 +- src/libnm-core-impl/nm-dbus-utils.c | 2 +- src/libnm-core-impl/nm-keyfile.c | 16 +- src/libnm-core-impl/nm-meta-setting-base-impl.c | 13 +- src/libnm-core-impl/nm-property-compare.h | 2 +- src/libnm-core-impl/nm-setting-6lowpan.c | 73 +- src/libnm-core-impl/nm-setting-8021x.c | 1077 ++---- src/libnm-core-impl/nm-setting-adsl.c | 217 +- src/libnm-core-impl/nm-setting-bluetooth.c | 97 +- src/libnm-core-impl/nm-setting-bond-port.c | 173 + src/libnm-core-impl/nm-setting-bond.c | 40 +- src/libnm-core-impl/nm-setting-bridge-port.c | 137 +- src/libnm-core-impl/nm-setting-bridge.c | 713 ++-- src/libnm-core-impl/nm-setting-cdma.c | 185 +- src/libnm-core-impl/nm-setting-connection.c | 722 ++-- src/libnm-core-impl/nm-setting-dcb.c | 297 +- src/libnm-core-impl/nm-setting-dummy.c | 2 +- src/libnm-core-impl/nm-setting-ethtool.c | 5 +- src/libnm-core-impl/nm-setting-generic.c | 2 +- src/libnm-core-impl/nm-setting-gsm.c | 43 +- src/libnm-core-impl/nm-setting-hostname.c | 136 +- src/libnm-core-impl/nm-setting-infiniband.c | 28 +- src/libnm-core-impl/nm-setting-ip-config.c | 361 +- src/libnm-core-impl/nm-setting-ip-tunnel.c | 113 +- src/libnm-core-impl/nm-setting-ip4-config.c | 193 +- src/libnm-core-impl/nm-setting-ip6-config.c | 172 +- src/libnm-core-impl/nm-setting-macsec.c | 45 +- src/libnm-core-impl/nm-setting-macvlan.c | 49 +- src/libnm-core-impl/nm-setting-match.c | 2 +- src/libnm-core-impl/nm-setting-olpc-mesh.c | 121 +- src/libnm-core-impl/nm-setting-ovs-bridge.c | 60 +- src/libnm-core-impl/nm-setting-ovs-dpdk.c | 2 +- src/libnm-core-impl/nm-setting-ovs-external-ids.c | 54 +- src/libnm-core-impl/nm-setting-ovs-interface.c | 2 +- src/libnm-core-impl/nm-setting-ovs-patch.c | 2 +- src/libnm-core-impl/nm-setting-ovs-port.c | 198 +- src/libnm-core-impl/nm-setting-ppp.c | 465 +-- src/libnm-core-impl/nm-setting-pppoe.c | 188 +- src/libnm-core-impl/nm-setting-private.h | 713 +++- src/libnm-core-impl/nm-setting-proxy.c | 147 +- src/libnm-core-impl/nm-setting-serial.c | 136 +- src/libnm-core-impl/nm-setting-sriov.c | 65 +- src/libnm-core-impl/nm-setting-tc-config.c | 481 ++- src/libnm-core-impl/nm-setting-team-port.c | 95 +- src/libnm-core-impl/nm-setting-team.c | 97 +- src/libnm-core-impl/nm-setting-tun.c | 198 +- src/libnm-core-impl/nm-setting-user.c | 74 +- src/libnm-core-impl/nm-setting-veth.c | 2 +- src/libnm-core-impl/nm-setting-vlan.c | 58 +- src/libnm-core-impl/nm-setting-vpn.c | 90 +- src/libnm-core-impl/nm-setting-vrf.c | 61 +- src/libnm-core-impl/nm-setting-vxlan.c | 96 +- src/libnm-core-impl/nm-setting-wifi-p2p.c | 128 +- src/libnm-core-impl/nm-setting-wimax.c | 27 +- src/libnm-core-impl/nm-setting-wired.c | 164 +- src/libnm-core-impl/nm-setting-wireguard.c | 91 +- src/libnm-core-impl/nm-setting-wireless-security.c | 43 +- src/libnm-core-impl/nm-setting-wireless.c | 198 +- src/libnm-core-impl/nm-setting-wpan.c | 191 +- src/libnm-core-impl/nm-setting.c | 2003 ++++++++--- src/libnm-core-impl/nm-simple-connection.c | 2 +- src/libnm-core-impl/nm-team-utils.c | 77 +- src/libnm-core-impl/nm-team-utils.h | 3 +- src/libnm-core-impl/nm-utils-private.h | 24 +- src/libnm-core-impl/nm-utils.c | 275 +- src/libnm-core-impl/nm-vpn-plugin-info.c | 8 +- src/libnm-core-impl/tests/test-crypto.c | 2 +- src/libnm-core-impl/tests/test-general.c | 618 ++-- src/libnm-core-impl/tests/test-keyfile.c | 4 +- src/libnm-core-impl/tests/test-setting.c | 504 ++- src/libnm-core-intern/nm-core-internal.h | 187 +- src/libnm-core-intern/nm-keyfile-internal.h | 2 +- src/libnm-core-intern/nm-keyfile-utils.h | 2 +- src/libnm-core-intern/nm-meta-setting-base-impl.h | 5 +- src/libnm-core-public/meson.build | 1 + src/libnm-core-public/nm-connection.h | 17 +- src/libnm-core-public/nm-core-types.h | 1 + src/libnm-core-public/nm-dbus-interface.h | 8 +- src/libnm-core-public/nm-keyfile.h | 2 +- src/libnm-core-public/nm-setting-6lowpan.h | 2 +- src/libnm-core-public/nm-setting-8021x.h | 2 +- src/libnm-core-public/nm-setting-adsl.h | 2 +- src/libnm-core-public/nm-setting-bluetooth.h | 2 +- src/libnm-core-public/nm-setting-bond-port.h | 46 + src/libnm-core-public/nm-setting-bond.h | 2 +- src/libnm-core-public/nm-setting-bridge-port.h | 2 +- src/libnm-core-public/nm-setting-bridge.h | 2 +- src/libnm-core-public/nm-setting-cdma.h | 2 +- src/libnm-core-public/nm-setting-connection.h | 23 +- src/libnm-core-public/nm-setting-dcb.h | 2 +- src/libnm-core-public/nm-setting-dummy.h | 2 +- src/libnm-core-public/nm-setting-ethtool.h | 2 +- src/libnm-core-public/nm-setting-generic.h | 2 +- src/libnm-core-public/nm-setting-gsm.h | 2 +- src/libnm-core-public/nm-setting-hostname.h | 2 +- src/libnm-core-public/nm-setting-infiniband.h | 2 +- src/libnm-core-public/nm-setting-ip-config.h | 8 +- src/libnm-core-public/nm-setting-ip-tunnel.h | 2 +- src/libnm-core-public/nm-setting-ip4-config.h | 2 +- src/libnm-core-public/nm-setting-ip6-config.h | 2 +- src/libnm-core-public/nm-setting-macsec.h | 2 +- src/libnm-core-public/nm-setting-macvlan.h | 2 +- src/libnm-core-public/nm-setting-match.h | 2 +- src/libnm-core-public/nm-setting-olpc-mesh.h | 2 +- src/libnm-core-public/nm-setting-ovs-bridge.h | 2 +- src/libnm-core-public/nm-setting-ovs-dpdk.h | 2 +- .../nm-setting-ovs-external-ids.h | 2 +- src/libnm-core-public/nm-setting-ovs-interface.h | 2 +- src/libnm-core-public/nm-setting-ovs-patch.h | 2 +- src/libnm-core-public/nm-setting-ovs-port.h | 2 +- src/libnm-core-public/nm-setting-ppp.h | 2 +- src/libnm-core-public/nm-setting-pppoe.h | 2 +- src/libnm-core-public/nm-setting-proxy.h | 2 +- src/libnm-core-public/nm-setting-serial.h | 2 +- src/libnm-core-public/nm-setting-sriov.h | 2 +- src/libnm-core-public/nm-setting-tc-config.h | 2 +- src/libnm-core-public/nm-setting-team-port.h | 2 +- src/libnm-core-public/nm-setting-team.h | 2 +- src/libnm-core-public/nm-setting-tun.h | 2 +- src/libnm-core-public/nm-setting-user.h | 2 +- src/libnm-core-public/nm-setting-veth.h | 2 +- src/libnm-core-public/nm-setting-vlan.h | 2 +- src/libnm-core-public/nm-setting-vpn.h | 2 +- src/libnm-core-public/nm-setting-vrf.h | 2 +- src/libnm-core-public/nm-setting-vxlan.h | 2 +- src/libnm-core-public/nm-setting-wifi-p2p.h | 2 +- src/libnm-core-public/nm-setting-wimax.h | 2 +- src/libnm-core-public/nm-setting-wired.h | 2 +- src/libnm-core-public/nm-setting-wireguard.h | 2 +- .../nm-setting-wireless-security.h | 2 +- src/libnm-core-public/nm-setting-wireless.h | 2 +- src/libnm-core-public/nm-setting-wpan.h | 2 +- src/libnm-core-public/nm-setting.h | 2 +- src/libnm-core-public/nm-simple-connection.h | 2 +- src/libnm-core-public/nm-utils.h | 2 +- src/libnm-core-public/nm-version-macros.h | 6 +- src/libnm-core-public/nm-version-macros.h.in | 2 +- src/libnm-core-public/nm-version.h | 244 +- src/libnm-core-public/nm-vpn-dbus-interface.h | 4 +- src/libnm-core-public/nm-vpn-editor-plugin.h | 2 +- src/libnm-glib-aux/nm-dbus-aux.c | 87 + src/libnm-glib-aux/nm-dbus-aux.h | 49 + src/libnm-glib-aux/nm-default-glib.h | 24 +- src/libnm-glib-aux/nm-gassert-patch.h | 68 +- src/libnm-glib-aux/nm-glib.h | 352 +- src/libnm-glib-aux/nm-hash-utils.c | 6 +- src/libnm-glib-aux/nm-hash-utils.h | 158 +- src/libnm-glib-aux/nm-io-utils.c | 99 +- src/libnm-glib-aux/nm-io-utils.h | 17 + src/libnm-glib-aux/nm-jansson.h | 24 +- src/libnm-glib-aux/nm-json-aux.c | 4 +- src/libnm-glib-aux/nm-json-aux.h | 61 + src/libnm-glib-aux/nm-logging-base.c | 60 + src/libnm-glib-aux/nm-logging-base.h | 16 + src/libnm-glib-aux/nm-logging-fwd.h | 126 +- src/libnm-glib-aux/nm-macros-internal.h | 602 +--- src/libnm-glib-aux/nm-random-utils.c | 14 +- src/libnm-glib-aux/nm-ref-string.h | 12 + src/libnm-glib-aux/nm-shared-utils.c | 359 +- src/libnm-glib-aux/nm-shared-utils.h | 532 ++- src/libnm-glib-aux/nm-test-utils.h | 584 +-- src/libnm-glib-aux/nm-uuid.c | 69 +- src/libnm-glib-aux/nm-uuid.h | 51 +- src/libnm-glib-aux/nm-value-type.h | 134 +- src/libnm-glib-aux/tests/test-shared-general.c | 47 +- src/libnm-log-core/nm-logging.c | 82 +- src/libnm-log-core/nm-logging.h | 2 +- src/libnm-platform/nm-linux-platform.c | 282 +- src/libnm-platform/nm-linux-platform.h | 2 +- src/libnm-platform/nm-netlink.c | 65 +- src/libnm-platform/nm-netlink.h | 52 +- src/libnm-platform/nm-platform-utils.c | 18 +- src/libnm-platform/nm-platform.c | 747 ++-- src/libnm-platform/nm-platform.h | 99 +- src/libnm-platform/nmp-netns.c | 20 +- src/libnm-platform/nmp-object.c | 93 +- src/libnm-platform/nmp-object.h | 99 +- src/libnm-platform/wifi/nm-wifi-utils-wext.c | 2 +- src/libnm-platform/wifi/nm-wifi-utils.c | 2 +- src/libnm-std-aux/nm-default-std.h | 18 +- src/libnm-std-aux/nm-linux-compat.h | 2 +- src/libnm-std-aux/nm-std-aux.h | 746 ++-- src/libnm-systemd-core/meson.build | 2 +- src/libnm-systemd-core/nm-sd.h | 3 +- .../sd-adapt-core/nm-sd-adapt-core.h | 92 +- .../src/libsystemd-network/arp-util.c | 92 +- .../src/libsystemd-network/arp-util.h | 28 +- .../src/libsystemd-network/dhcp-identifier.c | 51 +- .../src/libsystemd-network/dhcp-identifier.h | 2 +- .../src/libsystemd-network/dhcp-internal.h | 10 +- .../src/libsystemd-network/dhcp6-internal.h | 42 +- .../src/libsystemd-network/dhcp6-lease-internal.h | 14 +- .../src/libsystemd-network/dhcp6-option.c | 561 +-- .../src/libsystemd-network/lldp-internal.h | 48 - .../src/libsystemd-network/lldp-neighbor.c | 119 +- .../src/libsystemd-network/lldp-neighbor.h | 8 +- .../src/libsystemd-network/lldp-network.c | 3 + .../src/libsystemd-network/lldp-rx-internal.h | 48 + .../src/libsystemd-network/network-common.c | 15 +- .../src/libsystemd-network/network-common.h | 26 +- .../src/libsystemd-network/sd-dhcp-client.c | 206 +- .../src/libsystemd-network/sd-dhcp6-client.c | 235 +- .../src/libsystemd-network/sd-dhcp6-lease.c | 181 +- .../src/libsystemd-network/sd-ipv4acd.c | 189 +- .../src/libsystemd-network/sd-ipv4ll.c | 49 +- .../src/libsystemd-network/sd-lldp-rx.c | 525 +++ .../src/libsystemd-network/sd-lldp.c | 524 --- .../src/libsystemd/sd-event/event-source.h | 2 +- .../src/libsystemd/sd-event/sd-event.c | 156 +- .../src/libsystemd/sd-id128/id128-util.c | 7 +- .../src/libsystemd/sd-id128/id128-util.h | 2 + .../src/libsystemd/sd-id128/sd-id128.c | 29 +- .../src/systemd/sd-dhcp-client.h | 2 +- .../src/systemd/sd-dhcp6-client.h | 2 +- .../src/systemd/sd-dhcp6-lease.h | 10 +- src/libnm-systemd-core/src/systemd/sd-id128.h | 11 +- src/libnm-systemd-core/src/systemd/sd-ipv4acd.h | 4 +- src/libnm-systemd-core/src/systemd/sd-ipv4ll.h | 4 +- src/libnm-systemd-core/src/systemd/sd-lldp-rx.h | 109 + src/libnm-systemd-core/src/systemd/sd-lldp.h | 105 +- src/libnm-systemd-core/src/systemd/sd-ndisc.h | 2 +- src/libnm-systemd-shared/meson.build | 1 + .../sd-adapt-shared/chase-symlinks.h | 3 + .../sd-adapt-shared/missing_ioprio.h | 3 + .../sd-adapt-shared/nm-sd-adapt-shared.h | 116 +- .../sd-adapt-shared/sync-util.h | 3 + src/libnm-systemd-shared/src/basic/alloc-util.h | 24 +- src/libnm-systemd-shared/src/basic/cgroup-util.h | 6 +- src/libnm-systemd-shared/src/basic/env-util.c | 84 +- src/libnm-systemd-shared/src/basic/env-util.h | 6 +- src/libnm-systemd-shared/src/basic/escape.c | 53 +- src/libnm-systemd-shared/src/basic/escape.h | 10 +- .../src/basic/ether-addr-util.c | 27 +- .../src/basic/ether-addr-util.h | 36 +- src/libnm-systemd-shared/src/basic/extract-word.c | 56 +- src/libnm-systemd-shared/src/basic/extract-word.h | 8 +- src/libnm-systemd-shared/src/basic/fd-util.c | 509 +-- src/libnm-systemd-shared/src/basic/fd-util.h | 27 +- src/libnm-systemd-shared/src/basic/fileio.c | 211 +- src/libnm-systemd-shared/src/basic/fileio.h | 41 +- src/libnm-systemd-shared/src/basic/format-util.c | 62 +- src/libnm-systemd-shared/src/basic/format-util.h | 36 +- src/libnm-systemd-shared/src/basic/fs-util.c | 805 +---- src/libnm-systemd-shared/src/basic/fs-util.h | 45 - src/libnm-systemd-shared/src/basic/hashmap.c | 11 +- src/libnm-systemd-shared/src/basic/hashmap.h | 2 +- src/libnm-systemd-shared/src/basic/hexdecoct.c | 58 +- src/libnm-systemd-shared/src/basic/hexdecoct.h | 7 +- src/libnm-systemd-shared/src/basic/hostname-util.c | 71 +- src/libnm-systemd-shared/src/basic/hostname-util.h | 38 +- src/libnm-systemd-shared/src/basic/in-addr-util.c | 37 +- src/libnm-systemd-shared/src/basic/in-addr-util.h | 9 +- src/libnm-systemd-shared/src/basic/inotify-util.c | 31 + src/libnm-systemd-shared/src/basic/inotify-util.h | 22 + src/libnm-systemd-shared/src/basic/list.h | 7 +- src/libnm-systemd-shared/src/basic/log.h | 39 +- src/libnm-systemd-shared/src/basic/macro.h | 59 +- src/libnm-systemd-shared/src/basic/memory-util.c | 13 +- src/libnm-systemd-shared/src/basic/memory-util.h | 14 +- .../src/basic/missing_syscall.h | 20 + src/libnm-systemd-shared/src/basic/parse-util.c | 11 +- src/libnm-systemd-shared/src/basic/parse-util.h | 11 +- src/libnm-systemd-shared/src/basic/path-util.c | 110 +- src/libnm-systemd-shared/src/basic/path-util.h | 10 +- src/libnm-systemd-shared/src/basic/prioq.c | 10 + src/libnm-systemd-shared/src/basic/prioq.h | 1 + src/libnm-systemd-shared/src/basic/process-util.c | 155 +- src/libnm-systemd-shared/src/basic/process-util.h | 11 +- src/libnm-systemd-shared/src/basic/random-util.c | 2 +- src/libnm-systemd-shared/src/basic/set.h | 2 +- src/libnm-systemd-shared/src/basic/signal-util.c | 37 +- src/libnm-systemd-shared/src/basic/signal-util.h | 3 + src/libnm-systemd-shared/src/basic/socket-util.c | 58 +- src/libnm-systemd-shared/src/basic/socket-util.h | 34 +- src/libnm-systemd-shared/src/basic/stat-util.c | 5 +- src/libnm-systemd-shared/src/basic/stdio-util.h | 11 +- src/libnm-systemd-shared/src/basic/string-util.c | 16 + src/libnm-systemd-shared/src/basic/string-util.h | 18 +- src/libnm-systemd-shared/src/basic/strv.c | 20 + src/libnm-systemd-shared/src/basic/strv.h | 11 +- src/libnm-systemd-shared/src/basic/time-util.c | 281 +- src/libnm-systemd-shared/src/basic/time-util.h | 46 +- src/libnm-systemd-shared/src/basic/tmpfile-util.c | 6 +- .../src/fundamental/macro-fundamental.h | 54 +- .../src/fundamental/string-util-fundamental.c | 12 +- .../src/fundamental/string-util-fundamental.h | 17 + src/libnm-systemd-shared/src/shared/log-link.h | 18 - src/libnm-systemd-shared/src/shared/web-util.c | 17 +- src/libnm-systemd-shared/src/shared/web-util.h | 1 + src/libnmc-base/nm-vpn-helpers.c | 9 +- src/libnmc-base/qrcodegen.c | 4 +- src/libnmc-setting/nm-meta-setting-base-impl.c | 13 +- src/libnmc-setting/nm-meta-setting-base-impl.h | 5 +- src/libnmc-setting/nm-meta-setting-desc.c | 60 +- src/libnmc-setting/settings-docs-input.xml | 435 ++- src/libnmc-setting/settings-docs.h | 10 +- src/libnmc-setting/settings-docs.h.in | 10 +- src/libnmt-newt/nmt-newt-utils.c | 2 +- src/meson.build | 1 + src/n-acd/src/n-acd-probe.c | 8 +- src/nm-cloud-setup/nm-cloud-setup-utils.c | 63 - src/nm-cloud-setup/nm-cloud-setup-utils.h | 20 +- src/nm-cloud-setup/nmcs-provider-aliyun.c | 6 +- src/nm-cloud-setup/nmcs-provider-ec2.c | 6 +- .../tests/test-cloud-setup-general.c | 2 +- src/nm-daemon-helper/nm-daemon-helper.c | 2 +- src/nm-dispatcher/nm-dispatcher.c | 492 ++- src/nm-dispatcher/tests/test-dispatcher-envp.c | 8 +- src/nm-initrd-generator/nmi-cmdline-reader.c | 249 +- .../tests/test-cmdline-reader.c | 302 +- src/nm-priv-helper/meson.build | 36 + src/nm-priv-helper/nm-priv-helper.c | 696 ++++ src/nm-priv-helper/nm-priv-helper.conf | 13 + .../org.freedesktop.nm-priv-helper.service.in | 5 + src/nmcli/agent.c | 19 +- src/nmcli/common.c | 38 +- src/nmcli/common.h | 10 +- src/nmcli/connections.c | 212 +- src/nmcli/devices.c | 20 +- src/nmcli/general.c | 21 +- src/nmcli/generate-docs-nm-settings-nmcli.xml | 15 +- src/nmcli/generate-docs-nm-settings-nmcli.xml.in | 15 +- src/nmcli/nmcli.c | 9 +- src/nmcli/settings.c | 2 +- src/nmcli/utils.c | 2 +- src/nmtui/meson.build | 4 + src/nmtui/nm-editor-bindings.c | 223 ++ src/nmtui/nm-editor-bindings.h | 50 + src/nmtui/nm-editor-utils.c | 27 +- src/nmtui/nmt-connect-connection-list.c | 1 + src/nmtui/nmt-editor.c | 6 + src/nmtui/nmt-editor.h | 2 +- src/nmtui/nmt-page-bond-port.c | 64 + src/nmtui/nmt-page-bond-port.h | 36 + src/nmtui/nmt-page-bond.c | 15 +- src/nmtui/nmt-page-bridge-port.c | 8 +- src/nmtui/nmt-page-bridge.c | 7 +- src/nmtui/nmt-page-dsl.c | 8 +- src/nmtui/nmt-page-ethernet.c | 7 +- src/nmtui/nmt-page-infiniband.c | 8 +- src/nmtui/nmt-page-ip-tunnel.c | 7 +- src/nmtui/nmt-page-ip4.c | 11 +- src/nmtui/nmt-page-ip6.c | 11 +- src/nmtui/nmt-page-team-port.c | 10 +- src/nmtui/nmt-page-team.c | 9 +- src/nmtui/nmt-page-vlan.c | 19 +- src/nmtui/nmt-page-wifi.c | 13 +- src/nmtui/nmt-page-wireguard.c | 121 + src/nmtui/nmt-page-wireguard.h | 34 + src/nmtui/nmt-wireguard-peer-editor.c | 247 ++ src/nmtui/nmt-wireguard-peer-editor.h | 35 + src/nmtui/nmt-wireguard-peer-list.c | 451 +++ src/nmtui/nmt-wireguard-peer-list.h | 42 + src/nmtui/nmtui.c | 2 +- .../test-client.check-on-disk/test_002.expected | 10 +- .../test-client.check-on-disk/test_003.expected | 1336 +++---- .../test-client.check-on-disk/test_004.expected | 2562 ++++++------- src/tests/client/test-client.py | 49 +- tools/generate-docs-nm-property-infos.py | 18 +- tools/generate-docs-nm-settings-docs-merge.py | 37 + tools/run-nm-test.sh | 37 +- tools/test-networkmanager-service.py | 16 +- 873 files changed, 33282 insertions(+), 22967 deletions(-) delete mode 100644 NetworkManager.pc.in create mode 100644 data/nm-priv-helper.service.in create mode 100644 docs/api/html/settings-bond-port.html create mode 100644 docs/libnm/html/NMSettingBondPort.html create mode 100755 examples/python/gi/nm-up-many.py create mode 100644 src/core/nm-l3-ipv6ll.c create mode 100644 src/core/nm-l3-ipv6ll.h create mode 100644 src/core/nm-priv-helper-call.c create mode 100644 src/core/nm-priv-helper-call.h create mode 100644 src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test-bond-port create mode 100644 src/libnm-base/nm-priv-helper-utils.c create mode 100644 src/libnm-base/nm-priv-helper-utils.h create mode 100644 src/libnm-core-impl/nm-setting-bond-port.c create mode 100644 src/libnm-core-public/nm-setting-bond-port.h delete mode 100644 src/libnm-systemd-core/src/libsystemd-network/lldp-internal.h create mode 100644 src/libnm-systemd-core/src/libsystemd-network/lldp-rx-internal.h create mode 100644 src/libnm-systemd-core/src/libsystemd-network/sd-lldp-rx.c delete mode 100644 src/libnm-systemd-core/src/libsystemd-network/sd-lldp.c create mode 100644 src/libnm-systemd-core/src/systemd/sd-lldp-rx.h create mode 100644 src/libnm-systemd-shared/sd-adapt-shared/chase-symlinks.h create mode 100644 src/libnm-systemd-shared/sd-adapt-shared/missing_ioprio.h create mode 100644 src/libnm-systemd-shared/sd-adapt-shared/sync-util.h create mode 100644 src/libnm-systemd-shared/src/basic/inotify-util.c create mode 100644 src/libnm-systemd-shared/src/basic/inotify-util.h create mode 100644 src/nm-priv-helper/meson.build create mode 100644 src/nm-priv-helper/nm-priv-helper.c create mode 100644 src/nm-priv-helper/nm-priv-helper.conf create mode 100644 src/nm-priv-helper/org.freedesktop.nm-priv-helper.service.in create mode 100644 src/nmtui/nmt-page-bond-port.c create mode 100644 src/nmtui/nmt-page-bond-port.h create mode 100644 src/nmtui/nmt-page-wireguard.c create mode 100644 src/nmtui/nmt-page-wireguard.h create mode 100644 src/nmtui/nmt-wireguard-peer-editor.c create mode 100644 src/nmtui/nmt-wireguard-peer-editor.h create mode 100644 src/nmtui/nmt-wireguard-peer-list.c create mode 100644 src/nmtui/nmt-wireguard-peer-list.h diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2ee06fd2..8f5de7da 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -17,6 +17,12 @@ Report issues and send patches via [gitlab.freedesktop.org](https://gitlab.freed or our mailing list. +Documentation +------------- + +Find the documentation on [our website](https://networkmanager.dev/docs/). + + Legal ----- @@ -33,14 +39,22 @@ new contributions already must already agree to that. For more details see [RELICENSE.md](RELICENSE.md). -Coding Standard ---------------- +Coding Style +------------ + +### clang-format + +The formatting is automated using clang-format. Run `./contrib/scripts/nm-code-format.sh -i` +([[1]](contrib/scripts/nm-code-format.sh)) to reformat the code or run `clang-format` yourself. + +You may also call `./contrib/scripts/nm-code-format-container.sh` which runs a +Fedora container using podman. + +As the generated format depends on the version of clang-format, you need to use the +correct clang-format version. That is basically the version that our [gitlab-ci +pipeline](https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/pipelines) uses +for the "check-tree" test. This is the version from a recent Fedora installation. -The formatting uses clang-format with clang 11.0. Run -`./contrib/scripts/nm-code-format.sh -i` to reformat the code -or call `clang-format` yourself. -You may also call `./contrib/scripts/nm-code-format-container.sh` -which runs a Fedora 33 container using podman. You are welcome to not bother and open a merge request with wrong formatting, but note that we then will automatically adjust your contribution before merging. @@ -53,14 +67,24 @@ the reformatting commit with git-blame: $ git config --add 'blame.ignoreRevsFile' '.git-blame-ignore-revs' ``` +### Style + Since our coding style is entirely automated, the following are just some details of the style we use: -* Indent with 4 spaces. (_no_ tabs). +* Use cleanup functions (`gs_free`, `gs_*`, `nm_auto*`) to let a stack + variable own a resource instead of explicit free. Combine them with + `g_steal_pointer()` to transfer ownership and with clear functions + (`g_clear_object()`, `nm_clear_g_free()`, `nm_clear*()`) to destroy + the resource early. -* Have no space between the function name and the opening '('. - - GOOD: `g_strdup(x)` - - BAD: `g_strdup (x)` +* Use `GSource` instances instead of the source IDs from `g_idle_add()`, `g_timeout_add()`, + etc. Possibly use `nm_g_idle_add_source()`, `nm_g_timeout_add_source()`, etc. + and combine with `nm_clear_g_source_inst()`. + +* Don't use `GDBusProxy` or `GDBusObjectManager`. Use plain `GDBusConnection`. + +* Indent with spaces. (_no_ tabs). * C-style comments - GOOD: `f(x); /* comment */` @@ -70,13 +94,69 @@ some details of the style we use: - GOOD: `MyObject *object;` - BAD: `MyObject *object = complex_and_long_init_function(arg1, arg2, arg3);` -* 80-cols is a guideline, don't make the code uncomfortable in order to fit in - less than 80 cols. +* Declare each variable on a separate line: + - BAD: `int i, j;` * Constants are CAPS_WITH_UNDERSCORES and use the preprocessor. - GOOD: `#define MY_CONSTANT 42` - BAD: `static const unsigned myConstant = 42;` +Additionally, we require to build without compiler warnings for the warnings +that we enable. Also, our language is C11 with some GCC-isms (like typeof(), +expression statements, cleanup attribute). In practice, we support various versions +of GCC and clang. The supported C "dialect", compilers and libc are those that we +can practically build and test in our CI. We don't target a theoretical, pure C11/POSIX +standard or a libc/compiler that we cannot test. +Patches for making NetworkManager more portable are welcome, if there is a +practical use and CI tests. Glibc and musl libc are supported. + +### Checkpatch + +We have a [checkpatch.pl](contrib/scripts/checkpatch.pl) script, which is +also run in our gitlab-ci. Review the warnings, but as these are just heuristics, +there might be valid reasons to reject them. There is also a +[git hook](contrib/scripts/checkpatch-git-post-commit-hook) which you can call +from `.git/hooks/post-commit`. + + +Building from Source +-------------------- + +First see that you have the required build dependencies. For Fedora/RHEL/Centos, +you can look at [this](contrib/fedora/REQUIRED_PACKAGES) +script and [here](contrib/debian/REQUIRED_PACKAGES) +is a script for Debian/Ubuntu. + +Both meson and autotools are supported. You may choose whatever you prefer. +For autotools the common steps are + +``` +./autogen.sh $CONFIGURE_OPTIONS +make -j 8 +# optional: sudo make install +``` +and for meson it's +``` +meson build $CONFIGURE_OPTIONS +ninja -C build +# optional: sudo meson install +``` + +Beware to set the correct `$CONFIGURE_OPTIONS`. In particular, you may +not want the default installation prefix and not overwrite files in +`/usr`. + +### Fedora + +For Fedora/RHEL/CentOS, you can build an RPM from upstream sources with +``` + ./contrib/fedora/rpm/build_clean.sh -r +``` +Pass `--help` to [build_clean.sh](contrib/fedora/rpm/build_clean.sh) for options. + +You may also use the [Copr project](https://copr.fedorainfracloud.org/coprs/networkmanager/) +maintained by the upstream maintainers. There you find builds of latest `main` and stable branches. + Unit Tests ---------- @@ -90,12 +170,47 @@ files. The unit test fail in that case, to indicate that the generated files no longer match what is commited to git. You can also automatically regenerate the files by running `NM_TEST_REGENERATE=1 make check`. Note that test-client requires working translation. -See the [comment](https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/blob/eee4332e8facfa5ff5940fa1655575d76ca143ea/src/tests/client/test-client.py#L19) +See the [comment](src/tests/client/test-client.py#L14) for how to configure it. -Assertions in NetworkManager code ---------------------------------- +Code Structure +--------------------------- + +`./contrib`- Contains a lot of required package, configuration for different platform and environment, build NM from source tree. + +`./data`- Contains some configurations and rules. + +`./docs`- Contains the generated documentation for libnm and for the D-Bus API. + +`./examples`- Some code examples for basic networking operations and status checking. + +`./introspection`- XML docs describing various D-Bus interface and their properties. + +`./m4`- Contains M4 macros source files for autoconf. + +`./man`- NM manual files. + +`./po`- contains text-based portable object file. These .PO files are referenced by GNU gettext as a property file and these files are human readable used for translating purpose. + +[`./src`](src/)- source code for libnm, nmcli, nm-cloud-setup, nmtui… + +`./tools`- tools for generating the intermediate files or merging the file. + +Cscope/ctags +--------------------------- + +NetworkManager's source code is large. It may be a good idea to use tools like cscope/ctags to index the +source code and navigate it. These tools can integrate with editors like `Vim` and `Emacs`. See: + +- http://cscope.sourceforge.net/cscope_vim_tutorial.html +- https://www.emacswiki.org/emacs/CScopeAndEmacs + + +Miscellaneous +--------------------------- + +### Assertions in NetworkManager code There are different kind of assertions. Use the one that is appropriate. @@ -168,8 +283,84 @@ For testing, you also want to run NetworkManager with environment variable but for assertions. -Git Notes (refs/notes/bugs) ---------------------------- +### Header Includes + +Almost all C source header should include a certain set of default headers. +That comes from the fact, that (almost) all source should include autotools' `"config.h"` +as first. + +That means, (almost) all our C sources should start with +```C +/* SPDX-License-Identifier: LGPL-2.1-or-later */ + +#include "$BASE/nm-default$EXTRA.h" +``` +that is, the first header is one of the several `"*/nm-default*.h"` headers. +This header ensure that certain headers like [`libnm-std-aux/nm-std-aux.h`](src/libnm-std-aux/nm-std-aux.h) +and basics like `nm_assert()` and `nm_auto_g_free` are available everywhere. + +The second include is the header that belongs to the C source file. This +is so that header files are self-contained (aside what default dependencies that +they get and everybody can rely on). + +The next includes are system headers with `<>`. + +Finally, all other headers from our source tree. Note that all build targets +have `-I. -I./src/` in their build arguments. So to include a header like +[`src/libnm-glib-aux/nm-random-utils.h`](src/libnm-glib-aux/nm-random-utils.h) +you'd do `#include "libnm-glib-aux/nm-random-utils.h"`. + +Note that there are exceptions. For example, `src/libnm-std-aux/nm-linux-compat.h`](src/libnm-std-aux/nm-linux-compat.h) +may need to be included before system headers as it is supposed to include headers +from `src/linux-headers`](src/linux-headers). + +See an example [here](src/core/nm-manager.c#L1). + +### GObject Properties + +We use GObjects and GObject Properties in various cases. For example: + +1. In public API in libnm they are used and useful for providing a standard + GObject API. One advantage of GObject properties is that they work well + with introspection and bindings. + +1. `NMSetting` properties commonly are GObject properties. While we provide + C getters, they commonly don't have a setter. That is, settings can often + only set via `g_object_set()`. + +1. Our D-Bus API uses glue code. For the daemon, this is + [`nm-dbus-manager.[ch]`](src/core/nm-dbus-manager.c) and + [`nm-dbus-object.[ch]`](src/core/nm-dbus-object.c). For libnm's + `NMClient`, this is [`nm-object.c`](src/libnm-client-impl/nm-object.c). + These bindings rely on GObject properties. + +1. Sometimes it is convenient to use the functionality that GObject + properties provide. In particular, `notify::` property changed signals + or the ability to freeze/thaw the signals. + +1. Immutable objects are great, so there is a desire to have `G_PARAM_CONSTRUCT_ONLY` + properties. In that case, avoid adding a getter too, the property only needs to be + writable and you should access it via the C wrapper. + +In general, use GObject properties sparsely and avoid them (unless you need them for one of the +reasons above). + +Almost always add a `#define` for the property name, and use for example +`g_signal_connect(obj, "notify::"NM_TARGET_SOME_PROPERTY", ...)`. The goal is to +be able to search the use of all properties. + +Almost always add C getter and setters and prefer them over `g_object_get()` +and `g_object_set()`. This also stresses the point that you usually wouldn't use +a GObject property aside the reasons above. + +When adding a GObject properties, do it for only one of the reasons above. +For example, the property `NM_MANAGER_DEVICES` in the daemon is added to bind +the property to D-Bus. Don't use that property otherwise and don't register +a `notify::NM_MANAGER_DEVICES` for your own purpose. The reason is that GObject +properties are harder to understand and they should be used sparsely and for +one specific reason. + +### Git Notes (refs/notes/bugs) We use special tags in commit messages like "Fixes", "cherry picked from" and "Ignore-Backport". The [find-backports](contrib/scripts/find-backports) script uses these to find patches that @@ -198,35 +389,3 @@ To resync our local notes use: ``` $ git fetch origin refs/notes/bugs:refs/notes/bugs -f ``` - -Code Structure ---------------------------- - -`./contrib`- Contains a lot of required package, configuration for different platform and environment, build NM from source tree. - -`./data`- Contains some configurations and rules. - -`./docs`- Contains the generated documentation for libnm and for the D-Bus API. - -`./examples`- Some code examples for basic networking operations and status checking. - -`./introspection`- XML docs describing various D-Bus interface and their properties. - -`./m4`- Contains M4 macros source files for autoconf. - -`./man`- NM manual files. - -`./po`- contains text-based portable object file. These .PO files are referenced by GNU gettext as a property file and these files are human readable used for translating purpose. - -`./src`- source code for libnm, nmcli, nm-cloud-setup, nmtui… - -`./tools`- tools for generating the intermediate files or merging the file. - -Cscope/ctags ---------------------------- - -NetworkManager's source code is large. It may be a good idea to use tools like cscope/ctags to index the -source code and navigate it. These tools can integrate with editors like `Vim` and `Emacs`. See: - -- http://cscope.sourceforge.net/cscope_vim_tutorial.html -- https://www.emacswiki.org/emacs/CScopeAndEmacs diff --git a/Makefile.am b/Makefile.am index 7cc50332..1c51afbf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -505,6 +505,8 @@ src_libnm_base_libnm_base_la_SOURCES = \ src/libnm-base/nm-ethtool-utils-base.h \ src/libnm-base/nm-net-aux.c \ src/libnm-base/nm-net-aux.h \ + src/libnm-base/nm-priv-helper-utils.c \ + src/libnm-base/nm-priv-helper-utils.h \ $(NULL) src_libnm_base_libnm_base_la_LDFLAGS = \ @@ -1174,6 +1176,7 @@ src_libnm_core_impl_lib_h_pub_real = \ src/libnm-core-public/nm-setting-8021x.h \ src/libnm-core-public/nm-setting-adsl.h \ src/libnm-core-public/nm-setting-bluetooth.h \ + src/libnm-core-public/nm-setting-bond-port.h \ src/libnm-core-public/nm-setting-bond.h \ src/libnm-core-public/nm-setting-bridge-port.h \ src/libnm-core-public/nm-setting-bridge.h \ @@ -1254,6 +1257,7 @@ src_libnm_core_impl_lib_c_settings_real = \ src/libnm-core-impl/nm-setting-8021x.c \ src/libnm-core-impl/nm-setting-adsl.c \ src/libnm-core-impl/nm-setting-bluetooth.c \ + src/libnm-core-impl/nm-setting-bond-port.c \ src/libnm-core-impl/nm-setting-bond.c \ src/libnm-core-impl/nm-setting-bridge-port.c \ src/libnm-core-impl/nm-setting-bridge.c \ @@ -2114,6 +2118,7 @@ src_libnm_systemd_shared_libnm_systemd_shared_la_SOURCES = \ src/libnm-systemd-shared/sd-adapt-shared/arphrd-list.h \ src/libnm-systemd-shared/sd-adapt-shared/blockdev-util.h \ src/libnm-systemd-shared/sd-adapt-shared/build.h \ + src/libnm-systemd-shared/sd-adapt-shared/chase-symlinks.h \ src/libnm-systemd-shared/sd-adapt-shared/copy.h \ src/libnm-systemd-shared/sd-adapt-shared/def.h \ src/libnm-systemd-shared/sd-adapt-shared/dhcp-server-internal.h \ @@ -2126,6 +2131,7 @@ src_libnm_systemd_shared_libnm_systemd_shared_la_SOURCES = \ src/libnm-systemd-shared/sd-adapt-shared/locale-util.h \ src/libnm-systemd-shared/sd-adapt-shared/memfd-util.h \ src/libnm-systemd-shared/sd-adapt-shared/missing_fs.h \ + src/libnm-systemd-shared/sd-adapt-shared/missing_ioprio.h \ src/libnm-systemd-shared/sd-adapt-shared/missing_keyctl.h \ src/libnm-systemd-shared/sd-adapt-shared/missing_magic.h \ src/libnm-systemd-shared/sd-adapt-shared/missing_network.h \ @@ -2139,6 +2145,7 @@ src_libnm_systemd_shared_libnm_systemd_shared_la_SOURCES = \ src/libnm-systemd-shared/sd-adapt-shared/os-util.h \ src/libnm-systemd-shared/sd-adapt-shared/raw-clone.h \ src/libnm-systemd-shared/sd-adapt-shared/rlimit-util.h \ + src/libnm-systemd-shared/sd-adapt-shared/sync-util.h \ src/libnm-systemd-shared/sd-adapt-shared/sysctl-util.h \ src/libnm-systemd-shared/sd-adapt-shared/terminal-util.h \ src/libnm-systemd-shared/sd-adapt-shared/unaligned.h \ @@ -2178,6 +2185,8 @@ src_libnm_systemd_shared_libnm_systemd_shared_la_SOURCES = \ src/libnm-systemd-shared/src/basic/hostname-util.h \ src/libnm-systemd-shared/src/basic/in-addr-util.c \ src/libnm-systemd-shared/src/basic/in-addr-util.h \ + src/libnm-systemd-shared/src/basic/inotify-util.c \ + src/libnm-systemd-shared/src/basic/inotify-util.h \ src/libnm-systemd-shared/src/basic/io-util.c \ src/libnm-systemd-shared/src/basic/io-util.h \ src/libnm-systemd-shared/src/basic/list.h \ @@ -2301,11 +2310,11 @@ src_libnm_systemd_core_libnm_systemd_core_la_SOURCES = \ src/libnm-systemd-core/src/libsystemd-network/dhcp6-network.c \ src/libnm-systemd-core/src/libsystemd-network/dhcp6-option.c \ src/libnm-systemd-core/src/libsystemd-network/dhcp6-protocol.h \ - src/libnm-systemd-core/src/libsystemd-network/lldp-internal.h \ src/libnm-systemd-core/src/libsystemd-network/lldp-neighbor.c \ src/libnm-systemd-core/src/libsystemd-network/lldp-neighbor.h \ src/libnm-systemd-core/src/libsystemd-network/lldp-network.c \ src/libnm-systemd-core/src/libsystemd-network/lldp-network.h \ + src/libnm-systemd-core/src/libsystemd-network/lldp-rx-internal.h \ src/libnm-systemd-core/src/libsystemd-network/network-common.c \ src/libnm-systemd-core/src/libsystemd-network/network-common.h \ src/libnm-systemd-core/src/libsystemd-network/network-internal.c \ @@ -2316,7 +2325,7 @@ src_libnm_systemd_core_libnm_systemd_core_la_SOURCES = \ src/libnm-systemd-core/src/libsystemd-network/sd-dhcp6-lease.c \ src/libnm-systemd-core/src/libsystemd-network/sd-ipv4acd.c \ src/libnm-systemd-core/src/libsystemd-network/sd-ipv4ll.c \ - src/libnm-systemd-core/src/libsystemd-network/sd-lldp.c \ + src/libnm-systemd-core/src/libsystemd-network/sd-lldp-rx.c \ src/libnm-systemd-core/src/libsystemd/sd-event/event-source.h \ src/libnm-systemd-core/src/libsystemd/sd-event/event-util.c \ src/libnm-systemd-core/src/libsystemd/sd-event/event-util.h \ @@ -2335,6 +2344,7 @@ src_libnm_systemd_core_libnm_systemd_core_la_SOURCES = \ src/libnm-systemd-core/src/systemd/sd-id128.h \ src/libnm-systemd-core/src/systemd/sd-ipv4acd.h \ src/libnm-systemd-core/src/systemd/sd-ipv4ll.h \ + src/libnm-systemd-core/src/systemd/sd-lldp-rx.h \ src/libnm-systemd-core/src/systemd/sd-lldp.h \ src/libnm-systemd-core/src/systemd/sd-ndisc.h \ $(NULL) @@ -2378,6 +2388,8 @@ src_core_libNetworkManagerBase_la_SOURCES = \ src/core/nm-l3-config-data.h \ src/core/nm-l3-ipv4ll.c \ src/core/nm-l3-ipv4ll.h \ + src/core/nm-l3-ipv6ll.c \ + src/core/nm-l3-ipv6ll.h \ src/core/nm-l3cfg.c \ src/core/nm-l3cfg.h \ src/core/nm-ip-config.c \ @@ -2588,8 +2600,10 @@ src_core_libNetworkManager_la_SOURCES = \ src/core/nm-policy.h \ src/core/nm-rfkill-manager.c \ src/core/nm-rfkill-manager.h \ - src/core/nm-session-monitor.h \ src/core/nm-session-monitor.c \ + src/core/nm-session-monitor.h \ + src/core/nm-priv-helper-call.c \ + src/core/nm-priv-helper-call.h \ src/core/nm-keep-alive.c \ src/core/nm-keep-alive.h \ src/core/nm-sleep-monitor.c \ @@ -3402,6 +3416,7 @@ EXTRA_DIST += \ src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test-bond-eth-type \ src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test-bond-main \ src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test-bond-mode-numeric \ + src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test-bond-port \ src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test-bond-slave \ src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test-bond-slave-ib \ src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test-bridge-component \ @@ -4117,6 +4132,8 @@ check-local-devices-ovs: src/core/devices/ovs/libnm-device-plugin-ovs.la $(srcdir)/tools/check-exports.sh $(builddir)/src/core/devices/ovs/.libs/libnm-device-plugin-ovs.so "$(srcdir)/linker-script-devices.ver" $(call check_so_symbols,$(builddir)/src/core/devices/ovs/.libs/libnm-device-plugin-ovs.so) +check_local += check-local-devices-ovs + endif EXTRA_DIST += \ @@ -4169,7 +4186,6 @@ check_programs += \ src/core/platform/tests/test-platform-general \ src/core/platform/tests/test-route-fake \ src/core/platform/tests/test-route-linux \ - src/core/platform/tests/test-tc-fake \ src/core/platform/tests/test-tc-linux \ $(NULL) @@ -4225,11 +4241,6 @@ src_core_platform_tests_test_route_linux_CPPFLAGS = $(src_core_tests_cppflags_li src_core_platform_tests_test_route_linux_LDFLAGS = $(src_core_platform_tests_ldflags) src_core_platform_tests_test_route_linux_LDADD = $(src_core_platform_tests_libadd) -src_core_platform_tests_test_tc_fake_SOURCES = src/core/platform/tests/test-tc.c -src_core_platform_tests_test_tc_fake_CPPFLAGS = $(src_core_tests_cppflags_fake) -src_core_platform_tests_test_tc_fake_LDFLAGS = $(src_core_platform_tests_ldflags) -src_core_platform_tests_test_tc_fake_LDADD = $(src_core_platform_tests_libadd) - src_core_platform_tests_test_tc_linux_SOURCES = src/core/platform/tests/test-tc.c src_core_platform_tests_test_tc_linux_CPPFLAGS = $(src_core_tests_cppflags_linux) src_core_platform_tests_test_tc_linux_LDFLAGS = $(src_core_platform_tests_ldflags) @@ -4518,6 +4529,7 @@ src_nm_dispatcher_nm_dispatcher_LDADD = \ src/nm-dispatcher/libnm-dispatcher-core.la \ src/libnm-client-impl/libnm.la \ src/libnm-glib-aux/libnm-glib-aux.la \ + src/libnm-log-null/libnm-log-null.la \ src/libnm-std-aux/libnm-std-aux.la \ src/c-siphash/libc-siphash.la \ $(GLIB_LIBS) \ @@ -4611,6 +4623,57 @@ EXTRA_DIST += \ src/nm-dispatcher/tests/meson.build \ $(NULL) +############################################################################### +# src/nm-priv-helper +############################################################################### + +libexec_PROGRAMS += src/nm-priv-helper/nm-priv-helper + +src_nm_priv_helper_nm_priv_helper_SOURCES = \ + src/nm-priv-helper/nm-priv-helper.c \ + $(NULL) + +src_nm_priv_helper_nm_priv_helper_CPPFLAGS = \ + $(dflt_cppflags) \ + -I$(builddir)/src/libnm-core-public \ + -I$(srcdir)/src/libnm-core-public \ + -I$(builddir)/src/libnm-client-public \ + -I$(srcdir)/src/libnm-client-public \ + -I$(srcdir)/src \ + -I$(builddir)/src \ + $(GLIB_CFLAGS) \ + $(NULL) + +src_nm_priv_helper_nm_priv_helper_LDFLAGS = \ + -Wl,--version-script="$(srcdir)/linker-script-binary.ver" \ + $(SANITIZER_EXEC_LDFLAGS) \ + $(NULL) + +src_nm_priv_helper_nm_priv_helper_LDADD = \ + src/libnm-base/libnm-base.la \ + src/libnm-glib-aux/libnm-glib-aux.la \ + src/libnm-log-null/libnm-log-null.la \ + src/libnm-std-aux/libnm-std-aux.la \ + src/c-siphash/libc-siphash.la \ + $(GLIB_LIBS) \ + $(NULL) + +src/nm-priv-helper/org.freedesktop.nm-priv-helper.service: $(srcdir)/src/nm-priv-helper/org.freedesktop.nm-priv-helper.service.in + @sed \ + -e 's|@libexecdir[@]|$(libexecdir)|g' \ + $< >$@ + +dbusactivation_DATA += src/nm-priv-helper/org.freedesktop.nm-priv-helper.service +CLEANFILES += src/nm-priv-helper/org.freedesktop.nm-priv-helper.service + +dbusservice_DATA += src/nm-priv-helper/nm-priv-helper.conf + +EXTRA_DIST += \ + src/nm-priv-helper/nm-priv-helper.conf \ + src/nm-priv-helper/org.freedesktop.nm-priv-helper.service.in \ + src/nm-priv-helper/meson.build \ + $(NULL) + ############################################################################### # src/nm-daemon-helper ############################################################################### @@ -4662,6 +4725,7 @@ src_nm_online_nm_online_LDADD = \ src/libnm-client-impl/libnm.la \ src/libnm-client-aux-extern/libnm-client-aux-extern.la \ src/libnm-glib-aux/libnm-glib-aux.la \ + src/libnm-log-null/libnm-log-null.la \ src/libnm-std-aux/libnm-std-aux.la \ src/c-siphash/libc-siphash.la \ $(GLIB_LIBS) \ @@ -4840,6 +4904,7 @@ src_nmcli_nmcli_LDADD = \ src/libnm-core-aux-intern/libnm-core-aux-intern.la \ src/libnm-base/libnm-base.la \ src/libnm-glib-aux/libnm-glib-aux.la \ + src/libnm-log-null/libnm-log-null.la \ src/libnm-std-aux/libnm-std-aux.la \ src/c-siphash/libc-siphash.la \ src/libnm-client-aux-extern/libnm-client-aux-extern.la \ @@ -4888,6 +4953,7 @@ src_nmcli_generate_docs_nm_settings_nmcli_LDADD = \ src/libnm-base/libnm-base.la \ src/libnm-client-impl/libnm.la \ src/libnm-glib-aux/libnm-glib-aux.la \ + src/libnm-log-null/libnm-log-null.la \ src/libnm-std-aux/libnm-std-aux.la \ src/c-siphash/libc-siphash.la \ $(GLIB_LIBS) \ @@ -5022,12 +5088,14 @@ src_nmtui_nmtui_SOURCES = \ src/nmtui/nmt-mac-entry.h \ src/nmtui/nmt-mtu-entry.c \ src/nmtui/nmt-mtu-entry.h \ + src/nmtui/nmt-page-bond-port.c \ + src/nmtui/nmt-page-bond-port.h \ src/nmtui/nmt-page-bond.c \ src/nmtui/nmt-page-bond.h \ - src/nmtui/nmt-page-bridge.c \ - src/nmtui/nmt-page-bridge.h \ src/nmtui/nmt-page-bridge-port.c \ src/nmtui/nmt-page-bridge-port.h \ + src/nmtui/nmt-page-bridge.c \ + src/nmtui/nmt-page-bridge.h \ src/nmtui/nmt-page-dsl.c \ src/nmtui/nmt-page-dsl.h \ src/nmtui/nmt-page-ethernet.c \ @@ -5042,14 +5110,16 @@ src_nmtui_nmtui_SOURCES = \ src/nmtui/nmt-page-ip6.h \ src/nmtui/nmt-page-ppp.c \ src/nmtui/nmt-page-ppp.h \ - src/nmtui/nmt-page-team.c \ - src/nmtui/nmt-page-team.h \ src/nmtui/nmt-page-team-port.c \ src/nmtui/nmt-page-team-port.h \ + src/nmtui/nmt-page-team.c \ + src/nmtui/nmt-page-team.h \ src/nmtui/nmt-page-vlan.c \ src/nmtui/nmt-page-vlan.h \ src/nmtui/nmt-page-wifi.c \ src/nmtui/nmt-page-wifi.h \ + src/nmtui/nmt-page-wireguard.c \ + src/nmtui/nmt-page-wireguard.h \ src/nmtui/nmt-password-dialog.c \ src/nmtui/nmt-password-dialog.h \ src/nmtui/nmt-password-fields.c \ @@ -5064,6 +5134,10 @@ src_nmtui_nmtui_SOURCES = \ src/nmtui/nmt-slave-list.h \ src/nmtui/nmt-utils.c \ src/nmtui/nmt-utils.h \ + src/nmtui/nmt-wireguard-peer-editor.c \ + src/nmtui/nmt-wireguard-peer-editor.h \ + src/nmtui/nmt-wireguard-peer-list.c \ + src/nmtui/nmt-wireguard-peer-list.h \ src/nmtui/nmt-widget-list.c \ src/nmtui/nmt-widget-list.h \ $(NULL) @@ -5086,6 +5160,7 @@ src_nmtui_nmtui_LDADD = \ src/libnm-core-aux-intern/libnm-core-aux-intern.la \ src/libnm-base/libnm-base.la \ src/libnm-glib-aux/libnm-glib-aux.la \ + src/libnm-log-null/libnm-log-null.la \ src/libnm-std-aux/libnm-std-aux.la \ src/c-siphash/libc-siphash.la \ src/libnm-client-impl/libnm.la \ @@ -5176,6 +5251,7 @@ src_nm_cloud_setup_nm_cloud_setup_LDADD = \ src/libnm-core-aux-intern/libnm-core-aux-intern.la \ src/libnm-base/libnm-base.la \ src/libnm-glib-aux/libnm-glib-aux.la \ + src/libnm-log-null/libnm-log-null.la \ src/libnm-std-aux/libnm-std-aux.la \ src/c-siphash/libc-siphash.la \ src/libnm-client-impl/libnm.la \ @@ -5240,6 +5316,7 @@ src_nm_cloud_setup_tests_test_cloud_setup_general_LDADD = \ src/libnm-core-aux-intern/libnm-core-aux-intern.la \ src/libnm-base/libnm-base.la \ src/libnm-glib-aux/libnm-glib-aux.la \ + src/libnm-log-null/libnm-log-null.la \ src/libnm-std-aux/libnm-std-aux.la \ src/c-siphash/libc-siphash.la \ src/libnm-client-impl/libnm.la \ @@ -5291,6 +5368,7 @@ systemdsystemunit_DATA += \ data/NetworkManager.service \ data/NetworkManager-wait-online.service \ data/NetworkManager-dispatcher.service \ + data/nm-priv-helper.service \ $(NULL) data/NetworkManager.service: $(srcdir)/data/NetworkManager.service.in @@ -5307,6 +5385,9 @@ endif data/NetworkManager-dispatcher.service: $(srcdir)/data/NetworkManager-dispatcher.service.in $(AM_V_GEN) $(data_edit) $< >$@ +data/nm-priv-helper.service: $(srcdir)/data/nm-priv-helper.service.in + $(AM_V_GEN) $(data_edit) $< >$@ + endif examples_DATA += data/server.conf @@ -5336,6 +5417,7 @@ EXTRA_DIST += \ data/NetworkManager-wait-online-systemd-pre200.service.in \ data/NetworkManager-wait-online.service.in \ data/NetworkManager.service.in \ + data/nm-priv-helper.service.in \ data/meson.build \ data/nm-shared.xml \ data/server.conf.in \ @@ -5345,6 +5427,7 @@ CLEANFILES += \ data/NetworkManager-dispatcher.service \ data/NetworkManager-wait-online.service \ data/NetworkManager.service \ + data/nm-priv-helper.service \ data/server.conf \ $(NULL) @@ -5542,7 +5625,6 @@ EXTRA_DIST += \ COPYING.LGPL \ COPYING.GFDL \ \ - NetworkManager.pc.in \ intltool-extract.in \ intltool-merge.in \ intltool-update.in \ diff --git a/Makefile.examples b/Makefile.examples index 437b1e0e..18114a6d 100644 --- a/Makefile.examples +++ b/Makefile.examples @@ -187,6 +187,7 @@ EXTRA_DIST += \ examples/python/gi/nm-add-connection2.py \ examples/python/gi/nm-connection-update-stable-id.py \ examples/python/gi/nm-keyfile.py \ + examples/python/gi/nm-up-many.py \ examples/python/gi/nm-update2.py \ examples/python/gi/nm-wg-set \ examples/python/gi/ovs-external-ids.py \ diff --git a/Makefile.in b/Makefile.in index ac526b5c..b4c2bca8 100644 --- a/Makefile.in +++ b/Makefile.in @@ -147,6 +147,7 @@ libexec_PROGRAMS = src/core/nm-iface-helper$(EXEEXT) \ src/nm-initrd-generator/nm-initrd-generator$(EXEEXT) \ src/core/dhcp/nm-dhcp-helper$(EXEEXT) \ src/nm-dispatcher/nm-dispatcher$(EXEEXT) \ + src/nm-priv-helper/nm-priv-helper$(EXEEXT) \ src/nm-daemon-helper/nm-daemon-helper$(EXEEXT) \ $(am__EXEEXT_17) TESTS = $(am__EXEEXT_11) @@ -269,41 +270,42 @@ TESTS = $(am__EXEEXT_11) @WITH_TEAMDCTL_TRUE@am__append_47 = src/core/devices/team/libnm-device-plugin-team.la @WITH_TEAMDCTL_TRUE@am__append_48 = check-local-devices-team @WITH_OPENVSWITCH_TRUE@am__append_49 = src/core/devices/ovs/libnm-device-plugin-ovs.la -@BUILD_DOCS_TRUE@am__append_50 = $(libnmc_setting_settings_doc_h) -@BUILD_DOCS_TRUE@am__append_51 = check-local-settings-docs +@WITH_OPENVSWITCH_TRUE@am__append_50 = check-local-devices-ovs +@BUILD_DOCS_TRUE@am__append_51 = $(libnmc_setting_settings_doc_h) +@BUILD_DOCS_TRUE@am__append_52 = check-local-settings-docs ############################################################################### # src/nmcli ############################################################################### -@BUILD_NMCLI_TRUE@am__append_52 = src/nmcli/nmcli -@BUILD_NMCLI_TRUE@am__append_53 = install-data-hook-nmcli -@BUILD_NMCLI_TRUE@am__append_54 = uninstall-hook-nmcli +@BUILD_NMCLI_TRUE@am__append_53 = src/nmcli/nmcli +@BUILD_NMCLI_TRUE@am__append_54 = install-data-hook-nmcli +@BUILD_NMCLI_TRUE@am__append_55 = uninstall-hook-nmcli ############################################################################### # src/libnmt-newt ############################################################################### -@BUILD_NMTUI_TRUE@am__append_55 = src/libnmt-newt/libnmt-newt.a +@BUILD_NMTUI_TRUE@am__append_56 = src/libnmt-newt/libnmt-newt.a ############################################################################### # src/nmtui ############################################################################### -@BUILD_NMTUI_TRUE@am__append_56 = src/nmtui/nmtui -@BUILD_NMTUI_TRUE@am__append_57 = install-exec-hook-nmtui -@BUILD_NMTUI_TRUE@am__append_58 = uninstall-hook-nmtui +@BUILD_NMTUI_TRUE@am__append_57 = src/nmtui/nmtui +@BUILD_NMTUI_TRUE@am__append_58 = install-exec-hook-nmtui +@BUILD_NMTUI_TRUE@am__append_59 = uninstall-hook-nmtui ############################################################################### # src/nm-cloud-setup ############################################################################### -@BUILD_NM_CLOUD_SETUP_TRUE@am__append_59 = src/nm-cloud-setup/libnm-cloud-setup-core.a -@BUILD_NM_CLOUD_SETUP_TRUE@am__append_60 = src/nm-cloud-setup/nm-cloud-setup -@BUILD_NM_CLOUD_SETUP_TRUE@@HAVE_SYSTEMD_TRUE@am__append_61 = \ +@BUILD_NM_CLOUD_SETUP_TRUE@am__append_60 = src/nm-cloud-setup/libnm-cloud-setup-core.a +@BUILD_NM_CLOUD_SETUP_TRUE@am__append_61 = src/nm-cloud-setup/nm-cloud-setup +@BUILD_NM_CLOUD_SETUP_TRUE@@HAVE_SYSTEMD_TRUE@am__append_62 = \ @BUILD_NM_CLOUD_SETUP_TRUE@@HAVE_SYSTEMD_TRUE@ src/nm-cloud-setup/nm-cloud-setup.service \ @BUILD_NM_CLOUD_SETUP_TRUE@@HAVE_SYSTEMD_TRUE@ src/nm-cloud-setup/nm-cloud-setup.timer \ @BUILD_NM_CLOUD_SETUP_TRUE@@HAVE_SYSTEMD_TRUE@ $(NULL) -@BUILD_NM_CLOUD_SETUP_TRUE@@HAVE_SYSTEMD_TRUE@am__append_62 = install-data-hook-cloud-setup -@BUILD_NM_CLOUD_SETUP_TRUE@@HAVE_SYSTEMD_TRUE@am__append_63 = uninstall-hook-cloud-setup -@BUILD_NM_CLOUD_SETUP_TRUE@am__append_64 = \ +@BUILD_NM_CLOUD_SETUP_TRUE@@HAVE_SYSTEMD_TRUE@am__append_63 = install-data-hook-cloud-setup +@BUILD_NM_CLOUD_SETUP_TRUE@@HAVE_SYSTEMD_TRUE@am__append_64 = uninstall-hook-cloud-setup +@BUILD_NM_CLOUD_SETUP_TRUE@am__append_65 = \ @BUILD_NM_CLOUD_SETUP_TRUE@ src/nm-cloud-setup/90-nm-cloud-setup.sh \ @BUILD_NM_CLOUD_SETUP_TRUE@ src/nm-cloud-setup/meson.build \ @BUILD_NM_CLOUD_SETUP_TRUE@ src/nm-cloud-setup/nm-cloud-setup.service.in \ @@ -311,62 +313,63 @@ TESTS = $(am__EXEEXT_11) @BUILD_NM_CLOUD_SETUP_TRUE@ src/nm-cloud-setup/tests/meson.build \ @BUILD_NM_CLOUD_SETUP_TRUE@ $(NULL) -@BUILD_NM_CLOUD_SETUP_TRUE@am__append_65 = \ +@BUILD_NM_CLOUD_SETUP_TRUE@am__append_66 = \ @BUILD_NM_CLOUD_SETUP_TRUE@ src/nm-cloud-setup/nm-cloud-setup.service -@BUILD_NM_CLOUD_SETUP_TRUE@am__append_66 = src/nm-cloud-setup/tests/test-cloud-setup-general +@BUILD_NM_CLOUD_SETUP_TRUE@am__append_67 = src/nm-cloud-setup/tests/test-cloud-setup-general ############################################################################### # data ############################################################################### -@HAVE_SYSTEMD_TRUE@am__append_67 = \ +@HAVE_SYSTEMD_TRUE@am__append_68 = \ @HAVE_SYSTEMD_TRUE@ data/NetworkManager.service \ @HAVE_SYSTEMD_TRUE@ data/NetworkManager-wait-online.service \ @HAVE_SYSTEMD_TRUE@ data/NetworkManager-dispatcher.service \ +@HAVE_SYSTEMD_TRUE@ data/nm-priv-helper.service \ @HAVE_SYSTEMD_TRUE@ $(NULL) -@HAVE_INTROSPECTION_TRUE@am__append_68 = $(man_nm_settings_xml) -@CONFIG_PLUGIN_IFCFG_RH_TRUE@am__append_69 = man/nm-settings-ifcfg-rh.5 -@CONFIG_PLUGIN_IFCFG_RH_FALSE@am__append_70 = man/nm-settings-ifcfg-rh.5 +@HAVE_INTROSPECTION_TRUE@am__append_69 = $(man_nm_settings_xml) +@CONFIG_PLUGIN_IFCFG_RH_TRUE@am__append_70 = man/nm-settings-ifcfg-rh.5 @CONFIG_PLUGIN_IFCFG_RH_FALSE@am__append_71 = man/nm-settings-ifcfg-rh.5 -@WITH_OPENVSWITCH_TRUE@am__append_72 = man/nm-openvswitch.7 -@WITH_OPENVSWITCH_FALSE@am__append_73 = man/nm-openvswitch.7 +@CONFIG_PLUGIN_IFCFG_RH_FALSE@am__append_72 = man/nm-settings-ifcfg-rh.5 +@WITH_OPENVSWITCH_TRUE@am__append_73 = man/nm-openvswitch.7 @WITH_OPENVSWITCH_FALSE@am__append_74 = man/nm-openvswitch.7 -@BUILD_NM_CLOUD_SETUP_TRUE@am__append_75 = man/nm-cloud-setup.8 -@BUILD_NM_CLOUD_SETUP_FALSE@am__append_76 = man/nm-cloud-setup.8 +@WITH_OPENVSWITCH_FALSE@am__append_75 = man/nm-openvswitch.7 +@BUILD_NM_CLOUD_SETUP_TRUE@am__append_76 = man/nm-cloud-setup.8 @BUILD_NM_CLOUD_SETUP_FALSE@am__append_77 = man/nm-cloud-setup.8 -@HAVE_DOCS_TRUE@am__append_78 = install-data-hook-man -@HAVE_DOCS_TRUE@am__append_79 = uninstall-hook-man -@HAVE_DOCS_TRUE@am__append_80 = $(man_pages) $(man_pages_autogen) -@BUILD_DOCS_TRUE@am__append_81 = $(man_pages) $(man_pages_autogen) +@BUILD_NM_CLOUD_SETUP_FALSE@am__append_78 = man/nm-cloud-setup.8 +@HAVE_DOCS_TRUE@am__append_79 = install-data-hook-man +@HAVE_DOCS_TRUE@am__append_80 = uninstall-hook-man +@HAVE_DOCS_TRUE@am__append_81 = $(man_pages) $(man_pages_autogen) +@BUILD_DOCS_TRUE@am__append_82 = $(man_pages) $(man_pages_autogen) ############################################################################### # vapi ############################################################################### -@ENABLE_VAPIGEN_TRUE@am__append_82 = \ +@ENABLE_VAPIGEN_TRUE@am__append_83 = \ @ENABLE_VAPIGEN_TRUE@ vapi/libnm.vapi -@ENABLE_VAPIGEN_TRUE@am__append_83 = \ +@ENABLE_VAPIGEN_TRUE@am__append_84 = \ @ENABLE_VAPIGEN_TRUE@ $(VAPIGEN_VAPIS) \ @ENABLE_VAPIGEN_TRUE@ $(VAPIGEN_VAPIS:.vapi=.deps) -@ENABLE_VAPIGEN_TRUE@am__append_84 = $(VAPIGEN_VAPIS) +@ENABLE_VAPIGEN_TRUE@am__append_85 = $(VAPIGEN_VAPIS) ############################################################################### -@ENABLE_TESTS_TRUE@am__append_85 = $(check_programs) $(check_programs_norun) -@ENABLE_TESTS_TRUE@am__append_86 = $(check_ltlibraries) -@ENABLE_TESTS_FALSE@am__append_87 = $(check_programs) $(check_programs_norun) -@ENABLE_TESTS_FALSE@am__append_88 = $(check_ltlibraries) -@WITH_QT_TRUE@am__append_89 = \ +@ENABLE_TESTS_TRUE@am__append_86 = $(check_programs) $(check_programs_norun) +@ENABLE_TESTS_TRUE@am__append_87 = $(check_ltlibraries) +@ENABLE_TESTS_FALSE@am__append_88 = $(check_programs) $(check_programs_norun) +@ENABLE_TESTS_FALSE@am__append_89 = $(check_ltlibraries) +@WITH_QT_TRUE@am__append_90 = \ @WITH_QT_TRUE@ examples/C/qt/add-connection-wired \ @WITH_QT_TRUE@ examples/C/qt/list-connections \ @WITH_QT_TRUE@ examples/C/qt/change-ipv4-addresses \ @WITH_QT_TRUE@ examples/C/qt/monitor-nm-running -@WITH_QT_TRUE@am__append_90 = \ +@WITH_QT_TRUE@am__append_91 = \ @WITH_QT_TRUE@ examples/C/qt/monitor-nm-running.moc -@WITH_PYTHON_BLACK_TRUE@am__append_91 = check-python-black +@WITH_PYTHON_BLACK_TRUE@am__append_92 = check-python-black subdir = . ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/attributes.m4 \ @@ -394,7 +397,7 @@ am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = config.h CONFIG_CLEAN_FILES = data/org.freedesktop.NetworkManager.policy.in \ - NetworkManager.pc src/libnm-client-impl/libnm.pc \ + src/libnm-client-impl/libnm.pc \ src/libnm-core-public/nm-version-macros.h CONFIG_CLEAN_VPATH_FILES = @BUILD_NMCLI_TRUE@am__EXEEXT_1 = src/nmcli/nmcli$(EXEEXT) @@ -455,7 +458,6 @@ am__EXEEXT_11 = src/libnm-platform/tests/test-nm-platform$(EXEEXT) \ src/core/platform/tests/test-platform-general$(EXEEXT) \ src/core/platform/tests/test-route-fake$(EXEEXT) \ src/core/platform/tests/test-route-linux$(EXEEXT) \ - src/core/platform/tests/test-tc-fake$(EXEEXT) \ src/core/platform/tests/test-tc-linux$(EXEEXT) \ src/core/devices/tests/test-lldp$(EXEEXT) \ src/core/devices/tests/test-acd$(EXEEXT) \ @@ -988,6 +990,7 @@ am_src_core_libNetworkManager_la_OBJECTS = \ src/core/libNetworkManager_la-nm-policy.lo \ src/core/libNetworkManager_la-nm-rfkill-manager.lo \ src/core/libNetworkManager_la-nm-session-monitor.lo \ + src/core/libNetworkManager_la-nm-priv-helper-call.lo \ src/core/libNetworkManager_la-nm-keep-alive.lo \ src/core/libNetworkManager_la-nm-sleep-monitor.lo src_core_libNetworkManager_la_OBJECTS = \ @@ -1004,6 +1007,7 @@ am_src_core_libNetworkManagerBase_la_OBJECTS = \ src/core/libNetworkManagerBase_la-nm-netns.lo \ src/core/libNetworkManagerBase_la-nm-l3-config-data.lo \ src/core/libNetworkManagerBase_la-nm-l3-ipv4ll.lo \ + src/core/libNetworkManagerBase_la-nm-l3-ipv6ll.lo \ src/core/libNetworkManagerBase_la-nm-l3cfg.lo \ src/core/libNetworkManagerBase_la-nm-ip-config.lo \ src/core/libNetworkManagerBase_la-nm-ip4-config.lo \ @@ -1122,7 +1126,8 @@ src_core_settings_plugins_ifupdown_libnms_ifupdown_core_la_OBJECTS = $(am_src_co src_libnm_base_libnm_base_la_DEPENDENCIES = $(am__DEPENDENCIES_1) am_src_libnm_base_libnm_base_la_OBJECTS = \ src/libnm-base/libnm_base_la-nm-ethtool-base.lo \ - src/libnm-base/libnm_base_la-nm-net-aux.lo + src/libnm-base/libnm_base_la-nm-net-aux.lo \ + src/libnm-base/libnm_base_la-nm-priv-helper-utils.lo src_libnm_base_libnm_base_la_OBJECTS = \ $(am_src_libnm_base_libnm_base_la_OBJECTS) src_libnm_base_libnm_base_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ @@ -1258,6 +1263,7 @@ am__objects_8 = \ src/libnm-core-impl/libnm_core_impl_la-nm-setting-8021x.lo \ src/libnm-core-impl/libnm_core_impl_la-nm-setting-adsl.lo \ src/libnm-core-impl/libnm_core_impl_la-nm-setting-bluetooth.lo \ + src/libnm-core-impl/libnm_core_impl_la-nm-setting-bond-port.lo \ src/libnm-core-impl/libnm_core_impl_la-nm-setting-bond.lo \ src/libnm-core-impl/libnm_core_impl_la-nm-setting-bridge-port.lo \ src/libnm-core-impl/libnm_core_impl_la-nm-setting-bridge.lo \ @@ -1488,7 +1494,7 @@ am_src_libnm_systemd_core_libnm_systemd_core_la_OBJECTS = src/libnm-systemd-core src/libnm-systemd-core/src/libsystemd-network/libnm_systemd_core_la-sd-dhcp6-lease.lo \ src/libnm-systemd-core/src/libsystemd-network/libnm_systemd_core_la-sd-ipv4acd.lo \ src/libnm-systemd-core/src/libsystemd-network/libnm_systemd_core_la-sd-ipv4ll.lo \ - src/libnm-systemd-core/src/libsystemd-network/libnm_systemd_core_la-sd-lldp.lo \ + src/libnm-systemd-core/src/libsystemd-network/libnm_systemd_core_la-sd-lldp-rx.lo \ src/libnm-systemd-core/src/libsystemd/sd-event/libnm_systemd_core_la-event-util.lo \ src/libnm-systemd-core/src/libsystemd/sd-event/libnm_systemd_core_la-sd-event.lo \ src/libnm-systemd-core/src/libsystemd/sd-id128/libnm_systemd_core_la-id128-util.lo \ @@ -1513,6 +1519,7 @@ am_src_libnm_systemd_shared_libnm_systemd_shared_la_OBJECTS = src/libnm-systemd- src/libnm-systemd-shared/src/basic/libnm_systemd_shared_la-hexdecoct.lo \ src/libnm-systemd-shared/src/basic/libnm_systemd_shared_la-hostname-util.lo \ src/libnm-systemd-shared/src/basic/libnm_systemd_shared_la-in-addr-util.lo \ + src/libnm-systemd-shared/src/basic/libnm_systemd_shared_la-inotify-util.lo \ src/libnm-systemd-shared/src/basic/libnm_systemd_shared_la-io-util.lo \ src/libnm-systemd-shared/src/basic/libnm_systemd_shared_la-memory-util.lo \ src/libnm-systemd-shared/src/basic/libnm_systemd_shared_la-mempool.lo \ @@ -1974,17 +1981,6 @@ src_core_platform_tests_test_route_linux_LINK = $(LIBTOOL) $(AM_V_lt) \ $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(src_core_platform_tests_test_route_linux_LDFLAGS) $(LDFLAGS) \ -o $@ -am_src_core_platform_tests_test_tc_fake_OBJECTS = \ - src/core/platform/tests/test_tc_fake-test-tc.$(OBJEXT) -src_core_platform_tests_test_tc_fake_OBJECTS = \ - $(am_src_core_platform_tests_test_tc_fake_OBJECTS) -src_core_platform_tests_test_tc_fake_DEPENDENCIES = \ - $(am__DEPENDENCIES_4) -src_core_platform_tests_test_tc_fake_LINK = $(LIBTOOL) $(AM_V_lt) \ - --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link \ - $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(src_core_platform_tests_test_tc_fake_LDFLAGS) $(LDFLAGS) -o \ - $@ am_src_core_platform_tests_test_tc_linux_OBJECTS = \ src/core/platform/tests/test_tc_linux-test-tc.$(OBJEXT) src_core_platform_tests_test_tc_linux_OBJECTS = \ @@ -2355,6 +2351,7 @@ src_nm_cloud_setup_nm_cloud_setup_OBJECTS = \ @BUILD_NM_CLOUD_SETUP_TRUE@ src/libnm-core-aux-intern/libnm-core-aux-intern.la \ @BUILD_NM_CLOUD_SETUP_TRUE@ src/libnm-base/libnm-base.la \ @BUILD_NM_CLOUD_SETUP_TRUE@ src/libnm-glib-aux/libnm-glib-aux.la \ +@BUILD_NM_CLOUD_SETUP_TRUE@ src/libnm-log-null/libnm-log-null.la \ @BUILD_NM_CLOUD_SETUP_TRUE@ src/libnm-std-aux/libnm-std-aux.la \ @BUILD_NM_CLOUD_SETUP_TRUE@ src/c-siphash/libc-siphash.la \ @BUILD_NM_CLOUD_SETUP_TRUE@ src/libnm-client-impl/libnm.la \ @@ -2373,6 +2370,7 @@ src_nm_cloud_setup_tests_test_cloud_setup_general_OBJECTS = src/nm-cloud-setup/t @BUILD_NM_CLOUD_SETUP_TRUE@ src/libnm-core-aux-intern/libnm-core-aux-intern.la \ @BUILD_NM_CLOUD_SETUP_TRUE@ src/libnm-base/libnm-base.la \ @BUILD_NM_CLOUD_SETUP_TRUE@ src/libnm-glib-aux/libnm-glib-aux.la \ +@BUILD_NM_CLOUD_SETUP_TRUE@ src/libnm-log-null/libnm-log-null.la \ @BUILD_NM_CLOUD_SETUP_TRUE@ src/libnm-std-aux/libnm-std-aux.la \ @BUILD_NM_CLOUD_SETUP_TRUE@ src/c-siphash/libc-siphash.la \ @BUILD_NM_CLOUD_SETUP_TRUE@ src/libnm-client-impl/libnm.la \ @@ -2401,6 +2399,7 @@ src_nm_dispatcher_nm_dispatcher_DEPENDENCIES = \ src/nm-dispatcher/libnm-dispatcher-core.la \ src/libnm-client-impl/libnm.la \ src/libnm-glib-aux/libnm-glib-aux.la \ + src/libnm-log-null/libnm-log-null.la \ src/libnm-std-aux/libnm-std-aux.la \ src/c-siphash/libc-siphash.la $(am__DEPENDENCIES_1) src_nm_dispatcher_nm_dispatcher_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ @@ -2497,12 +2496,27 @@ src_nm_online_nm_online_OBJECTS = \ src_nm_online_nm_online_DEPENDENCIES = src/libnm-client-impl/libnm.la \ src/libnm-client-aux-extern/libnm-client-aux-extern.la \ src/libnm-glib-aux/libnm-glib-aux.la \ + src/libnm-log-null/libnm-log-null.la \ src/libnm-std-aux/libnm-std-aux.la \ src/c-siphash/libc-siphash.la $(am__DEPENDENCIES_1) src_nm_online_nm_online_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ $(AM_CFLAGS) $(CFLAGS) $(src_nm_online_nm_online_LDFLAGS) \ $(LDFLAGS) -o $@ +am_src_nm_priv_helper_nm_priv_helper_OBJECTS = \ + src/nm-priv-helper/nm_priv_helper-nm-priv-helper.$(OBJEXT) +src_nm_priv_helper_nm_priv_helper_OBJECTS = \ + $(am_src_nm_priv_helper_nm_priv_helper_OBJECTS) +src_nm_priv_helper_nm_priv_helper_DEPENDENCIES = \ + src/libnm-base/libnm-base.la \ + src/libnm-glib-aux/libnm-glib-aux.la \ + src/libnm-log-null/libnm-log-null.la \ + src/libnm-std-aux/libnm-std-aux.la \ + src/c-siphash/libc-siphash.la $(am__DEPENDENCIES_1) +src_nm_priv_helper_nm_priv_helper_LINK = $(LIBTOOL) $(AM_V_lt) \ + --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link \ + $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(src_nm_priv_helper_nm_priv_helper_LDFLAGS) $(LDFLAGS) -o $@ am_src_nmcli_generate_docs_nm_settings_nmcli_OBJECTS = src/nmcli/generate_docs_nm_settings_nmcli-generate-docs-nm-settings-nmcli.$(OBJEXT) src_nmcli_generate_docs_nm_settings_nmcli_OBJECTS = \ $(am_src_nmcli_generate_docs_nm_settings_nmcli_OBJECTS) @@ -2514,6 +2528,7 @@ src_nmcli_generate_docs_nm_settings_nmcli_DEPENDENCIES = \ src/libnm-core-aux-intern/libnm-core-aux-intern.la \ src/libnm-base/libnm-base.la src/libnm-client-impl/libnm.la \ src/libnm-glib-aux/libnm-glib-aux.la \ + src/libnm-log-null/libnm-log-null.la \ src/libnm-std-aux/libnm-std-aux.la \ src/c-siphash/libc-siphash.la $(am__DEPENDENCIES_1) src_nmcli_generate_docs_nm_settings_nmcli_LINK = $(LIBTOOL) $(AM_V_lt) \ @@ -2546,6 +2561,7 @@ src_nmcli_nmcli_OBJECTS = $(am_src_nmcli_nmcli_OBJECTS) @BUILD_NMCLI_TRUE@ src/libnm-core-aux-intern/libnm-core-aux-intern.la \ @BUILD_NMCLI_TRUE@ src/libnm-base/libnm-base.la \ @BUILD_NMCLI_TRUE@ src/libnm-glib-aux/libnm-glib-aux.la \ +@BUILD_NMCLI_TRUE@ src/libnm-log-null/libnm-log-null.la \ @BUILD_NMCLI_TRUE@ src/libnm-std-aux/libnm-std-aux.la \ @BUILD_NMCLI_TRUE@ src/c-siphash/libc-siphash.la \ @BUILD_NMCLI_TRUE@ src/libnm-client-aux-extern/libnm-client-aux-extern.la \ @@ -2576,21 +2592,23 @@ am__src_nmtui_nmtui_SOURCES_DIST = src/nmtui/nmtui.c src/nmtui/nmtui.h \ src/nmtui/nmt-ip-entry.c src/nmtui/nmt-ip-entry.h \ src/nmtui/nmt-mac-entry.c src/nmtui/nmt-mac-entry.h \ src/nmtui/nmt-mtu-entry.c src/nmtui/nmt-mtu-entry.h \ + src/nmtui/nmt-page-bond-port.c src/nmtui/nmt-page-bond-port.h \ src/nmtui/nmt-page-bond.c src/nmtui/nmt-page-bond.h \ - src/nmtui/nmt-page-bridge.c src/nmtui/nmt-page-bridge.h \ src/nmtui/nmt-page-bridge-port.c \ - src/nmtui/nmt-page-bridge-port.h src/nmtui/nmt-page-dsl.c \ + src/nmtui/nmt-page-bridge-port.h src/nmtui/nmt-page-bridge.c \ + src/nmtui/nmt-page-bridge.h src/nmtui/nmt-page-dsl.c \ src/nmtui/nmt-page-dsl.h src/nmtui/nmt-page-ethernet.c \ src/nmtui/nmt-page-ethernet.h src/nmtui/nmt-page-infiniband.c \ src/nmtui/nmt-page-infiniband.h src/nmtui/nmt-page-ip-tunnel.c \ src/nmtui/nmt-page-ip-tunnel.h src/nmtui/nmt-page-ip4.c \ src/nmtui/nmt-page-ip4.h src/nmtui/nmt-page-ip6.c \ src/nmtui/nmt-page-ip6.h src/nmtui/nmt-page-ppp.c \ - src/nmtui/nmt-page-ppp.h src/nmtui/nmt-page-team.c \ - src/nmtui/nmt-page-team.h src/nmtui/nmt-page-team-port.c \ - src/nmtui/nmt-page-team-port.h src/nmtui/nmt-page-vlan.c \ + src/nmtui/nmt-page-ppp.h src/nmtui/nmt-page-team-port.c \ + src/nmtui/nmt-page-team-port.h src/nmtui/nmt-page-team.c \ + src/nmtui/nmt-page-team.h src/nmtui/nmt-page-vlan.c \ src/nmtui/nmt-page-vlan.h src/nmtui/nmt-page-wifi.c \ - src/nmtui/nmt-page-wifi.h src/nmtui/nmt-password-dialog.c \ + src/nmtui/nmt-page-wifi.h src/nmtui/nmt-page-wireguard.c \ + src/nmtui/nmt-page-wireguard.h src/nmtui/nmt-password-dialog.c \ src/nmtui/nmt-password-dialog.h \ src/nmtui/nmt-password-fields.c \ src/nmtui/nmt-password-fields.h src/nmtui/nmt-route-editor.c \ @@ -2598,8 +2616,11 @@ am__src_nmtui_nmtui_SOURCES_DIST = src/nmtui/nmtui.c src/nmtui/nmtui.h \ src/nmtui/nmt-route-entry.h src/nmtui/nmt-route-table.c \ src/nmtui/nmt-route-table.h src/nmtui/nmt-slave-list.c \ src/nmtui/nmt-slave-list.h src/nmtui/nmt-utils.c \ - src/nmtui/nmt-utils.h src/nmtui/nmt-widget-list.c \ - src/nmtui/nmt-widget-list.h + src/nmtui/nmt-utils.h src/nmtui/nmt-wireguard-peer-editor.c \ + src/nmtui/nmt-wireguard-peer-editor.h \ + src/nmtui/nmt-wireguard-peer-list.c \ + src/nmtui/nmt-wireguard-peer-list.h \ + src/nmtui/nmt-widget-list.c src/nmtui/nmt-widget-list.h @BUILD_NMTUI_TRUE@am_src_nmtui_nmtui_OBJECTS = \ @BUILD_NMTUI_TRUE@ src/nmtui/nmtui-nmtui.$(OBJEXT) \ @BUILD_NMTUI_TRUE@ src/nmtui/nmtui-nmtui-connect.$(OBJEXT) \ @@ -2619,9 +2640,10 @@ am__src_nmtui_nmtui_SOURCES_DIST = src/nmtui/nmtui.c src/nmtui/nmtui.h \ @BUILD_NMTUI_TRUE@ src/nmtui/nmtui-nmt-ip-entry.$(OBJEXT) \ @BUILD_NMTUI_TRUE@ src/nmtui/nmtui-nmt-mac-entry.$(OBJEXT) \ @BUILD_NMTUI_TRUE@ src/nmtui/nmtui-nmt-mtu-entry.$(OBJEXT) \ +@BUILD_NMTUI_TRUE@ src/nmtui/nmtui-nmt-page-bond-port.$(OBJEXT) \ @BUILD_NMTUI_TRUE@ src/nmtui/nmtui-nmt-page-bond.$(OBJEXT) \ -@BUILD_NMTUI_TRUE@ src/nmtui/nmtui-nmt-page-bridge.$(OBJEXT) \ @BUILD_NMTUI_TRUE@ src/nmtui/nmtui-nmt-page-bridge-port.$(OBJEXT) \ +@BUILD_NMTUI_TRUE@ src/nmtui/nmtui-nmt-page-bridge.$(OBJEXT) \ @BUILD_NMTUI_TRUE@ src/nmtui/nmtui-nmt-page-dsl.$(OBJEXT) \ @BUILD_NMTUI_TRUE@ src/nmtui/nmtui-nmt-page-ethernet.$(OBJEXT) \ @BUILD_NMTUI_TRUE@ src/nmtui/nmtui-nmt-page-infiniband.$(OBJEXT) \ @@ -2629,10 +2651,11 @@ am__src_nmtui_nmtui_SOURCES_DIST = src/nmtui/nmtui.c src/nmtui/nmtui.h \ @BUILD_NMTUI_TRUE@ src/nmtui/nmtui-nmt-page-ip4.$(OBJEXT) \ @BUILD_NMTUI_TRUE@ src/nmtui/nmtui-nmt-page-ip6.$(OBJEXT) \ @BUILD_NMTUI_TRUE@ src/nmtui/nmtui-nmt-page-ppp.$(OBJEXT) \ -@BUILD_NMTUI_TRUE@ src/nmtui/nmtui-nmt-page-team.$(OBJEXT) \ @BUILD_NMTUI_TRUE@ src/nmtui/nmtui-nmt-page-team-port.$(OBJEXT) \ +@BUILD_NMTUI_TRUE@ src/nmtui/nmtui-nmt-page-team.$(OBJEXT) \ @BUILD_NMTUI_TRUE@ src/nmtui/nmtui-nmt-page-vlan.$(OBJEXT) \ @BUILD_NMTUI_TRUE@ src/nmtui/nmtui-nmt-page-wifi.$(OBJEXT) \ +@BUILD_NMTUI_TRUE@ src/nmtui/nmtui-nmt-page-wireguard.$(OBJEXT) \ @BUILD_NMTUI_TRUE@ src/nmtui/nmtui-nmt-password-dialog.$(OBJEXT) \ @BUILD_NMTUI_TRUE@ src/nmtui/nmtui-nmt-password-fields.$(OBJEXT) \ @BUILD_NMTUI_TRUE@ src/nmtui/nmtui-nmt-route-editor.$(OBJEXT) \ @@ -2640,6 +2663,8 @@ am__src_nmtui_nmtui_SOURCES_DIST = src/nmtui/nmtui.c src/nmtui/nmtui.h \ @BUILD_NMTUI_TRUE@ src/nmtui/nmtui-nmt-route-table.$(OBJEXT) \ @BUILD_NMTUI_TRUE@ src/nmtui/nmtui-nmt-slave-list.$(OBJEXT) \ @BUILD_NMTUI_TRUE@ src/nmtui/nmtui-nmt-utils.$(OBJEXT) \ +@BUILD_NMTUI_TRUE@ src/nmtui/nmtui-nmt-wireguard-peer-editor.$(OBJEXT) \ +@BUILD_NMTUI_TRUE@ src/nmtui/nmtui-nmt-wireguard-peer-list.$(OBJEXT) \ @BUILD_NMTUI_TRUE@ src/nmtui/nmtui-nmt-widget-list.$(OBJEXT) src_nmtui_nmtui_OBJECTS = $(am_src_nmtui_nmtui_OBJECTS) @BUILD_NMTUI_TRUE@src_nmtui_nmtui_DEPENDENCIES = \ @@ -2651,6 +2676,7 @@ src_nmtui_nmtui_OBJECTS = $(am_src_nmtui_nmtui_OBJECTS) @BUILD_NMTUI_TRUE@ src/libnm-core-aux-intern/libnm-core-aux-intern.la \ @BUILD_NMTUI_TRUE@ src/libnm-base/libnm-base.la \ @BUILD_NMTUI_TRUE@ src/libnm-glib-aux/libnm-glib-aux.la \ +@BUILD_NMTUI_TRUE@ src/libnm-log-null/libnm-log-null.la \ @BUILD_NMTUI_TRUE@ src/libnm-std-aux/libnm-std-aux.la \ @BUILD_NMTUI_TRUE@ src/c-siphash/libc-siphash.la \ @BUILD_NMTUI_TRUE@ src/libnm-client-impl/libnm.la \ @@ -2755,6 +2781,7 @@ am__depfiles_remade = examples/C/glib/$(DEPDIR)/add_connection_gdbus-add-connect src/core/$(DEPDIR)/libNetworkManagerBase_la-nm-ip6-config.Plo \ src/core/$(DEPDIR)/libNetworkManagerBase_la-nm-l3-config-data.Plo \ src/core/$(DEPDIR)/libNetworkManagerBase_la-nm-l3-ipv4ll.Plo \ + src/core/$(DEPDIR)/libNetworkManagerBase_la-nm-l3-ipv6ll.Plo \ src/core/$(DEPDIR)/libNetworkManagerBase_la-nm-l3cfg.Plo \ src/core/$(DEPDIR)/libNetworkManagerBase_la-nm-netns.Plo \ src/core/$(DEPDIR)/libNetworkManager_la-nm-act-request.Plo \ @@ -2778,6 +2805,7 @@ am__depfiles_remade = examples/C/glib/$(DEPDIR)/add_connection_gdbus-add-connect src/core/$(DEPDIR)/libNetworkManager_la-nm-manager.Plo \ src/core/$(DEPDIR)/libNetworkManager_la-nm-pacrunner-manager.Plo \ src/core/$(DEPDIR)/libNetworkManager_la-nm-policy.Plo \ + src/core/$(DEPDIR)/libNetworkManager_la-nm-priv-helper-call.Plo \ src/core/$(DEPDIR)/libNetworkManager_la-nm-proxy-config.Plo \ src/core/$(DEPDIR)/libNetworkManager_la-nm-rfkill-manager.Plo \ src/core/$(DEPDIR)/libNetworkManager_la-nm-session-monitor.Plo \ @@ -2883,7 +2911,6 @@ am__depfiles_remade = examples/C/glib/$(DEPDIR)/add_connection_gdbus-add-connect src/core/platform/tests/$(DEPDIR)/test_platform_general-test-platform-general.Po \ src/core/platform/tests/$(DEPDIR)/test_route_fake-test-route.Po \ src/core/platform/tests/$(DEPDIR)/test_route_linux-test-route.Po \ - src/core/platform/tests/$(DEPDIR)/test_tc_fake-test-tc.Po \ src/core/platform/tests/$(DEPDIR)/test_tc_linux-test-tc.Po \ src/core/ppp/$(DEPDIR)/libNetworkManager_la-nm-ppp-manager-call.Plo \ src/core/ppp/$(DEPDIR)/libnm_ppp_plugin_la-nm-ppp-manager.Plo \ @@ -2933,6 +2960,7 @@ am__depfiles_remade = examples/C/glib/$(DEPDIR)/add_connection_gdbus-add-connect src/core/vpn/$(DEPDIR)/libNetworkManager_la-nm-vpn-manager.Plo \ src/libnm-base/$(DEPDIR)/libnm_base_la-nm-ethtool-base.Plo \ src/libnm-base/$(DEPDIR)/libnm_base_la-nm-net-aux.Plo \ + src/libnm-base/$(DEPDIR)/libnm_base_la-nm-priv-helper-utils.Plo \ src/libnm-client-aux-extern/$(DEPDIR)/libnm_client_aux_extern_la-nm-libnm-aux.Plo \ src/libnm-client-aux-extern/tests/$(DEPDIR)/test_libnm_client_aux-test-libnm-client-aux.Po \ src/libnm-client-impl/$(DEPDIR)/libnm_client_impl_la-nm-access-point.Plo \ @@ -3008,6 +3036,7 @@ am__depfiles_remade = examples/C/glib/$(DEPDIR)/add_connection_gdbus-add-connect src/libnm-core-impl/$(DEPDIR)/libnm_core_impl_la-nm-setting-8021x.Plo \ src/libnm-core-impl/$(DEPDIR)/libnm_core_impl_la-nm-setting-adsl.Plo \ src/libnm-core-impl/$(DEPDIR)/libnm_core_impl_la-nm-setting-bluetooth.Plo \ + src/libnm-core-impl/$(DEPDIR)/libnm_core_impl_la-nm-setting-bond-port.Plo \ src/libnm-core-impl/$(DEPDIR)/libnm_core_impl_la-nm-setting-bond.Plo \ src/libnm-core-impl/$(DEPDIR)/libnm_core_impl_la-nm-setting-bridge-port.Plo \ src/libnm-core-impl/$(DEPDIR)/libnm_core_impl_la-nm-setting-bridge.Plo \ @@ -3127,7 +3156,7 @@ am__depfiles_remade = examples/C/glib/$(DEPDIR)/add_connection_gdbus-add-connect src/libnm-systemd-core/src/libsystemd-network/$(DEPDIR)/libnm_systemd_core_la-sd-dhcp6-lease.Plo \ src/libnm-systemd-core/src/libsystemd-network/$(DEPDIR)/libnm_systemd_core_la-sd-ipv4acd.Plo \ src/libnm-systemd-core/src/libsystemd-network/$(DEPDIR)/libnm_systemd_core_la-sd-ipv4ll.Plo \ - src/libnm-systemd-core/src/libsystemd-network/$(DEPDIR)/libnm_systemd_core_la-sd-lldp.Plo \ + src/libnm-systemd-core/src/libsystemd-network/$(DEPDIR)/libnm_systemd_core_la-sd-lldp-rx.Plo \ src/libnm-systemd-core/src/libsystemd/sd-event/$(DEPDIR)/libnm_systemd_core_la-event-util.Plo \ src/libnm-systemd-core/src/libsystemd/sd-event/$(DEPDIR)/libnm_systemd_core_la-sd-event.Plo \ src/libnm-systemd-core/src/libsystemd/sd-id128/$(DEPDIR)/libnm_systemd_core_la-id128-util.Plo \ @@ -3148,6 +3177,7 @@ am__depfiles_remade = examples/C/glib/$(DEPDIR)/add_connection_gdbus-add-connect src/libnm-systemd-shared/src/basic/$(DEPDIR)/libnm_systemd_shared_la-hexdecoct.Plo \ src/libnm-systemd-shared/src/basic/$(DEPDIR)/libnm_systemd_shared_la-hostname-util.Plo \ src/libnm-systemd-shared/src/basic/$(DEPDIR)/libnm_systemd_shared_la-in-addr-util.Plo \ + src/libnm-systemd-shared/src/basic/$(DEPDIR)/libnm_systemd_shared_la-inotify-util.Plo \ src/libnm-systemd-shared/src/basic/$(DEPDIR)/libnm_systemd_shared_la-io-util.Plo \ src/libnm-systemd-shared/src/basic/$(DEPDIR)/libnm_systemd_shared_la-memory-util.Plo \ src/libnm-systemd-shared/src/basic/$(DEPDIR)/libnm_systemd_shared_la-mempool.Plo \ @@ -3237,6 +3267,7 @@ am__depfiles_remade = examples/C/glib/$(DEPDIR)/add_connection_gdbus-add-connect src/nm-initrd-generator/tests/$(DEPDIR)/test_dt_reader-test-dt-reader.Po \ src/nm-initrd-generator/tests/$(DEPDIR)/test_ibft_reader-test-ibft-reader.Po \ src/nm-online/$(DEPDIR)/nm_online-nm-online.Po \ + src/nm-priv-helper/$(DEPDIR)/nm_priv_helper-nm-priv-helper.Po \ src/nmcli/$(DEPDIR)/generate_docs_nm_settings_nmcli-generate-docs-nm-settings-nmcli.Po \ src/nmcli/$(DEPDIR)/nmcli-agent.Po \ src/nmcli/$(DEPDIR)/nmcli-common.Po \ @@ -3261,6 +3292,7 @@ am__depfiles_remade = examples/C/glib/$(DEPDIR)/add_connection_gdbus-add-connect src/nmtui/$(DEPDIR)/nmtui-nmt-ip-entry.Po \ src/nmtui/$(DEPDIR)/nmtui-nmt-mac-entry.Po \ src/nmtui/$(DEPDIR)/nmtui-nmt-mtu-entry.Po \ + src/nmtui/$(DEPDIR)/nmtui-nmt-page-bond-port.Po \ src/nmtui/$(DEPDIR)/nmtui-nmt-page-bond.Po \ src/nmtui/$(DEPDIR)/nmtui-nmt-page-bridge-port.Po \ src/nmtui/$(DEPDIR)/nmtui-nmt-page-bridge.Po \ @@ -3275,6 +3307,7 @@ am__depfiles_remade = examples/C/glib/$(DEPDIR)/add_connection_gdbus-add-connect src/nmtui/$(DEPDIR)/nmtui-nmt-page-team.Po \ src/nmtui/$(DEPDIR)/nmtui-nmt-page-vlan.Po \ src/nmtui/$(DEPDIR)/nmtui-nmt-page-wifi.Po \ + src/nmtui/$(DEPDIR)/nmtui-nmt-page-wireguard.Po \ src/nmtui/$(DEPDIR)/nmtui-nmt-password-dialog.Po \ src/nmtui/$(DEPDIR)/nmtui-nmt-password-fields.Po \ src/nmtui/$(DEPDIR)/nmtui-nmt-route-editor.Po \ @@ -3283,6 +3316,8 @@ am__depfiles_remade = examples/C/glib/$(DEPDIR)/add_connection_gdbus-add-connect src/nmtui/$(DEPDIR)/nmtui-nmt-slave-list.Po \ src/nmtui/$(DEPDIR)/nmtui-nmt-utils.Po \ src/nmtui/$(DEPDIR)/nmtui-nmt-widget-list.Po \ + src/nmtui/$(DEPDIR)/nmtui-nmt-wireguard-peer-editor.Po \ + src/nmtui/$(DEPDIR)/nmtui-nmt-wireguard-peer-list.Po \ src/nmtui/$(DEPDIR)/nmtui-nmtui-connect.Po \ src/nmtui/$(DEPDIR)/nmtui-nmtui-edit.Po \ src/nmtui/$(DEPDIR)/nmtui-nmtui-hostname.Po \ @@ -3413,7 +3448,6 @@ SOURCES = $(src_libnmt_newt_libnmt_newt_a_SOURCES) \ src/core/platform/tests/test-platform-general.c \ $(src_core_platform_tests_test_route_fake_SOURCES) \ $(src_core_platform_tests_test_route_linux_SOURCES) \ - $(src_core_platform_tests_test_tc_fake_SOURCES) \ $(src_core_platform_tests_test_tc_linux_SOURCES) \ $(src_core_settings_plugins_ifcfg_rh_tests_test_ifcfg_rh_SOURCES) \ src/core/settings/plugins/ifupdown/tests/test-ifupdown.c \ @@ -3454,6 +3488,7 @@ SOURCES = $(src_libnmt_newt_libnmt_newt_a_SOURCES) \ src/nm-initrd-generator/tests/test-dt-reader.c \ src/nm-initrd-generator/tests/test-ibft-reader.c \ src/nm-online/nm-online.c \ + $(src_nm_priv_helper_nm_priv_helper_SOURCES) \ $(src_nmcli_generate_docs_nm_settings_nmcli_SOURCES) \ $(src_nmcli_nmcli_SOURCES) $(src_nmtui_nmtui_SOURCES) DIST_SOURCES = $(am__src_libnmt_newt_libnmt_newt_a_SOURCES_DIST) \ @@ -3541,7 +3576,6 @@ DIST_SOURCES = $(am__src_libnmt_newt_libnmt_newt_a_SOURCES_DIST) \ src/core/platform/tests/test-platform-general.c \ $(src_core_platform_tests_test_route_fake_SOURCES) \ $(src_core_platform_tests_test_route_linux_SOURCES) \ - $(src_core_platform_tests_test_tc_fake_SOURCES) \ $(src_core_platform_tests_test_tc_linux_SOURCES) \ $(am__src_core_settings_plugins_ifcfg_rh_tests_test_ifcfg_rh_SOURCES_DIST) \ src/core/settings/plugins/ifupdown/tests/test-ifupdown.c \ @@ -3580,6 +3614,7 @@ DIST_SOURCES = $(am__src_libnmt_newt_libnmt_newt_a_SOURCES_DIST) \ src/nm-initrd-generator/tests/test-dt-reader.c \ src/nm-initrd-generator/tests/test-ibft-reader.c \ src/nm-online/nm-online.c \ + $(src_nm_priv_helper_nm_priv_helper_SOURCES) \ $(src_nmcli_generate_docs_nm_settings_nmcli_SOURCES) \ $(am__src_nmcli_nmcli_SOURCES_DIST) \ $(am__src_nmtui_nmtui_SOURCES_DIST) @@ -3816,9 +3851,8 @@ TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \ $(TEST_LOG_FLAGS) DIST_SUBDIRS = . po docs/libnm docs/api am__DIST_COMMON = $(srcdir)/Makefile.examples $(srcdir)/Makefile.in \ - $(srcdir)/Makefile.vapigen $(srcdir)/NetworkManager.pc.in \ - $(srcdir)/config-extra.h.mk $(srcdir)/config.h.in \ - $(top_srcdir)/build-aux/compile \ + $(srcdir)/Makefile.vapigen $(srcdir)/config-extra.h.mk \ + $(srcdir)/config.h.in $(top_srcdir)/build-aux/compile \ $(top_srcdir)/build-aux/config.guess \ $(top_srcdir)/build-aux/config.rpath \ $(top_srcdir)/build-aux/config.sub \ @@ -4239,9 +4273,9 @@ noinst_LTLIBRARIES = src/c-siphash/libc-siphash.la \ src/libnm-systemd-shared/libnm-systemd-shared.la \ src/nm-initrd-generator/libnmi-core.la $(am__append_22) \ $(am__append_30) $(am__append_37) $(am__append_42) \ - src/nm-dispatcher/libnm-dispatcher-core.la $(am__append_86) -check_LTLIBRARIES = $(am__append_88) -noinst_LIBRARIES = $(am__append_55) $(am__append_59) + src/nm-dispatcher/libnm-dispatcher-core.la $(am__append_87) +check_LTLIBRARIES = $(am__append_89) +noinst_LIBRARIES = $(am__append_56) $(am__append_60) noinst_DATA = $(am__append_11) dist_libexec_SCRIPTS = $(am__append_26) @@ -4257,26 +4291,27 @@ core_plugins = $(am__append_19) $(am__append_21) $(am__append_29) \ $(am__append_33) $(am__append_44) $(am__append_47) \ $(am__append_49) service_DATA = -man_MANS = $(am__append_80) +man_MANS = $(am__append_81) examples_DATA = data/server.conf CLEANFILES = $(introspection_sources) $(DBUS_INTERFACE_DOCS) \ src/core/NetworkManager.ver $(am__append_23) \ $(dispatcher_nmdbus_dispatcher_sources) \ src/nm-dispatcher/org.freedesktop.nm_dispatcher.service \ - $(am__append_65) src/tests/client/test-client.log \ + src/nm-priv-helper/org.freedesktop.nm-priv-helper.service \ + $(am__append_66) src/tests/client/test-client.log \ data/NetworkManager-dispatcher.service \ data/NetworkManager-wait-online.service \ - data/NetworkManager.service data/server.conf $(NULL) \ - $(am__append_68) man/common.ent $(am__append_81) \ - $(am__append_84) $(GLIB_GENERATED) $(INTROSPECTION_GIRS) \ - $(typelib_DATA) cscope.in.out cscope.out cscope.po.out $(NULL) \ - $(am__append_90) + data/NetworkManager.service data/nm-priv-helper.service \ + data/server.conf $(NULL) $(am__append_69) man/common.ent \ + $(am__append_82) $(am__append_85) $(GLIB_GENERATED) \ + $(INTROSPECTION_GIRS) $(typelib_DATA) cscope.in.out cscope.out \ + cscope.po.out $(NULL) $(am__append_91) ############################################################################### DISTCLEANFILES = config-extra.h intltool-extract intltool-merge \ intltool-update $(polkit_policy_DATA) \ src/libnm-client-impl/libnm.pc $(am__append_14) \ - $(am__append_15) $(am__append_50) + $(am__append_15) $(am__append_51) ############################################################################### @@ -4653,6 +4688,7 @@ EXTRA_DIST = src/c-stdaux/src/c-stdaux.h $(NULL) \ src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test-bond-eth-type \ src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test-bond-main \ src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test-bond-mode-numeric \ + src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test-bond-port \ src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test-bond-slave \ src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test-bond-slave-ib \ src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test-bridge-component \ @@ -4897,6 +4933,9 @@ EXTRA_DIST = src/c-stdaux/src/c-stdaux.h $(NULL) \ src/nm-dispatcher/tests/dispatcher-vpn-down \ src/nm-dispatcher/tests/dispatcher-vpn-up \ src/nm-dispatcher/tests/meson.build $(NULL) \ + src/nm-priv-helper/nm-priv-helper.conf \ + src/nm-priv-helper/org.freedesktop.nm-priv-helper.service.in \ + src/nm-priv-helper/meson.build $(NULL) \ src/nm-daemon-helper/meson.build $(NULL) \ src/nm-online/meson.build src/libnmc-base/qrcodegen.c \ src/libnmc-base/qrcodegen.h $(NULL) \ @@ -4911,7 +4950,7 @@ EXTRA_DIST = src/c-stdaux/src/c-stdaux.h $(NULL) \ src/libnmc-setting/meson.build \ src/libnmc-setting/tests/meson.build \ src/libnmt-newt/meson.build src/nmtui/meson.build \ - $(am__append_64) src/tests/client/test-client.sh \ + $(am__append_65) src/tests/client/test-client.sh \ src/tests/client/test-client.py \ src/tests/client/test-client.check-on-disk/test_001.expected \ src/tests/client/test-client.check-on-disk/test_002.expected \ @@ -4922,22 +4961,21 @@ EXTRA_DIST = src/c-stdaux/src/c-stdaux.h $(NULL) \ data/NetworkManager-dispatcher.service.in \ data/NetworkManager-wait-online-systemd-pre200.service.in \ data/NetworkManager-wait-online.service.in \ - data/NetworkManager.service.in data/meson.build \ - data/nm-shared.xml data/server.conf.in $(NULL) \ - $(am__append_70) $(am__append_73) $(am__append_76) \ + data/NetworkManager.service.in data/nm-priv-helper.service.in \ + data/meson.build data/nm-shared.xml data/server.conf.in \ + $(NULL) $(am__append_71) $(am__append_74) $(am__append_77) \ man/common.ent.in $(man_nm_settings_xml) $(addsuffix \ .xsl,$(basename $(man_nm_settings_xml))) $(man_pages) \ $(addsuffix .xml,$(basename $(man_pages))) \ $(man_pages_autogen) $(NULL) man/meson.build \ vapi/NM-1.0.metadata vapi/libnm.deps vapi/meson.build \ - CONTRIBUTING.md COPYING.LGPL COPYING.GFDL NetworkManager.pc.in \ - intltool-extract.in intltool-merge.in intltool-update.in \ - linker-script-binary.ver linker-script-devices.ver \ - linker-script-settings.ver src/core/ppp/nm-ppp-plugin.ver \ - Makefile.glib autogen.sh lsan.suppressions \ - valgrind.suppressions meson.build meson_options.txt \ - config.h.meson config-extra.h.meson docs/meson.build \ - po/meson.build src/meson.build \ + CONTRIBUTING.md COPYING.LGPL COPYING.GFDL intltool-extract.in \ + intltool-merge.in intltool-update.in linker-script-binary.ver \ + linker-script-devices.ver linker-script-settings.ver \ + src/core/ppp/nm-ppp-plugin.ver Makefile.glib autogen.sh \ + lsan.suppressions valgrind.suppressions meson.build \ + meson_options.txt config.h.meson config-extra.h.meson \ + docs/meson.build po/meson.build src/meson.build \ src/libnm-core-public/nm-version-macros.h.in \ src/contrib/nm-vpn-editor-plugin-call.h \ tools/check-config-options.sh tools/check-docs.sh \ @@ -4992,6 +5030,7 @@ EXTRA_DIST = src/c-stdaux/src/c-stdaux.h $(NULL) \ examples/python/gi/nm-add-connection2.py \ examples/python/gi/nm-connection-update-stable-id.py \ examples/python/gi/nm-keyfile.py \ + examples/python/gi/nm-up-many.py \ examples/python/gi/nm-update2.py examples/python/gi/nm-wg-set \ examples/python/gi/ovs-external-ids.py \ examples/python/gi/setting-user-data.py \ @@ -5007,16 +5046,16 @@ EXTRA_DIST = src/c-stdaux/src/c-stdaux.h $(NULL) \ EXTRA_LTLIBRARIES = dist_hook = dist-hook-settings-ifcfg-rh-alias-files dist_dependencies = src/libnm-core-public/nm-vpn-dbus-types.xml \ - src/libnm-core-public/nm-dbus-types.xml $(am__append_71) \ - $(am__append_74) $(am__append_77) $(man_pages) \ + src/libnm-core-public/nm-dbus-types.xml $(am__append_72) \ + $(am__append_75) $(am__append_78) $(man_pages) \ $(man_pages_autogen) dist_configure_check = $(am__append_2) install_data_hook = install-data-hook-dirs $(am__append_27) \ - install-data-hook-dispatcher $(am__append_53) $(am__append_62) \ - $(am__append_78) -install_exec_hook = $(am__append_57) -uninstall_hook = $(am__append_54) $(am__append_58) $(am__append_63) \ + install-data-hook-dispatcher $(am__append_54) $(am__append_63) \ $(am__append_79) +install_exec_hook = $(am__append_58) +uninstall_hook = $(am__append_55) $(am__append_59) $(am__append_64) \ + $(am__append_80) BUILT_SOURCES = src/libnm-core-public/nm-vpn-dbus-types.xml \ src/libnm-core-public/nm-dbus-types.xml $(gir_DATA) \ $(typelib_DATA) @@ -5029,9 +5068,9 @@ GLIB_GENERATED = $(src_libnm_core_public_mkenums_h) \ man_pages = man/NetworkManager.8 man/NetworkManager-dispatcher.8 \ man/NetworkManager.conf.5 man/nm-online.1 \ man/nm-initrd-generator.8 man/nmcli-examples.7 man/nmcli.1 \ - man/nmtui.1 $(NULL) $(am__append_72) $(am__append_75) + man/nmtui.1 $(NULL) $(am__append_73) $(am__append_76) man_pages_autogen = man/nm-settings-dbus.5 man/nm-settings-keyfile.5 \ - man/nm-settings-nmcli.5 $(NULL) $(am__append_69) + man/nm-settings-nmcli.5 $(NULL) $(am__append_70) ############################################################################### @@ -5091,7 +5130,6 @@ check_programs = src/libnm-platform/tests/test-nm-platform \ src/core/platform/tests/test-platform-general \ src/core/platform/tests/test-route-fake \ src/core/platform/tests/test-route-linux \ - src/core/platform/tests/test-tc-fake \ src/core/platform/tests/test-tc-linux $(NULL) \ src/core/devices/tests/test-lldp \ src/core/devices/tests/test-acd \ @@ -5103,7 +5141,7 @@ check_programs = src/libnm-platform/tests/test-nm-platform \ src/core/tests/test-l3cfg src/core/tests/test-systemd \ src/core/tests/test-utils src/core/tests/test-wired-defname \ $(NULL) src/nm-dispatcher/tests/test-dispatcher-envp \ - src/libnmc-setting/tests/test-libnmc-setting $(am__append_66) + src/libnmc-setting/tests/test-libnmc-setting $(am__append_67) check_programs_norun = $(am__append_17) $(am__append_41) \ src/core/platform/tests/monitor \ src/core/ndisc/tests/test-ndisc-linux \ @@ -5115,7 +5153,7 @@ check_programs_norun = $(am__append_17) $(am__append_41) \ examples/C/glib/list-connections-libnm \ examples/C/glib/monitor-nm-running-gdbus \ examples/C/glib/monitor-nm-state-gdbus \ - examples/C/glib/vpn-import-libnm $(NULL) $(am__append_89) + examples/C/glib/vpn-import-libnm $(NULL) $(am__append_90) ############################################################################### @@ -5130,16 +5168,18 @@ check_ltlibraries = $(am__append_7) $(am__append_8) \ check_local = check-docs check-local-exports-libnm $(am__append_13) \ check-config-options $(am__append_24) $(am__append_31) \ check-local-devices-adsl $(am__append_35) $(am__append_45) \ - $(am__append_48) $(am__append_51) check-local-tests-client \ - check-local-gitlab-ci $(am__append_91) check-tree \ - check-po-msgfmt -VAPIGEN_VAPIS = $(am__append_82) + $(am__append_48) $(am__append_50) $(am__append_52) \ + check-local-tests-client check-local-gitlab-ci \ + $(am__append_92) check-tree check-po-msgfmt +VAPIGEN_VAPIS = $(am__append_83) dbusservice_DATA = $(am__append_28) \ src/nm-dispatcher/nm-dispatcher.conf \ + src/nm-priv-helper/nm-priv-helper.conf \ src/core/org.freedesktop.NetworkManager.conf dbusactivation_DATA = \ - src/nm-dispatcher/org.freedesktop.nm_dispatcher.service -systemdsystemunit_DATA = $(am__append_61) $(am__append_67) + src/nm-dispatcher/org.freedesktop.nm_dispatcher.service \ + src/nm-priv-helper/org.freedesktop.nm-priv-helper.service +systemdsystemunit_DATA = $(am__append_62) $(am__append_68) INTROSPECTION_GIRS = $(am__append_10) INTROSPECTION_SCANNER_ARGS = INTROSPECTION_COMPILER_ARGS = @@ -5156,7 +5196,7 @@ pkgconfig_DATA = src/libnm-client-impl/libnm.pc pppd_plugindir = $(PPPD_PLUGIN_DIR) pppd_plugin_LTLIBRARIES = $(am__append_20) vapidir = $(datadir)/vala/vapi -vapi_DATA = $(am__append_83) +vapi_DATA = $(am__append_84) examplesdir = $(docdir)/examples rundir = $(runstatedir)/NetworkManager statedir = $(localstatedir)/lib/NetworkManager @@ -5458,6 +5498,8 @@ src_libnm_base_libnm_base_la_SOURCES = \ src/libnm-base/nm-ethtool-utils-base.h \ src/libnm-base/nm-net-aux.c \ src/libnm-base/nm-net-aux.h \ + src/libnm-base/nm-priv-helper-utils.c \ + src/libnm-base/nm-priv-helper-utils.h \ $(NULL) src_libnm_base_libnm_base_la_LDFLAGS = \ @@ -5982,6 +6024,7 @@ src_libnm_core_impl_lib_h_pub_real = \ src/libnm-core-public/nm-setting-8021x.h \ src/libnm-core-public/nm-setting-adsl.h \ src/libnm-core-public/nm-setting-bluetooth.h \ + src/libnm-core-public/nm-setting-bond-port.h \ src/libnm-core-public/nm-setting-bond.h \ src/libnm-core-public/nm-setting-bridge-port.h \ src/libnm-core-public/nm-setting-bridge.h \ @@ -6065,6 +6108,7 @@ src_libnm_core_impl_lib_c_settings_real = \ src/libnm-core-impl/nm-setting-8021x.c \ src/libnm-core-impl/nm-setting-adsl.c \ src/libnm-core-impl/nm-setting-bluetooth.c \ + src/libnm-core-impl/nm-setting-bond-port.c \ src/libnm-core-impl/nm-setting-bond.c \ src/libnm-core-impl/nm-setting-bridge-port.c \ src/libnm-core-impl/nm-setting-bridge.c \ @@ -6620,6 +6664,7 @@ src_libnm_systemd_shared_libnm_systemd_shared_la_SOURCES = \ src/libnm-systemd-shared/sd-adapt-shared/arphrd-list.h \ src/libnm-systemd-shared/sd-adapt-shared/blockdev-util.h \ src/libnm-systemd-shared/sd-adapt-shared/build.h \ + src/libnm-systemd-shared/sd-adapt-shared/chase-symlinks.h \ src/libnm-systemd-shared/sd-adapt-shared/copy.h \ src/libnm-systemd-shared/sd-adapt-shared/def.h \ src/libnm-systemd-shared/sd-adapt-shared/dhcp-server-internal.h \ @@ -6632,6 +6677,7 @@ src_libnm_systemd_shared_libnm_systemd_shared_la_SOURCES = \ src/libnm-systemd-shared/sd-adapt-shared/locale-util.h \ src/libnm-systemd-shared/sd-adapt-shared/memfd-util.h \ src/libnm-systemd-shared/sd-adapt-shared/missing_fs.h \ + src/libnm-systemd-shared/sd-adapt-shared/missing_ioprio.h \ src/libnm-systemd-shared/sd-adapt-shared/missing_keyctl.h \ src/libnm-systemd-shared/sd-adapt-shared/missing_magic.h \ src/libnm-systemd-shared/sd-adapt-shared/missing_network.h \ @@ -6645,6 +6691,7 @@ src_libnm_systemd_shared_libnm_systemd_shared_la_SOURCES = \ src/libnm-systemd-shared/sd-adapt-shared/os-util.h \ src/libnm-systemd-shared/sd-adapt-shared/raw-clone.h \ src/libnm-systemd-shared/sd-adapt-shared/rlimit-util.h \ + src/libnm-systemd-shared/sd-adapt-shared/sync-util.h \ src/libnm-systemd-shared/sd-adapt-shared/sysctl-util.h \ src/libnm-systemd-shared/sd-adapt-shared/terminal-util.h \ src/libnm-systemd-shared/sd-adapt-shared/unaligned.h \ @@ -6684,6 +6731,8 @@ src_libnm_systemd_shared_libnm_systemd_shared_la_SOURCES = \ src/libnm-systemd-shared/src/basic/hostname-util.h \ src/libnm-systemd-shared/src/basic/in-addr-util.c \ src/libnm-systemd-shared/src/basic/in-addr-util.h \ + src/libnm-systemd-shared/src/basic/inotify-util.c \ + src/libnm-systemd-shared/src/basic/inotify-util.h \ src/libnm-systemd-shared/src/basic/io-util.c \ src/libnm-systemd-shared/src/basic/io-util.h \ src/libnm-systemd-shared/src/basic/list.h \ @@ -6805,11 +6854,11 @@ src_libnm_systemd_core_libnm_systemd_core_la_SOURCES = \ src/libnm-systemd-core/src/libsystemd-network/dhcp6-network.c \ src/libnm-systemd-core/src/libsystemd-network/dhcp6-option.c \ src/libnm-systemd-core/src/libsystemd-network/dhcp6-protocol.h \ - src/libnm-systemd-core/src/libsystemd-network/lldp-internal.h \ src/libnm-systemd-core/src/libsystemd-network/lldp-neighbor.c \ src/libnm-systemd-core/src/libsystemd-network/lldp-neighbor.h \ src/libnm-systemd-core/src/libsystemd-network/lldp-network.c \ src/libnm-systemd-core/src/libsystemd-network/lldp-network.h \ + src/libnm-systemd-core/src/libsystemd-network/lldp-rx-internal.h \ src/libnm-systemd-core/src/libsystemd-network/network-common.c \ src/libnm-systemd-core/src/libsystemd-network/network-common.h \ src/libnm-systemd-core/src/libsystemd-network/network-internal.c \ @@ -6820,7 +6869,7 @@ src_libnm_systemd_core_libnm_systemd_core_la_SOURCES = \ src/libnm-systemd-core/src/libsystemd-network/sd-dhcp6-lease.c \ src/libnm-systemd-core/src/libsystemd-network/sd-ipv4acd.c \ src/libnm-systemd-core/src/libsystemd-network/sd-ipv4ll.c \ - src/libnm-systemd-core/src/libsystemd-network/sd-lldp.c \ + src/libnm-systemd-core/src/libsystemd-network/sd-lldp-rx.c \ src/libnm-systemd-core/src/libsystemd/sd-event/event-source.h \ src/libnm-systemd-core/src/libsystemd/sd-event/event-util.c \ src/libnm-systemd-core/src/libsystemd/sd-event/event-util.h \ @@ -6839,6 +6888,7 @@ src_libnm_systemd_core_libnm_systemd_core_la_SOURCES = \ src/libnm-systemd-core/src/systemd/sd-id128.h \ src/libnm-systemd-core/src/systemd/sd-ipv4acd.h \ src/libnm-systemd-core/src/systemd/sd-ipv4ll.h \ + src/libnm-systemd-core/src/systemd/sd-lldp-rx.h \ src/libnm-systemd-core/src/systemd/sd-lldp.h \ src/libnm-systemd-core/src/systemd/sd-ndisc.h \ $(NULL) @@ -6879,6 +6929,8 @@ src_core_libNetworkManagerBase_la_SOURCES = \ src/core/nm-l3-config-data.h \ src/core/nm-l3-ipv4ll.c \ src/core/nm-l3-ipv4ll.h \ + src/core/nm-l3-ipv6ll.c \ + src/core/nm-l3-ipv6ll.h \ src/core/nm-l3cfg.c \ src/core/nm-l3cfg.h \ src/core/nm-ip-config.c \ @@ -7086,8 +7138,10 @@ src_core_libNetworkManager_la_SOURCES = \ src/core/nm-policy.h \ src/core/nm-rfkill-manager.c \ src/core/nm-rfkill-manager.h \ - src/core/nm-session-monitor.h \ src/core/nm-session-monitor.c \ + src/core/nm-session-monitor.h \ + src/core/nm-priv-helper-call.c \ + src/core/nm-priv-helper-call.h \ src/core/nm-keep-alive.c \ src/core/nm-keep-alive.h \ src/core/nm-sleep-monitor.c \ @@ -7780,10 +7834,6 @@ src_core_platform_tests_test_route_linux_SOURCES = src/core/platform/tests/test- src_core_platform_tests_test_route_linux_CPPFLAGS = $(src_core_tests_cppflags_linux) src_core_platform_tests_test_route_linux_LDFLAGS = $(src_core_platform_tests_ldflags) src_core_platform_tests_test_route_linux_LDADD = $(src_core_platform_tests_libadd) -src_core_platform_tests_test_tc_fake_SOURCES = src/core/platform/tests/test-tc.c -src_core_platform_tests_test_tc_fake_CPPFLAGS = $(src_core_tests_cppflags_fake) -src_core_platform_tests_test_tc_fake_LDFLAGS = $(src_core_platform_tests_ldflags) -src_core_platform_tests_test_tc_fake_LDADD = $(src_core_platform_tests_libadd) src_core_platform_tests_test_tc_linux_SOURCES = src/core/platform/tests/test-tc.c src_core_platform_tests_test_tc_linux_CPPFLAGS = $(src_core_tests_cppflags_linux) src_core_platform_tests_test_tc_linux_LDFLAGS = $(src_core_platform_tests_ldflags) @@ -7941,6 +7991,7 @@ src_nm_dispatcher_nm_dispatcher_LDADD = \ src/nm-dispatcher/libnm-dispatcher-core.la \ src/libnm-client-impl/libnm.la \ src/libnm-glib-aux/libnm-glib-aux.la \ + src/libnm-log-null/libnm-log-null.la \ src/libnm-std-aux/libnm-std-aux.la \ src/c-siphash/libc-siphash.la \ $(GLIB_LIBS) \ @@ -7978,6 +8029,35 @@ src_nm_dispatcher_tests_test_dispatcher_envp_LDADD = \ $(GLIB_LIBS) \ $(NULL) +src_nm_priv_helper_nm_priv_helper_SOURCES = \ + src/nm-priv-helper/nm-priv-helper.c \ + $(NULL) + +src_nm_priv_helper_nm_priv_helper_CPPFLAGS = \ + $(dflt_cppflags) \ + -I$(builddir)/src/libnm-core-public \ + -I$(srcdir)/src/libnm-core-public \ + -I$(builddir)/src/libnm-client-public \ + -I$(srcdir)/src/libnm-client-public \ + -I$(srcdir)/src \ + -I$(builddir)/src \ + $(GLIB_CFLAGS) \ + $(NULL) + +src_nm_priv_helper_nm_priv_helper_LDFLAGS = \ + -Wl,--version-script="$(srcdir)/linker-script-binary.ver" \ + $(SANITIZER_EXEC_LDFLAGS) \ + $(NULL) + +src_nm_priv_helper_nm_priv_helper_LDADD = \ + src/libnm-base/libnm-base.la \ + src/libnm-glib-aux/libnm-glib-aux.la \ + src/libnm-log-null/libnm-log-null.la \ + src/libnm-std-aux/libnm-std-aux.la \ + src/c-siphash/libc-siphash.la \ + $(GLIB_LIBS) \ + $(NULL) + src_nm_daemon_helper_nm_daemon_helper_CPPFLAGS = \ $(dflt_cppflags) \ -I$(srcdir)/src \ @@ -8013,6 +8093,7 @@ src_nm_online_nm_online_LDADD = \ src/libnm-client-impl/libnm.la \ src/libnm-client-aux-extern/libnm-client-aux-extern.la \ src/libnm-glib-aux/libnm-glib-aux.la \ + src/libnm-log-null/libnm-log-null.la \ src/libnm-std-aux/libnm-std-aux.la \ src/c-siphash/libc-siphash.la \ $(GLIB_LIBS) \ @@ -8129,6 +8210,7 @@ src_libnmc_setting_tests_test_libnmc_setting_LDADD = \ @BUILD_NMCLI_TRUE@ src/libnm-core-aux-intern/libnm-core-aux-intern.la \ @BUILD_NMCLI_TRUE@ src/libnm-base/libnm-base.la \ @BUILD_NMCLI_TRUE@ src/libnm-glib-aux/libnm-glib-aux.la \ +@BUILD_NMCLI_TRUE@ src/libnm-log-null/libnm-log-null.la \ @BUILD_NMCLI_TRUE@ src/libnm-std-aux/libnm-std-aux.la \ @BUILD_NMCLI_TRUE@ src/c-siphash/libc-siphash.la \ @BUILD_NMCLI_TRUE@ src/libnm-client-aux-extern/libnm-client-aux-extern.la \ @@ -8157,6 +8239,7 @@ src_nmcli_generate_docs_nm_settings_nmcli_LDADD = \ src/libnm-base/libnm-base.la \ src/libnm-client-impl/libnm.la \ src/libnm-glib-aux/libnm-glib-aux.la \ + src/libnm-log-null/libnm-log-null.la \ src/libnm-std-aux/libnm-std-aux.la \ src/c-siphash/libc-siphash.la \ $(GLIB_LIBS) \ @@ -8256,12 +8339,14 @@ src_nmcli_generate_docs_nm_settings_nmcli_LDFLAGS = \ @BUILD_NMTUI_TRUE@ src/nmtui/nmt-mac-entry.h \ @BUILD_NMTUI_TRUE@ src/nmtui/nmt-mtu-entry.c \ @BUILD_NMTUI_TRUE@ src/nmtui/nmt-mtu-entry.h \ +@BUILD_NMTUI_TRUE@ src/nmtui/nmt-page-bond-port.c \ +@BUILD_NMTUI_TRUE@ src/nmtui/nmt-page-bond-port.h \ @BUILD_NMTUI_TRUE@ src/nmtui/nmt-page-bond.c \ @BUILD_NMTUI_TRUE@ src/nmtui/nmt-page-bond.h \ -@BUILD_NMTUI_TRUE@ src/nmtui/nmt-page-bridge.c \ -@BUILD_NMTUI_TRUE@ src/nmtui/nmt-page-bridge.h \ @BUILD_NMTUI_TRUE@ src/nmtui/nmt-page-bridge-port.c \ @BUILD_NMTUI_TRUE@ src/nmtui/nmt-page-bridge-port.h \ +@BUILD_NMTUI_TRUE@ src/nmtui/nmt-page-bridge.c \ +@BUILD_NMTUI_TRUE@ src/nmtui/nmt-page-bridge.h \ @BUILD_NMTUI_TRUE@ src/nmtui/nmt-page-dsl.c \ @BUILD_NMTUI_TRUE@ src/nmtui/nmt-page-dsl.h \ @BUILD_NMTUI_TRUE@ src/nmtui/nmt-page-ethernet.c \ @@ -8276,14 +8361,16 @@ src_nmcli_generate_docs_nm_settings_nmcli_LDFLAGS = \ @BUILD_NMTUI_TRUE@ src/nmtui/nmt-page-ip6.h \ @BUILD_NMTUI_TRUE@ src/nmtui/nmt-page-ppp.c \ @BUILD_NMTUI_TRUE@ src/nmtui/nmt-page-ppp.h \ -@BUILD_NMTUI_TRUE@ src/nmtui/nmt-page-team.c \ -@BUILD_NMTUI_TRUE@ src/nmtui/nmt-page-team.h \ @BUILD_NMTUI_TRUE@ src/nmtui/nmt-page-team-port.c \ @BUILD_NMTUI_TRUE@ src/nmtui/nmt-page-team-port.h \ +@BUILD_NMTUI_TRUE@ src/nmtui/nmt-page-team.c \ +@BUILD_NMTUI_TRUE@ src/nmtui/nmt-page-team.h \ @BUILD_NMTUI_TRUE@ src/nmtui/nmt-page-vlan.c \ @BUILD_NMTUI_TRUE@ src/nmtui/nmt-page-vlan.h \ @BUILD_NMTUI_TRUE@ src/nmtui/nmt-page-wifi.c \ @BUILD_NMTUI_TRUE@ src/nmtui/nmt-page-wifi.h \ +@BUILD_NMTUI_TRUE@ src/nmtui/nmt-page-wireguard.c \ +@BUILD_NMTUI_TRUE@ src/nmtui/nmt-page-wireguard.h \ @BUILD_NMTUI_TRUE@ src/nmtui/nmt-password-dialog.c \ @BUILD_NMTUI_TRUE@ src/nmtui/nmt-password-dialog.h \ @BUILD_NMTUI_TRUE@ src/nmtui/nmt-password-fields.c \ @@ -8298,6 +8385,10 @@ src_nmcli_generate_docs_nm_settings_nmcli_LDFLAGS = \ @BUILD_NMTUI_TRUE@ src/nmtui/nmt-slave-list.h \ @BUILD_NMTUI_TRUE@ src/nmtui/nmt-utils.c \ @BUILD_NMTUI_TRUE@ src/nmtui/nmt-utils.h \ +@BUILD_NMTUI_TRUE@ src/nmtui/nmt-wireguard-peer-editor.c \ +@BUILD_NMTUI_TRUE@ src/nmtui/nmt-wireguard-peer-editor.h \ +@BUILD_NMTUI_TRUE@ src/nmtui/nmt-wireguard-peer-list.c \ +@BUILD_NMTUI_TRUE@ src/nmtui/nmt-wireguard-peer-list.h \ @BUILD_NMTUI_TRUE@ src/nmtui/nmt-widget-list.c \ @BUILD_NMTUI_TRUE@ src/nmtui/nmt-widget-list.h \ @BUILD_NMTUI_TRUE@ $(NULL) @@ -8320,6 +8411,7 @@ src_nmcli_generate_docs_nm_settings_nmcli_LDFLAGS = \ @BUILD_NMTUI_TRUE@ src/libnm-core-aux-intern/libnm-core-aux-intern.la \ @BUILD_NMTUI_TRUE@ src/libnm-base/libnm-base.la \ @BUILD_NMTUI_TRUE@ src/libnm-glib-aux/libnm-glib-aux.la \ +@BUILD_NMTUI_TRUE@ src/libnm-log-null/libnm-log-null.la \ @BUILD_NMTUI_TRUE@ src/libnm-std-aux/libnm-std-aux.la \ @BUILD_NMTUI_TRUE@ src/c-siphash/libc-siphash.la \ @BUILD_NMTUI_TRUE@ src/libnm-client-impl/libnm.la \ @@ -8376,6 +8468,7 @@ src_nmcli_generate_docs_nm_settings_nmcli_LDFLAGS = \ @BUILD_NM_CLOUD_SETUP_TRUE@ src/libnm-core-aux-intern/libnm-core-aux-intern.la \ @BUILD_NM_CLOUD_SETUP_TRUE@ src/libnm-base/libnm-base.la \ @BUILD_NM_CLOUD_SETUP_TRUE@ src/libnm-glib-aux/libnm-glib-aux.la \ +@BUILD_NM_CLOUD_SETUP_TRUE@ src/libnm-log-null/libnm-log-null.la \ @BUILD_NM_CLOUD_SETUP_TRUE@ src/libnm-std-aux/libnm-std-aux.la \ @BUILD_NM_CLOUD_SETUP_TRUE@ src/c-siphash/libc-siphash.la \ @BUILD_NM_CLOUD_SETUP_TRUE@ src/libnm-client-impl/libnm.la \ @@ -8400,6 +8493,7 @@ src_nmcli_generate_docs_nm_settings_nmcli_LDFLAGS = \ @BUILD_NM_CLOUD_SETUP_TRUE@ src/libnm-core-aux-intern/libnm-core-aux-intern.la \ @BUILD_NM_CLOUD_SETUP_TRUE@ src/libnm-base/libnm-base.la \ @BUILD_NM_CLOUD_SETUP_TRUE@ src/libnm-glib-aux/libnm-glib-aux.la \ +@BUILD_NM_CLOUD_SETUP_TRUE@ src/libnm-log-null/libnm-log-null.la \ @BUILD_NM_CLOUD_SETUP_TRUE@ src/libnm-std-aux/libnm-std-aux.la \ @BUILD_NM_CLOUD_SETUP_TRUE@ src/c-siphash/libc-siphash.la \ @BUILD_NM_CLOUD_SETUP_TRUE@ src/libnm-client-impl/libnm.la \ @@ -8586,8 +8680,6 @@ distclean-hdr: -rm -f config.h stamp-h1 data/org.freedesktop.NetworkManager.policy.in: $(top_builddir)/config.status $(top_srcdir)/data/org.freedesktop.NetworkManager.policy.in.in cd $(top_builddir) && $(SHELL) ./config.status $@ -NetworkManager.pc: $(top_builddir)/config.status $(srcdir)/NetworkManager.pc.in - cd $(top_builddir) && $(SHELL) ./config.status $@ src/libnm-client-impl/libnm.pc: $(top_builddir)/config.status $(top_srcdir)/src/libnm-client-impl/libnm.pc.in cd $(top_builddir) && $(SHELL) ./config.status $@ src/libnm-core-public/nm-version-macros.h: $(top_builddir)/config.status $(top_srcdir)/src/libnm-core-public/nm-version-macros.h.in @@ -9612,6 +9704,8 @@ src/core/libNetworkManager_la-nm-rfkill-manager.lo: \ src/core/$(am__dirstamp) src/core/$(DEPDIR)/$(am__dirstamp) src/core/libNetworkManager_la-nm-session-monitor.lo: \ src/core/$(am__dirstamp) src/core/$(DEPDIR)/$(am__dirstamp) +src/core/libNetworkManager_la-nm-priv-helper-call.lo: \ + src/core/$(am__dirstamp) src/core/$(DEPDIR)/$(am__dirstamp) src/core/libNetworkManager_la-nm-keep-alive.lo: \ src/core/$(am__dirstamp) src/core/$(DEPDIR)/$(am__dirstamp) src/core/libNetworkManager_la-nm-sleep-monitor.lo: \ @@ -9645,6 +9739,8 @@ src/core/libNetworkManagerBase_la-nm-l3-config-data.lo: \ src/core/$(am__dirstamp) src/core/$(DEPDIR)/$(am__dirstamp) src/core/libNetworkManagerBase_la-nm-l3-ipv4ll.lo: \ src/core/$(am__dirstamp) src/core/$(DEPDIR)/$(am__dirstamp) +src/core/libNetworkManagerBase_la-nm-l3-ipv6ll.lo: \ + src/core/$(am__dirstamp) src/core/$(DEPDIR)/$(am__dirstamp) src/core/libNetworkManagerBase_la-nm-l3cfg.lo: \ src/core/$(am__dirstamp) src/core/$(DEPDIR)/$(am__dirstamp) src/core/libNetworkManagerBase_la-nm-ip-config.lo: \ @@ -9781,6 +9877,9 @@ src/libnm-base/libnm_base_la-nm-ethtool-base.lo: \ src/libnm-base/libnm_base_la-nm-net-aux.lo: \ src/libnm-base/$(am__dirstamp) \ src/libnm-base/$(DEPDIR)/$(am__dirstamp) +src/libnm-base/libnm_base_la-nm-priv-helper-utils.lo: \ + src/libnm-base/$(am__dirstamp) \ + src/libnm-base/$(DEPDIR)/$(am__dirstamp) src/libnm-base/libnm-base.la: $(src_libnm_base_libnm_base_la_OBJECTS) $(src_libnm_base_libnm_base_la_DEPENDENCIES) $(EXTRA_src_libnm_base_libnm_base_la_DEPENDENCIES) src/libnm-base/$(am__dirstamp) $(AM_V_CCLD)$(src_libnm_base_libnm_base_la_LINK) $(src_libnm_base_libnm_base_la_OBJECTS) $(src_libnm_base_libnm_base_la_LIBADD) $(LIBS) @@ -10030,6 +10129,9 @@ src/libnm-core-impl/libnm_core_impl_la-nm-setting-adsl.lo: \ src/libnm-core-impl/libnm_core_impl_la-nm-setting-bluetooth.lo: \ src/libnm-core-impl/$(am__dirstamp) \ src/libnm-core-impl/$(DEPDIR)/$(am__dirstamp) +src/libnm-core-impl/libnm_core_impl_la-nm-setting-bond-port.lo: \ + src/libnm-core-impl/$(am__dirstamp) \ + src/libnm-core-impl/$(DEPDIR)/$(am__dirstamp) src/libnm-core-impl/libnm_core_impl_la-nm-setting-bond.lo: \ src/libnm-core-impl/$(am__dirstamp) \ src/libnm-core-impl/$(DEPDIR)/$(am__dirstamp) @@ -10468,7 +10570,7 @@ src/libnm-systemd-core/src/libsystemd-network/libnm_systemd_core_la-sd-ipv4acd.l src/libnm-systemd-core/src/libsystemd-network/libnm_systemd_core_la-sd-ipv4ll.lo: \ src/libnm-systemd-core/src/libsystemd-network/$(am__dirstamp) \ src/libnm-systemd-core/src/libsystemd-network/$(DEPDIR)/$(am__dirstamp) -src/libnm-systemd-core/src/libsystemd-network/libnm_systemd_core_la-sd-lldp.lo: \ +src/libnm-systemd-core/src/libsystemd-network/libnm_systemd_core_la-sd-lldp-rx.lo: \ src/libnm-systemd-core/src/libsystemd-network/$(am__dirstamp) \ src/libnm-systemd-core/src/libsystemd-network/$(DEPDIR)/$(am__dirstamp) src/libnm-systemd-core/src/libsystemd/sd-event/$(am__dirstamp): @@ -10554,6 +10656,9 @@ src/libnm-systemd-shared/src/basic/libnm_systemd_shared_la-hostname-util.lo: \ src/libnm-systemd-shared/src/basic/libnm_systemd_shared_la-in-addr-util.lo: \ src/libnm-systemd-shared/src/basic/$(am__dirstamp) \ src/libnm-systemd-shared/src/basic/$(DEPDIR)/$(am__dirstamp) +src/libnm-systemd-shared/src/basic/libnm_systemd_shared_la-inotify-util.lo: \ + src/libnm-systemd-shared/src/basic/$(am__dirstamp) \ + src/libnm-systemd-shared/src/basic/$(DEPDIR)/$(am__dirstamp) src/libnm-systemd-shared/src/basic/libnm_systemd_shared_la-io-util.lo: \ src/libnm-systemd-shared/src/basic/$(am__dirstamp) \ src/libnm-systemd-shared/src/basic/$(DEPDIR)/$(am__dirstamp) @@ -11118,13 +11223,6 @@ src/core/platform/tests/test_route_linux-test-route.$(OBJEXT): \ src/core/platform/tests/test-route-linux$(EXEEXT): $(src_core_platform_tests_test_route_linux_OBJECTS) $(src_core_platform_tests_test_route_linux_DEPENDENCIES) $(EXTRA_src_core_platform_tests_test_route_linux_DEPENDENCIES) src/core/platform/tests/$(am__dirstamp) @rm -f src/core/platform/tests/test-route-linux$(EXEEXT) $(AM_V_CCLD)$(src_core_platform_tests_test_route_linux_LINK) $(src_core_platform_tests_test_route_linux_OBJECTS) $(src_core_platform_tests_test_route_linux_LDADD) $(LIBS) -src/core/platform/tests/test_tc_fake-test-tc.$(OBJEXT): \ - src/core/platform/tests/$(am__dirstamp) \ - src/core/platform/tests/$(DEPDIR)/$(am__dirstamp) - -src/core/platform/tests/test-tc-fake$(EXEEXT): $(src_core_platform_tests_test_tc_fake_OBJECTS) $(src_core_platform_tests_test_tc_fake_DEPENDENCIES) $(EXTRA_src_core_platform_tests_test_tc_fake_DEPENDENCIES) src/core/platform/tests/$(am__dirstamp) - @rm -f src/core/platform/tests/test-tc-fake$(EXEEXT) - $(AM_V_CCLD)$(src_core_platform_tests_test_tc_fake_LINK) $(src_core_platform_tests_test_tc_fake_OBJECTS) $(src_core_platform_tests_test_tc_fake_LDADD) $(LIBS) src/core/platform/tests/test_tc_linux-test-tc.$(OBJEXT): \ src/core/platform/tests/$(am__dirstamp) \ src/core/platform/tests/$(DEPDIR)/$(am__dirstamp) @@ -11526,6 +11624,19 @@ src/nm-online/nm_online-nm-online.$(OBJEXT): \ src/nm-online/nm-online$(EXEEXT): $(src_nm_online_nm_online_OBJECTS) $(src_nm_online_nm_online_DEPENDENCIES) $(EXTRA_src_nm_online_nm_online_DEPENDENCIES) src/nm-online/$(am__dirstamp) @rm -f src/nm-online/nm-online$(EXEEXT) $(AM_V_CCLD)$(src_nm_online_nm_online_LINK) $(src_nm_online_nm_online_OBJECTS) $(src_nm_online_nm_online_LDADD) $(LIBS) +src/nm-priv-helper/$(am__dirstamp): + @$(MKDIR_P) src/nm-priv-helper + @: > src/nm-priv-helper/$(am__dirstamp) +src/nm-priv-helper/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) src/nm-priv-helper/$(DEPDIR) + @: > src/nm-priv-helper/$(DEPDIR)/$(am__dirstamp) +src/nm-priv-helper/nm_priv_helper-nm-priv-helper.$(OBJEXT): \ + src/nm-priv-helper/$(am__dirstamp) \ + src/nm-priv-helper/$(DEPDIR)/$(am__dirstamp) + +src/nm-priv-helper/nm-priv-helper$(EXEEXT): $(src_nm_priv_helper_nm_priv_helper_OBJECTS) $(src_nm_priv_helper_nm_priv_helper_DEPENDENCIES) $(EXTRA_src_nm_priv_helper_nm_priv_helper_DEPENDENCIES) src/nm-priv-helper/$(am__dirstamp) + @rm -f src/nm-priv-helper/nm-priv-helper$(EXEEXT) + $(AM_V_CCLD)$(src_nm_priv_helper_nm_priv_helper_LINK) $(src_nm_priv_helper_nm_priv_helper_OBJECTS) $(src_nm_priv_helper_nm_priv_helper_LDADD) $(LIBS) src/nmcli/$(am__dirstamp): @$(MKDIR_P) src/nmcli @: > src/nmcli/$(am__dirstamp) @@ -11602,12 +11713,14 @@ src/nmtui/nmtui-nmt-mac-entry.$(OBJEXT): src/nmtui/$(am__dirstamp) \ src/nmtui/$(DEPDIR)/$(am__dirstamp) src/nmtui/nmtui-nmt-mtu-entry.$(OBJEXT): src/nmtui/$(am__dirstamp) \ src/nmtui/$(DEPDIR)/$(am__dirstamp) +src/nmtui/nmtui-nmt-page-bond-port.$(OBJEXT): \ + src/nmtui/$(am__dirstamp) src/nmtui/$(DEPDIR)/$(am__dirstamp) src/nmtui/nmtui-nmt-page-bond.$(OBJEXT): src/nmtui/$(am__dirstamp) \ src/nmtui/$(DEPDIR)/$(am__dirstamp) -src/nmtui/nmtui-nmt-page-bridge.$(OBJEXT): src/nmtui/$(am__dirstamp) \ - src/nmtui/$(DEPDIR)/$(am__dirstamp) src/nmtui/nmtui-nmt-page-bridge-port.$(OBJEXT): \ src/nmtui/$(am__dirstamp) src/nmtui/$(DEPDIR)/$(am__dirstamp) +src/nmtui/nmtui-nmt-page-bridge.$(OBJEXT): src/nmtui/$(am__dirstamp) \ + src/nmtui/$(DEPDIR)/$(am__dirstamp) src/nmtui/nmtui-nmt-page-dsl.$(OBJEXT): src/nmtui/$(am__dirstamp) \ src/nmtui/$(DEPDIR)/$(am__dirstamp) src/nmtui/nmtui-nmt-page-ethernet.$(OBJEXT): \ @@ -11622,14 +11735,16 @@ src/nmtui/nmtui-nmt-page-ip6.$(OBJEXT): src/nmtui/$(am__dirstamp) \ src/nmtui/$(DEPDIR)/$(am__dirstamp) src/nmtui/nmtui-nmt-page-ppp.$(OBJEXT): src/nmtui/$(am__dirstamp) \ src/nmtui/$(DEPDIR)/$(am__dirstamp) -src/nmtui/nmtui-nmt-page-team.$(OBJEXT): src/nmtui/$(am__dirstamp) \ - src/nmtui/$(DEPDIR)/$(am__dirstamp) src/nmtui/nmtui-nmt-page-team-port.$(OBJEXT): \ src/nmtui/$(am__dirstamp) src/nmtui/$(DEPDIR)/$(am__dirstamp) +src/nmtui/nmtui-nmt-page-team.$(OBJEXT): src/nmtui/$(am__dirstamp) \ + src/nmtui/$(DEPDIR)/$(am__dirstamp) src/nmtui/nmtui-nmt-page-vlan.$(OBJEXT): src/nmtui/$(am__dirstamp) \ src/nmtui/$(DEPDIR)/$(am__dirstamp) src/nmtui/nmtui-nmt-page-wifi.$(OBJEXT): src/nmtui/$(am__dirstamp) \ src/nmtui/$(DEPDIR)/$(am__dirstamp) +src/nmtui/nmtui-nmt-page-wireguard.$(OBJEXT): \ + src/nmtui/$(am__dirstamp) src/nmtui/$(DEPDIR)/$(am__dirstamp) src/nmtui/nmtui-nmt-password-dialog.$(OBJEXT): \ src/nmtui/$(am__dirstamp) src/nmtui/$(DEPDIR)/$(am__dirstamp) src/nmtui/nmtui-nmt-password-fields.$(OBJEXT): \ @@ -11644,6 +11759,10 @@ src/nmtui/nmtui-nmt-slave-list.$(OBJEXT): src/nmtui/$(am__dirstamp) \ src/nmtui/$(DEPDIR)/$(am__dirstamp) src/nmtui/nmtui-nmt-utils.$(OBJEXT): src/nmtui/$(am__dirstamp) \ src/nmtui/$(DEPDIR)/$(am__dirstamp) +src/nmtui/nmtui-nmt-wireguard-peer-editor.$(OBJEXT): \ + src/nmtui/$(am__dirstamp) src/nmtui/$(DEPDIR)/$(am__dirstamp) +src/nmtui/nmtui-nmt-wireguard-peer-list.$(OBJEXT): \ + src/nmtui/$(am__dirstamp) src/nmtui/$(DEPDIR)/$(am__dirstamp) src/nmtui/nmtui-nmt-widget-list.$(OBJEXT): src/nmtui/$(am__dirstamp) \ src/nmtui/$(DEPDIR)/$(am__dirstamp) @@ -11834,6 +11953,7 @@ mostlyclean-compile: -rm -f src/nm-initrd-generator/*.lo -rm -f src/nm-initrd-generator/tests/*.$(OBJEXT) -rm -f src/nm-online/*.$(OBJEXT) + -rm -f src/nm-priv-helper/*.$(OBJEXT) -rm -f src/nmcli/*.$(OBJEXT) -rm -f src/nmtui/*.$(OBJEXT) @@ -11917,6 +12037,7 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@src/core/$(DEPDIR)/libNetworkManagerBase_la-nm-ip6-config.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/core/$(DEPDIR)/libNetworkManagerBase_la-nm-l3-config-data.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/core/$(DEPDIR)/libNetworkManagerBase_la-nm-l3-ipv4ll.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/core/$(DEPDIR)/libNetworkManagerBase_la-nm-l3-ipv6ll.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/core/$(DEPDIR)/libNetworkManagerBase_la-nm-l3cfg.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/core/$(DEPDIR)/libNetworkManagerBase_la-nm-netns.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/core/$(DEPDIR)/libNetworkManager_la-nm-act-request.Plo@am__quote@ # am--include-marker @@ -11940,6 +12061,7 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@src/core/$(DEPDIR)/libNetworkManager_la-nm-manager.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/core/$(DEPDIR)/libNetworkManager_la-nm-pacrunner-manager.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/core/$(DEPDIR)/libNetworkManager_la-nm-policy.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/core/$(DEPDIR)/libNetworkManager_la-nm-priv-helper-call.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/core/$(DEPDIR)/libNetworkManager_la-nm-proxy-config.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/core/$(DEPDIR)/libNetworkManager_la-nm-rfkill-manager.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/core/$(DEPDIR)/libNetworkManager_la-nm-session-monitor.Plo@am__quote@ # am--include-marker @@ -12045,7 +12167,6 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@src/core/platform/tests/$(DEPDIR)/test_platform_general-test-platform-general.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/core/platform/tests/$(DEPDIR)/test_route_fake-test-route.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/core/platform/tests/$(DEPDIR)/test_route_linux-test-route.Po@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@src/core/platform/tests/$(DEPDIR)/test_tc_fake-test-tc.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/core/platform/tests/$(DEPDIR)/test_tc_linux-test-tc.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/core/ppp/$(DEPDIR)/libNetworkManager_la-nm-ppp-manager-call.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/core/ppp/$(DEPDIR)/libnm_ppp_plugin_la-nm-ppp-manager.Plo@am__quote@ # am--include-marker @@ -12095,6 +12216,7 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@src/core/vpn/$(DEPDIR)/libNetworkManager_la-nm-vpn-manager.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/libnm-base/$(DEPDIR)/libnm_base_la-nm-ethtool-base.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/libnm-base/$(DEPDIR)/libnm_base_la-nm-net-aux.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/libnm-base/$(DEPDIR)/libnm_base_la-nm-priv-helper-utils.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/libnm-client-aux-extern/$(DEPDIR)/libnm_client_aux_extern_la-nm-libnm-aux.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/libnm-client-aux-extern/tests/$(DEPDIR)/test_libnm_client_aux-test-libnm-client-aux.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/libnm-client-impl/$(DEPDIR)/libnm_client_impl_la-nm-access-point.Plo@am__quote@ # am--include-marker @@ -12170,6 +12292,7 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@src/libnm-core-impl/$(DEPDIR)/libnm_core_impl_la-nm-setting-8021x.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/libnm-core-impl/$(DEPDIR)/libnm_core_impl_la-nm-setting-adsl.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/libnm-core-impl/$(DEPDIR)/libnm_core_impl_la-nm-setting-bluetooth.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/libnm-core-impl/$(DEPDIR)/libnm_core_impl_la-nm-setting-bond-port.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/libnm-core-impl/$(DEPDIR)/libnm_core_impl_la-nm-setting-bond.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/libnm-core-impl/$(DEPDIR)/libnm_core_impl_la-nm-setting-bridge-port.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/libnm-core-impl/$(DEPDIR)/libnm_core_impl_la-nm-setting-bridge.Plo@am__quote@ # am--include-marker @@ -12289,7 +12412,7 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@src/libnm-systemd-core/src/libsystemd-network/$(DEPDIR)/libnm_systemd_core_la-sd-dhcp6-lease.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/libnm-systemd-core/src/libsystemd-network/$(DEPDIR)/libnm_systemd_core_la-sd-ipv4acd.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/libnm-systemd-core/src/libsystemd-network/$(DEPDIR)/libnm_systemd_core_la-sd-ipv4ll.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@src/libnm-systemd-core/src/libsystemd-network/$(DEPDIR)/libnm_systemd_core_la-sd-lldp.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/libnm-systemd-core/src/libsystemd-network/$(DEPDIR)/libnm_systemd_core_la-sd-lldp-rx.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/libnm-systemd-core/src/libsystemd/sd-event/$(DEPDIR)/libnm_systemd_core_la-event-util.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/libnm-systemd-core/src/libsystemd/sd-event/$(DEPDIR)/libnm_systemd_core_la-sd-event.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/libnm-systemd-core/src/libsystemd/sd-id128/$(DEPDIR)/libnm_systemd_core_la-id128-util.Plo@am__quote@ # am--include-marker @@ -12310,6 +12433,7 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@src/libnm-systemd-shared/src/basic/$(DEPDIR)/libnm_systemd_shared_la-hexdecoct.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/libnm-systemd-shared/src/basic/$(DEPDIR)/libnm_systemd_shared_la-hostname-util.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/libnm-systemd-shared/src/basic/$(DEPDIR)/libnm_systemd_shared_la-in-addr-util.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/libnm-systemd-shared/src/basic/$(DEPDIR)/libnm_systemd_shared_la-inotify-util.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/libnm-systemd-shared/src/basic/$(DEPDIR)/libnm_systemd_shared_la-io-util.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/libnm-systemd-shared/src/basic/$(DEPDIR)/libnm_systemd_shared_la-memory-util.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/libnm-systemd-shared/src/basic/$(DEPDIR)/libnm_systemd_shared_la-mempool.Plo@am__quote@ # am--include-marker @@ -12399,6 +12523,7 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@src/nm-initrd-generator/tests/$(DEPDIR)/test_dt_reader-test-dt-reader.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/nm-initrd-generator/tests/$(DEPDIR)/test_ibft_reader-test-ibft-reader.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/nm-online/$(DEPDIR)/nm_online-nm-online.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/nm-priv-helper/$(DEPDIR)/nm_priv_helper-nm-priv-helper.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/nmcli/$(DEPDIR)/generate_docs_nm_settings_nmcli-generate-docs-nm-settings-nmcli.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/nmcli/$(DEPDIR)/nmcli-agent.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/nmcli/$(DEPDIR)/nmcli-common.Po@am__quote@ # am--include-marker @@ -12423,6 +12548,7 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@src/nmtui/$(DEPDIR)/nmtui-nmt-ip-entry.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/nmtui/$(DEPDIR)/nmtui-nmt-mac-entry.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/nmtui/$(DEPDIR)/nmtui-nmt-mtu-entry.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/nmtui/$(DEPDIR)/nmtui-nmt-page-bond-port.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/nmtui/$(DEPDIR)/nmtui-nmt-page-bond.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/nmtui/$(DEPDIR)/nmtui-nmt-page-bridge-port.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/nmtui/$(DEPDIR)/nmtui-nmt-page-bridge.Po@am__quote@ # am--include-marker @@ -12437,6 +12563,7 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@src/nmtui/$(DEPDIR)/nmtui-nmt-page-team.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/nmtui/$(DEPDIR)/nmtui-nmt-page-vlan.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/nmtui/$(DEPDIR)/nmtui-nmt-page-wifi.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/nmtui/$(DEPDIR)/nmtui-nmt-page-wireguard.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/nmtui/$(DEPDIR)/nmtui-nmt-password-dialog.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/nmtui/$(DEPDIR)/nmtui-nmt-password-fields.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/nmtui/$(DEPDIR)/nmtui-nmt-route-editor.Po@am__quote@ # am--include-marker @@ -12445,6 +12572,8 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@src/nmtui/$(DEPDIR)/nmtui-nmt-slave-list.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/nmtui/$(DEPDIR)/nmtui-nmt-utils.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/nmtui/$(DEPDIR)/nmtui-nmt-widget-list.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/nmtui/$(DEPDIR)/nmtui-nmt-wireguard-peer-editor.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/nmtui/$(DEPDIR)/nmtui-nmt-wireguard-peer-list.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/nmtui/$(DEPDIR)/nmtui-nmtui-connect.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/nmtui/$(DEPDIR)/nmtui-nmtui-edit.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/nmtui/$(DEPDIR)/nmtui-nmtui-hostname.Po@am__quote@ # am--include-marker @@ -13971,6 +14100,13 @@ src/core/libNetworkManager_la-nm-session-monitor.lo: src/core/nm-session-monitor @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_core_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/core/libNetworkManager_la-nm-session-monitor.lo `test -f 'src/core/nm-session-monitor.c' || echo '$(srcdir)/'`src/core/nm-session-monitor.c +src/core/libNetworkManager_la-nm-priv-helper-call.lo: src/core/nm-priv-helper-call.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_core_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/core/libNetworkManager_la-nm-priv-helper-call.lo -MD -MP -MF src/core/$(DEPDIR)/libNetworkManager_la-nm-priv-helper-call.Tpo -c -o src/core/libNetworkManager_la-nm-priv-helper-call.lo `test -f 'src/core/nm-priv-helper-call.c' || echo '$(srcdir)/'`src/core/nm-priv-helper-call.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/core/$(DEPDIR)/libNetworkManager_la-nm-priv-helper-call.Tpo src/core/$(DEPDIR)/libNetworkManager_la-nm-priv-helper-call.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/core/nm-priv-helper-call.c' object='src/core/libNetworkManager_la-nm-priv-helper-call.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_core_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/core/libNetworkManager_la-nm-priv-helper-call.lo `test -f 'src/core/nm-priv-helper-call.c' || echo '$(srcdir)/'`src/core/nm-priv-helper-call.c + src/core/libNetworkManager_la-nm-keep-alive.lo: src/core/nm-keep-alive.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_core_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/core/libNetworkManager_la-nm-keep-alive.lo -MD -MP -MF src/core/$(DEPDIR)/libNetworkManager_la-nm-keep-alive.Tpo -c -o src/core/libNetworkManager_la-nm-keep-alive.lo `test -f 'src/core/nm-keep-alive.c' || echo '$(srcdir)/'`src/core/nm-keep-alive.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/core/$(DEPDIR)/libNetworkManager_la-nm-keep-alive.Tpo src/core/$(DEPDIR)/libNetworkManager_la-nm-keep-alive.Plo @@ -14048,6 +14184,13 @@ src/core/libNetworkManagerBase_la-nm-l3-ipv4ll.lo: src/core/nm-l3-ipv4ll.c @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_core_libNetworkManagerBase_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/core/libNetworkManagerBase_la-nm-l3-ipv4ll.lo `test -f 'src/core/nm-l3-ipv4ll.c' || echo '$(srcdir)/'`src/core/nm-l3-ipv4ll.c +src/core/libNetworkManagerBase_la-nm-l3-ipv6ll.lo: src/core/nm-l3-ipv6ll.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_core_libNetworkManagerBase_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/core/libNetworkManagerBase_la-nm-l3-ipv6ll.lo -MD -MP -MF src/core/$(DEPDIR)/libNetworkManagerBase_la-nm-l3-ipv6ll.Tpo -c -o src/core/libNetworkManagerBase_la-nm-l3-ipv6ll.lo `test -f 'src/core/nm-l3-ipv6ll.c' || echo '$(srcdir)/'`src/core/nm-l3-ipv6ll.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/core/$(DEPDIR)/libNetworkManagerBase_la-nm-l3-ipv6ll.Tpo src/core/$(DEPDIR)/libNetworkManagerBase_la-nm-l3-ipv6ll.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/core/nm-l3-ipv6ll.c' object='src/core/libNetworkManagerBase_la-nm-l3-ipv6ll.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_core_libNetworkManagerBase_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/core/libNetworkManagerBase_la-nm-l3-ipv6ll.lo `test -f 'src/core/nm-l3-ipv6ll.c' || echo '$(srcdir)/'`src/core/nm-l3-ipv6ll.c + src/core/libNetworkManagerBase_la-nm-l3cfg.lo: src/core/nm-l3cfg.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_core_libNetworkManagerBase_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/core/libNetworkManagerBase_la-nm-l3cfg.lo -MD -MP -MF src/core/$(DEPDIR)/libNetworkManagerBase_la-nm-l3cfg.Tpo -c -o src/core/libNetworkManagerBase_la-nm-l3cfg.lo `test -f 'src/core/nm-l3cfg.c' || echo '$(srcdir)/'`src/core/nm-l3cfg.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/core/$(DEPDIR)/libNetworkManagerBase_la-nm-l3cfg.Tpo src/core/$(DEPDIR)/libNetworkManagerBase_la-nm-l3cfg.Plo @@ -14244,6 +14387,13 @@ src/libnm-base/libnm_base_la-nm-net-aux.lo: src/libnm-base/nm-net-aux.c @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libnm_base_libnm_base_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/libnm-base/libnm_base_la-nm-net-aux.lo `test -f 'src/libnm-base/nm-net-aux.c' || echo '$(srcdir)/'`src/libnm-base/nm-net-aux.c +src/libnm-base/libnm_base_la-nm-priv-helper-utils.lo: src/libnm-base/nm-priv-helper-utils.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libnm_base_libnm_base_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/libnm-base/libnm_base_la-nm-priv-helper-utils.lo -MD -MP -MF src/libnm-base/$(DEPDIR)/libnm_base_la-nm-priv-helper-utils.Tpo -c -o src/libnm-base/libnm_base_la-nm-priv-helper-utils.lo `test -f 'src/libnm-base/nm-priv-helper-utils.c' || echo '$(srcdir)/'`src/libnm-base/nm-priv-helper-utils.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/libnm-base/$(DEPDIR)/libnm_base_la-nm-priv-helper-utils.Tpo src/libnm-base/$(DEPDIR)/libnm_base_la-nm-priv-helper-utils.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/libnm-base/nm-priv-helper-utils.c' object='src/libnm-base/libnm_base_la-nm-priv-helper-utils.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libnm_base_libnm_base_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/libnm-base/libnm_base_la-nm-priv-helper-utils.lo `test -f 'src/libnm-base/nm-priv-helper-utils.c' || echo '$(srcdir)/'`src/libnm-base/nm-priv-helper-utils.c + src/libnm-client-aux-extern/libnm_client_aux_extern_la-nm-libnm-aux.lo: src/libnm-client-aux-extern/nm-libnm-aux.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libnm_client_aux_extern_libnm_client_aux_extern_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/libnm-client-aux-extern/libnm_client_aux_extern_la-nm-libnm-aux.lo -MD -MP -MF src/libnm-client-aux-extern/$(DEPDIR)/libnm_client_aux_extern_la-nm-libnm-aux.Tpo -c -o src/libnm-client-aux-extern/libnm_client_aux_extern_la-nm-libnm-aux.lo `test -f 'src/libnm-client-aux-extern/nm-libnm-aux.c' || echo '$(srcdir)/'`src/libnm-client-aux-extern/nm-libnm-aux.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/libnm-client-aux-extern/$(DEPDIR)/libnm_client_aux_extern_la-nm-libnm-aux.Tpo src/libnm-client-aux-extern/$(DEPDIR)/libnm_client_aux_extern_la-nm-libnm-aux.Plo @@ -14678,6 +14828,13 @@ src/libnm-core-impl/libnm_core_impl_la-nm-setting-bluetooth.lo: src/libnm-core-i @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libnm_core_impl_libnm_core_impl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/libnm-core-impl/libnm_core_impl_la-nm-setting-bluetooth.lo `test -f 'src/libnm-core-impl/nm-setting-bluetooth.c' || echo '$(srcdir)/'`src/libnm-core-impl/nm-setting-bluetooth.c +src/libnm-core-impl/libnm_core_impl_la-nm-setting-bond-port.lo: src/libnm-core-impl/nm-setting-bond-port.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libnm_core_impl_libnm_core_impl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/libnm-core-impl/libnm_core_impl_la-nm-setting-bond-port.lo -MD -MP -MF src/libnm-core-impl/$(DEPDIR)/libnm_core_impl_la-nm-setting-bond-port.Tpo -c -o src/libnm-core-impl/libnm_core_impl_la-nm-setting-bond-port.lo `test -f 'src/libnm-core-impl/nm-setting-bond-port.c' || echo '$(srcdir)/'`src/libnm-core-impl/nm-setting-bond-port.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/libnm-core-impl/$(DEPDIR)/libnm_core_impl_la-nm-setting-bond-port.Tpo src/libnm-core-impl/$(DEPDIR)/libnm_core_impl_la-nm-setting-bond-port.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/libnm-core-impl/nm-setting-bond-port.c' object='src/libnm-core-impl/libnm_core_impl_la-nm-setting-bond-port.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libnm_core_impl_libnm_core_impl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/libnm-core-impl/libnm_core_impl_la-nm-setting-bond-port.lo `test -f 'src/libnm-core-impl/nm-setting-bond-port.c' || echo '$(srcdir)/'`src/libnm-core-impl/nm-setting-bond-port.c + src/libnm-core-impl/libnm_core_impl_la-nm-setting-bond.lo: src/libnm-core-impl/nm-setting-bond.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libnm_core_impl_libnm_core_impl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/libnm-core-impl/libnm_core_impl_la-nm-setting-bond.lo -MD -MP -MF src/libnm-core-impl/$(DEPDIR)/libnm_core_impl_la-nm-setting-bond.Tpo -c -o src/libnm-core-impl/libnm_core_impl_la-nm-setting-bond.lo `test -f 'src/libnm-core-impl/nm-setting-bond.c' || echo '$(srcdir)/'`src/libnm-core-impl/nm-setting-bond.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/libnm-core-impl/$(DEPDIR)/libnm_core_impl_la-nm-setting-bond.Tpo src/libnm-core-impl/$(DEPDIR)/libnm_core_impl_la-nm-setting-bond.Plo @@ -15490,12 +15647,12 @@ src/libnm-systemd-core/src/libsystemd-network/libnm_systemd_core_la-sd-ipv4ll.lo @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libnm_systemd_core_libnm_systemd_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/libnm-systemd-core/src/libsystemd-network/libnm_systemd_core_la-sd-ipv4ll.lo `test -f 'src/libnm-systemd-core/src/libsystemd-network/sd-ipv4ll.c' || echo '$(srcdir)/'`src/libnm-systemd-core/src/libsystemd-network/sd-ipv4ll.c -src/libnm-systemd-core/src/libsystemd-network/libnm_systemd_core_la-sd-lldp.lo: src/libnm-systemd-core/src/libsystemd-network/sd-lldp.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libnm_systemd_core_libnm_systemd_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/libnm-systemd-core/src/libsystemd-network/libnm_systemd_core_la-sd-lldp.lo -MD -MP -MF src/libnm-systemd-core/src/libsystemd-network/$(DEPDIR)/libnm_systemd_core_la-sd-lldp.Tpo -c -o src/libnm-systemd-core/src/libsystemd-network/libnm_systemd_core_la-sd-lldp.lo `test -f 'src/libnm-systemd-core/src/libsystemd-network/sd-lldp.c' || echo '$(srcdir)/'`src/libnm-systemd-core/src/libsystemd-network/sd-lldp.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/libnm-systemd-core/src/libsystemd-network/$(DEPDIR)/libnm_systemd_core_la-sd-lldp.Tpo src/libnm-systemd-core/src/libsystemd-network/$(DEPDIR)/libnm_systemd_core_la-sd-lldp.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/libnm-systemd-core/src/libsystemd-network/sd-lldp.c' object='src/libnm-systemd-core/src/libsystemd-network/libnm_systemd_core_la-sd-lldp.lo' libtool=yes @AMDEPBACKSLASH@ +src/libnm-systemd-core/src/libsystemd-network/libnm_systemd_core_la-sd-lldp-rx.lo: src/libnm-systemd-core/src/libsystemd-network/sd-lldp-rx.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libnm_systemd_core_libnm_systemd_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/libnm-systemd-core/src/libsystemd-network/libnm_systemd_core_la-sd-lldp-rx.lo -MD -MP -MF src/libnm-systemd-core/src/libsystemd-network/$(DEPDIR)/libnm_systemd_core_la-sd-lldp-rx.Tpo -c -o src/libnm-systemd-core/src/libsystemd-network/libnm_systemd_core_la-sd-lldp-rx.lo `test -f 'src/libnm-systemd-core/src/libsystemd-network/sd-lldp-rx.c' || echo '$(srcdir)/'`src/libnm-systemd-core/src/libsystemd-network/sd-lldp-rx.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/libnm-systemd-core/src/libsystemd-network/$(DEPDIR)/libnm_systemd_core_la-sd-lldp-rx.Tpo src/libnm-systemd-core/src/libsystemd-network/$(DEPDIR)/libnm_systemd_core_la-sd-lldp-rx.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/libnm-systemd-core/src/libsystemd-network/sd-lldp-rx.c' object='src/libnm-systemd-core/src/libsystemd-network/libnm_systemd_core_la-sd-lldp-rx.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libnm_systemd_core_libnm_systemd_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/libnm-systemd-core/src/libsystemd-network/libnm_systemd_core_la-sd-lldp.lo `test -f 'src/libnm-systemd-core/src/libsystemd-network/sd-lldp.c' || echo '$(srcdir)/'`src/libnm-systemd-core/src/libsystemd-network/sd-lldp.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libnm_systemd_core_libnm_systemd_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/libnm-systemd-core/src/libsystemd-network/libnm_systemd_core_la-sd-lldp-rx.lo `test -f 'src/libnm-systemd-core/src/libsystemd-network/sd-lldp-rx.c' || echo '$(srcdir)/'`src/libnm-systemd-core/src/libsystemd-network/sd-lldp-rx.c src/libnm-systemd-core/src/libsystemd/sd-event/libnm_systemd_core_la-event-util.lo: src/libnm-systemd-core/src/libsystemd/sd-event/event-util.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libnm_systemd_core_libnm_systemd_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/libnm-systemd-core/src/libsystemd/sd-event/libnm_systemd_core_la-event-util.lo -MD -MP -MF src/libnm-systemd-core/src/libsystemd/sd-event/$(DEPDIR)/libnm_systemd_core_la-event-util.Tpo -c -o src/libnm-systemd-core/src/libsystemd/sd-event/libnm_systemd_core_la-event-util.lo `test -f 'src/libnm-systemd-core/src/libsystemd/sd-event/event-util.c' || echo '$(srcdir)/'`src/libnm-systemd-core/src/libsystemd/sd-event/event-util.c @@ -15637,6 +15794,13 @@ src/libnm-systemd-shared/src/basic/libnm_systemd_shared_la-in-addr-util.lo: src/ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libnm_systemd_shared_libnm_systemd_shared_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/libnm-systemd-shared/src/basic/libnm_systemd_shared_la-in-addr-util.lo `test -f 'src/libnm-systemd-shared/src/basic/in-addr-util.c' || echo '$(srcdir)/'`src/libnm-systemd-shared/src/basic/in-addr-util.c +src/libnm-systemd-shared/src/basic/libnm_systemd_shared_la-inotify-util.lo: src/libnm-systemd-shared/src/basic/inotify-util.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libnm_systemd_shared_libnm_systemd_shared_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/libnm-systemd-shared/src/basic/libnm_systemd_shared_la-inotify-util.lo -MD -MP -MF src/libnm-systemd-shared/src/basic/$(DEPDIR)/libnm_systemd_shared_la-inotify-util.Tpo -c -o src/libnm-systemd-shared/src/basic/libnm_systemd_shared_la-inotify-util.lo `test -f 'src/libnm-systemd-shared/src/basic/inotify-util.c' || echo '$(srcdir)/'`src/libnm-systemd-shared/src/basic/inotify-util.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/libnm-systemd-shared/src/basic/$(DEPDIR)/libnm_systemd_shared_la-inotify-util.Tpo src/libnm-systemd-shared/src/basic/$(DEPDIR)/libnm_systemd_shared_la-inotify-util.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/libnm-systemd-shared/src/basic/inotify-util.c' object='src/libnm-systemd-shared/src/basic/libnm_systemd_shared_la-inotify-util.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libnm_systemd_shared_libnm_systemd_shared_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/libnm-systemd-shared/src/basic/libnm_systemd_shared_la-inotify-util.lo `test -f 'src/libnm-systemd-shared/src/basic/inotify-util.c' || echo '$(srcdir)/'`src/libnm-systemd-shared/src/basic/inotify-util.c + src/libnm-systemd-shared/src/basic/libnm_systemd_shared_la-io-util.lo: src/libnm-systemd-shared/src/basic/io-util.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libnm_systemd_shared_libnm_systemd_shared_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/libnm-systemd-shared/src/basic/libnm_systemd_shared_la-io-util.lo -MD -MP -MF src/libnm-systemd-shared/src/basic/$(DEPDIR)/libnm_systemd_shared_la-io-util.Tpo -c -o src/libnm-systemd-shared/src/basic/libnm_systemd_shared_la-io-util.lo `test -f 'src/libnm-systemd-shared/src/basic/io-util.c' || echo '$(srcdir)/'`src/libnm-systemd-shared/src/basic/io-util.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/libnm-systemd-shared/src/basic/$(DEPDIR)/libnm_systemd_shared_la-io-util.Tpo src/libnm-systemd-shared/src/basic/$(DEPDIR)/libnm_systemd_shared_la-io-util.Plo @@ -16477,20 +16641,6 @@ src/core/platform/tests/test_route_linux-test-route.obj: src/core/platform/tests @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_core_platform_tests_test_route_linux_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/core/platform/tests/test_route_linux-test-route.obj `if test -f 'src/core/platform/tests/test-route.c'; then $(CYGPATH_W) 'src/core/platform/tests/test-route.c'; else $(CYGPATH_W) '$(srcdir)/src/core/platform/tests/test-route.c'; fi` -src/core/platform/tests/test_tc_fake-test-tc.o: src/core/platform/tests/test-tc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_core_platform_tests_test_tc_fake_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/core/platform/tests/test_tc_fake-test-tc.o -MD -MP -MF src/core/platform/tests/$(DEPDIR)/test_tc_fake-test-tc.Tpo -c -o src/core/platform/tests/test_tc_fake-test-tc.o `test -f 'src/core/platform/tests/test-tc.c' || echo '$(srcdir)/'`src/core/platform/tests/test-tc.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/core/platform/tests/$(DEPDIR)/test_tc_fake-test-tc.Tpo src/core/platform/tests/$(DEPDIR)/test_tc_fake-test-tc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/core/platform/tests/test-tc.c' object='src/core/platform/tests/test_tc_fake-test-tc.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_core_platform_tests_test_tc_fake_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/core/platform/tests/test_tc_fake-test-tc.o `test -f 'src/core/platform/tests/test-tc.c' || echo '$(srcdir)/'`src/core/platform/tests/test-tc.c - -src/core/platform/tests/test_tc_fake-test-tc.obj: src/core/platform/tests/test-tc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_core_platform_tests_test_tc_fake_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/core/platform/tests/test_tc_fake-test-tc.obj -MD -MP -MF src/core/platform/tests/$(DEPDIR)/test_tc_fake-test-tc.Tpo -c -o src/core/platform/tests/test_tc_fake-test-tc.obj `if test -f 'src/core/platform/tests/test-tc.c'; then $(CYGPATH_W) 'src/core/platform/tests/test-tc.c'; else $(CYGPATH_W) '$(srcdir)/src/core/platform/tests/test-tc.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/core/platform/tests/$(DEPDIR)/test_tc_fake-test-tc.Tpo src/core/platform/tests/$(DEPDIR)/test_tc_fake-test-tc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/core/platform/tests/test-tc.c' object='src/core/platform/tests/test_tc_fake-test-tc.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_core_platform_tests_test_tc_fake_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/core/platform/tests/test_tc_fake-test-tc.obj `if test -f 'src/core/platform/tests/test-tc.c'; then $(CYGPATH_W) 'src/core/platform/tests/test-tc.c'; else $(CYGPATH_W) '$(srcdir)/src/core/platform/tests/test-tc.c'; fi` - src/core/platform/tests/test_tc_linux-test-tc.o: src/core/platform/tests/test-tc.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_core_platform_tests_test_tc_linux_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/core/platform/tests/test_tc_linux-test-tc.o -MD -MP -MF src/core/platform/tests/$(DEPDIR)/test_tc_linux-test-tc.Tpo -c -o src/core/platform/tests/test_tc_linux-test-tc.o `test -f 'src/core/platform/tests/test-tc.c' || echo '$(srcdir)/'`src/core/platform/tests/test-tc.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/core/platform/tests/$(DEPDIR)/test_tc_linux-test-tc.Tpo src/core/platform/tests/$(DEPDIR)/test_tc_linux-test-tc.Po @@ -17121,6 +17271,20 @@ src/nm-online/nm_online-nm-online.obj: src/nm-online/nm-online.c @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_nm_online_nm_online_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/nm-online/nm_online-nm-online.obj `if test -f 'src/nm-online/nm-online.c'; then $(CYGPATH_W) 'src/nm-online/nm-online.c'; else $(CYGPATH_W) '$(srcdir)/src/nm-online/nm-online.c'; fi` +src/nm-priv-helper/nm_priv_helper-nm-priv-helper.o: src/nm-priv-helper/nm-priv-helper.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_nm_priv_helper_nm_priv_helper_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/nm-priv-helper/nm_priv_helper-nm-priv-helper.o -MD -MP -MF src/nm-priv-helper/$(DEPDIR)/nm_priv_helper-nm-priv-helper.Tpo -c -o src/nm-priv-helper/nm_priv_helper-nm-priv-helper.o `test -f 'src/nm-priv-helper/nm-priv-helper.c' || echo '$(srcdir)/'`src/nm-priv-helper/nm-priv-helper.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/nm-priv-helper/$(DEPDIR)/nm_priv_helper-nm-priv-helper.Tpo src/nm-priv-helper/$(DEPDIR)/nm_priv_helper-nm-priv-helper.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/nm-priv-helper/nm-priv-helper.c' object='src/nm-priv-helper/nm_priv_helper-nm-priv-helper.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_nm_priv_helper_nm_priv_helper_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/nm-priv-helper/nm_priv_helper-nm-priv-helper.o `test -f 'src/nm-priv-helper/nm-priv-helper.c' || echo '$(srcdir)/'`src/nm-priv-helper/nm-priv-helper.c + +src/nm-priv-helper/nm_priv_helper-nm-priv-helper.obj: src/nm-priv-helper/nm-priv-helper.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_nm_priv_helper_nm_priv_helper_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/nm-priv-helper/nm_priv_helper-nm-priv-helper.obj -MD -MP -MF src/nm-priv-helper/$(DEPDIR)/nm_priv_helper-nm-priv-helper.Tpo -c -o src/nm-priv-helper/nm_priv_helper-nm-priv-helper.obj `if test -f 'src/nm-priv-helper/nm-priv-helper.c'; then $(CYGPATH_W) 'src/nm-priv-helper/nm-priv-helper.c'; else $(CYGPATH_W) '$(srcdir)/src/nm-priv-helper/nm-priv-helper.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/nm-priv-helper/$(DEPDIR)/nm_priv_helper-nm-priv-helper.Tpo src/nm-priv-helper/$(DEPDIR)/nm_priv_helper-nm-priv-helper.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/nm-priv-helper/nm-priv-helper.c' object='src/nm-priv-helper/nm_priv_helper-nm-priv-helper.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_nm_priv_helper_nm_priv_helper_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/nm-priv-helper/nm_priv_helper-nm-priv-helper.obj `if test -f 'src/nm-priv-helper/nm-priv-helper.c'; then $(CYGPATH_W) 'src/nm-priv-helper/nm-priv-helper.c'; else $(CYGPATH_W) '$(srcdir)/src/nm-priv-helper/nm-priv-helper.c'; fi` + src/nmcli/generate_docs_nm_settings_nmcli-generate-docs-nm-settings-nmcli.o: src/nmcli/generate-docs-nm-settings-nmcli.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_nmcli_generate_docs_nm_settings_nmcli_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/nmcli/generate_docs_nm_settings_nmcli-generate-docs-nm-settings-nmcli.o -MD -MP -MF src/nmcli/$(DEPDIR)/generate_docs_nm_settings_nmcli-generate-docs-nm-settings-nmcli.Tpo -c -o src/nmcli/generate_docs_nm_settings_nmcli-generate-docs-nm-settings-nmcli.o `test -f 'src/nmcli/generate-docs-nm-settings-nmcli.c' || echo '$(srcdir)/'`src/nmcli/generate-docs-nm-settings-nmcli.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/nmcli/$(DEPDIR)/generate_docs_nm_settings_nmcli-generate-docs-nm-settings-nmcli.Tpo src/nmcli/$(DEPDIR)/generate_docs_nm_settings_nmcli-generate-docs-nm-settings-nmcli.Po @@ -17513,6 +17677,20 @@ src/nmtui/nmtui-nmt-mtu-entry.obj: src/nmtui/nmt-mtu-entry.c @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_nmtui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/nmtui/nmtui-nmt-mtu-entry.obj `if test -f 'src/nmtui/nmt-mtu-entry.c'; then $(CYGPATH_W) 'src/nmtui/nmt-mtu-entry.c'; else $(CYGPATH_W) '$(srcdir)/src/nmtui/nmt-mtu-entry.c'; fi` +src/nmtui/nmtui-nmt-page-bond-port.o: src/nmtui/nmt-page-bond-port.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_nmtui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/nmtui/nmtui-nmt-page-bond-port.o -MD -MP -MF src/nmtui/$(DEPDIR)/nmtui-nmt-page-bond-port.Tpo -c -o src/nmtui/nmtui-nmt-page-bond-port.o `test -f 'src/nmtui/nmt-page-bond-port.c' || echo '$(srcdir)/'`src/nmtui/nmt-page-bond-port.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/nmtui/$(DEPDIR)/nmtui-nmt-page-bond-port.Tpo src/nmtui/$(DEPDIR)/nmtui-nmt-page-bond-port.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/nmtui/nmt-page-bond-port.c' object='src/nmtui/nmtui-nmt-page-bond-port.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_nmtui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/nmtui/nmtui-nmt-page-bond-port.o `test -f 'src/nmtui/nmt-page-bond-port.c' || echo '$(srcdir)/'`src/nmtui/nmt-page-bond-port.c + +src/nmtui/nmtui-nmt-page-bond-port.obj: src/nmtui/nmt-page-bond-port.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_nmtui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/nmtui/nmtui-nmt-page-bond-port.obj -MD -MP -MF src/nmtui/$(DEPDIR)/nmtui-nmt-page-bond-port.Tpo -c -o src/nmtui/nmtui-nmt-page-bond-port.obj `if test -f 'src/nmtui/nmt-page-bond-port.c'; then $(CYGPATH_W) 'src/nmtui/nmt-page-bond-port.c'; else $(CYGPATH_W) '$(srcdir)/src/nmtui/nmt-page-bond-port.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/nmtui/$(DEPDIR)/nmtui-nmt-page-bond-port.Tpo src/nmtui/$(DEPDIR)/nmtui-nmt-page-bond-port.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/nmtui/nmt-page-bond-port.c' object='src/nmtui/nmtui-nmt-page-bond-port.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_nmtui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/nmtui/nmtui-nmt-page-bond-port.obj `if test -f 'src/nmtui/nmt-page-bond-port.c'; then $(CYGPATH_W) 'src/nmtui/nmt-page-bond-port.c'; else $(CYGPATH_W) '$(srcdir)/src/nmtui/nmt-page-bond-port.c'; fi` + src/nmtui/nmtui-nmt-page-bond.o: src/nmtui/nmt-page-bond.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_nmtui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/nmtui/nmtui-nmt-page-bond.o -MD -MP -MF src/nmtui/$(DEPDIR)/nmtui-nmt-page-bond.Tpo -c -o src/nmtui/nmtui-nmt-page-bond.o `test -f 'src/nmtui/nmt-page-bond.c' || echo '$(srcdir)/'`src/nmtui/nmt-page-bond.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/nmtui/$(DEPDIR)/nmtui-nmt-page-bond.Tpo src/nmtui/$(DEPDIR)/nmtui-nmt-page-bond.Po @@ -17527,20 +17705,6 @@ src/nmtui/nmtui-nmt-page-bond.obj: src/nmtui/nmt-page-bond.c @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_nmtui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/nmtui/nmtui-nmt-page-bond.obj `if test -f 'src/nmtui/nmt-page-bond.c'; then $(CYGPATH_W) 'src/nmtui/nmt-page-bond.c'; else $(CYGPATH_W) '$(srcdir)/src/nmtui/nmt-page-bond.c'; fi` -src/nmtui/nmtui-nmt-page-bridge.o: src/nmtui/nmt-page-bridge.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_nmtui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/nmtui/nmtui-nmt-page-bridge.o -MD -MP -MF src/nmtui/$(DEPDIR)/nmtui-nmt-page-bridge.Tpo -c -o src/nmtui/nmtui-nmt-page-bridge.o `test -f 'src/nmtui/nmt-page-bridge.c' || echo '$(srcdir)/'`src/nmtui/nmt-page-bridge.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/nmtui/$(DEPDIR)/nmtui-nmt-page-bridge.Tpo src/nmtui/$(DEPDIR)/nmtui-nmt-page-bridge.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/nmtui/nmt-page-bridge.c' object='src/nmtui/nmtui-nmt-page-bridge.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_nmtui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/nmtui/nmtui-nmt-page-bridge.o `test -f 'src/nmtui/nmt-page-bridge.c' || echo '$(srcdir)/'`src/nmtui/nmt-page-bridge.c - -src/nmtui/nmtui-nmt-page-bridge.obj: src/nmtui/nmt-page-bridge.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_nmtui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/nmtui/nmtui-nmt-page-bridge.obj -MD -MP -MF src/nmtui/$(DEPDIR)/nmtui-nmt-page-bridge.Tpo -c -o src/nmtui/nmtui-nmt-page-bridge.obj `if test -f 'src/nmtui/nmt-page-bridge.c'; then $(CYGPATH_W) 'src/nmtui/nmt-page-bridge.c'; else $(CYGPATH_W) '$(srcdir)/src/nmtui/nmt-page-bridge.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/nmtui/$(DEPDIR)/nmtui-nmt-page-bridge.Tpo src/nmtui/$(DEPDIR)/nmtui-nmt-page-bridge.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/nmtui/nmt-page-bridge.c' object='src/nmtui/nmtui-nmt-page-bridge.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_nmtui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/nmtui/nmtui-nmt-page-bridge.obj `if test -f 'src/nmtui/nmt-page-bridge.c'; then $(CYGPATH_W) 'src/nmtui/nmt-page-bridge.c'; else $(CYGPATH_W) '$(srcdir)/src/nmtui/nmt-page-bridge.c'; fi` - src/nmtui/nmtui-nmt-page-bridge-port.o: src/nmtui/nmt-page-bridge-port.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_nmtui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/nmtui/nmtui-nmt-page-bridge-port.o -MD -MP -MF src/nmtui/$(DEPDIR)/nmtui-nmt-page-bridge-port.Tpo -c -o src/nmtui/nmtui-nmt-page-bridge-port.o `test -f 'src/nmtui/nmt-page-bridge-port.c' || echo '$(srcdir)/'`src/nmtui/nmt-page-bridge-port.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/nmtui/$(DEPDIR)/nmtui-nmt-page-bridge-port.Tpo src/nmtui/$(DEPDIR)/nmtui-nmt-page-bridge-port.Po @@ -17555,6 +17719,20 @@ src/nmtui/nmtui-nmt-page-bridge-port.obj: src/nmtui/nmt-page-bridge-port.c @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_nmtui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/nmtui/nmtui-nmt-page-bridge-port.obj `if test -f 'src/nmtui/nmt-page-bridge-port.c'; then $(CYGPATH_W) 'src/nmtui/nmt-page-bridge-port.c'; else $(CYGPATH_W) '$(srcdir)/src/nmtui/nmt-page-bridge-port.c'; fi` +src/nmtui/nmtui-nmt-page-bridge.o: src/nmtui/nmt-page-bridge.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_nmtui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/nmtui/nmtui-nmt-page-bridge.o -MD -MP -MF src/nmtui/$(DEPDIR)/nmtui-nmt-page-bridge.Tpo -c -o src/nmtui/nmtui-nmt-page-bridge.o `test -f 'src/nmtui/nmt-page-bridge.c' || echo '$(srcdir)/'`src/nmtui/nmt-page-bridge.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/nmtui/$(DEPDIR)/nmtui-nmt-page-bridge.Tpo src/nmtui/$(DEPDIR)/nmtui-nmt-page-bridge.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/nmtui/nmt-page-bridge.c' object='src/nmtui/nmtui-nmt-page-bridge.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_nmtui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/nmtui/nmtui-nmt-page-bridge.o `test -f 'src/nmtui/nmt-page-bridge.c' || echo '$(srcdir)/'`src/nmtui/nmt-page-bridge.c + +src/nmtui/nmtui-nmt-page-bridge.obj: src/nmtui/nmt-page-bridge.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_nmtui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/nmtui/nmtui-nmt-page-bridge.obj -MD -MP -MF src/nmtui/$(DEPDIR)/nmtui-nmt-page-bridge.Tpo -c -o src/nmtui/nmtui-nmt-page-bridge.obj `if test -f 'src/nmtui/nmt-page-bridge.c'; then $(CYGPATH_W) 'src/nmtui/nmt-page-bridge.c'; else $(CYGPATH_W) '$(srcdir)/src/nmtui/nmt-page-bridge.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/nmtui/$(DEPDIR)/nmtui-nmt-page-bridge.Tpo src/nmtui/$(DEPDIR)/nmtui-nmt-page-bridge.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/nmtui/nmt-page-bridge.c' object='src/nmtui/nmtui-nmt-page-bridge.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_nmtui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/nmtui/nmtui-nmt-page-bridge.obj `if test -f 'src/nmtui/nmt-page-bridge.c'; then $(CYGPATH_W) 'src/nmtui/nmt-page-bridge.c'; else $(CYGPATH_W) '$(srcdir)/src/nmtui/nmt-page-bridge.c'; fi` + src/nmtui/nmtui-nmt-page-dsl.o: src/nmtui/nmt-page-dsl.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_nmtui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/nmtui/nmtui-nmt-page-dsl.o -MD -MP -MF src/nmtui/$(DEPDIR)/nmtui-nmt-page-dsl.Tpo -c -o src/nmtui/nmtui-nmt-page-dsl.o `test -f 'src/nmtui/nmt-page-dsl.c' || echo '$(srcdir)/'`src/nmtui/nmt-page-dsl.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/nmtui/$(DEPDIR)/nmtui-nmt-page-dsl.Tpo src/nmtui/$(DEPDIR)/nmtui-nmt-page-dsl.Po @@ -17653,20 +17831,6 @@ src/nmtui/nmtui-nmt-page-ppp.obj: src/nmtui/nmt-page-ppp.c @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_nmtui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/nmtui/nmtui-nmt-page-ppp.obj `if test -f 'src/nmtui/nmt-page-ppp.c'; then $(CYGPATH_W) 'src/nmtui/nmt-page-ppp.c'; else $(CYGPATH_W) '$(srcdir)/src/nmtui/nmt-page-ppp.c'; fi` -src/nmtui/nmtui-nmt-page-team.o: src/nmtui/nmt-page-team.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_nmtui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/nmtui/nmtui-nmt-page-team.o -MD -MP -MF src/nmtui/$(DEPDIR)/nmtui-nmt-page-team.Tpo -c -o src/nmtui/nmtui-nmt-page-team.o `test -f 'src/nmtui/nmt-page-team.c' || echo '$(srcdir)/'`src/nmtui/nmt-page-team.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/nmtui/$(DEPDIR)/nmtui-nmt-page-team.Tpo src/nmtui/$(DEPDIR)/nmtui-nmt-page-team.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/nmtui/nmt-page-team.c' object='src/nmtui/nmtui-nmt-page-team.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_nmtui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/nmtui/nmtui-nmt-page-team.o `test -f 'src/nmtui/nmt-page-team.c' || echo '$(srcdir)/'`src/nmtui/nmt-page-team.c - -src/nmtui/nmtui-nmt-page-team.obj: src/nmtui/nmt-page-team.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_nmtui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/nmtui/nmtui-nmt-page-team.obj -MD -MP -MF src/nmtui/$(DEPDIR)/nmtui-nmt-page-team.Tpo -c -o src/nmtui/nmtui-nmt-page-team.obj `if test -f 'src/nmtui/nmt-page-team.c'; then $(CYGPATH_W) 'src/nmtui/nmt-page-team.c'; else $(CYGPATH_W) '$(srcdir)/src/nmtui/nmt-page-team.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/nmtui/$(DEPDIR)/nmtui-nmt-page-team.Tpo src/nmtui/$(DEPDIR)/nmtui-nmt-page-team.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/nmtui/nmt-page-team.c' object='src/nmtui/nmtui-nmt-page-team.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_nmtui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/nmtui/nmtui-nmt-page-team.obj `if test -f 'src/nmtui/nmt-page-team.c'; then $(CYGPATH_W) 'src/nmtui/nmt-page-team.c'; else $(CYGPATH_W) '$(srcdir)/src/nmtui/nmt-page-team.c'; fi` - src/nmtui/nmtui-nmt-page-team-port.o: src/nmtui/nmt-page-team-port.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_nmtui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/nmtui/nmtui-nmt-page-team-port.o -MD -MP -MF src/nmtui/$(DEPDIR)/nmtui-nmt-page-team-port.Tpo -c -o src/nmtui/nmtui-nmt-page-team-port.o `test -f 'src/nmtui/nmt-page-team-port.c' || echo '$(srcdir)/'`src/nmtui/nmt-page-team-port.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/nmtui/$(DEPDIR)/nmtui-nmt-page-team-port.Tpo src/nmtui/$(DEPDIR)/nmtui-nmt-page-team-port.Po @@ -17681,6 +17845,20 @@ src/nmtui/nmtui-nmt-page-team-port.obj: src/nmtui/nmt-page-team-port.c @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_nmtui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/nmtui/nmtui-nmt-page-team-port.obj `if test -f 'src/nmtui/nmt-page-team-port.c'; then $(CYGPATH_W) 'src/nmtui/nmt-page-team-port.c'; else $(CYGPATH_W) '$(srcdir)/src/nmtui/nmt-page-team-port.c'; fi` +src/nmtui/nmtui-nmt-page-team.o: src/nmtui/nmt-page-team.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_nmtui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/nmtui/nmtui-nmt-page-team.o -MD -MP -MF src/nmtui/$(DEPDIR)/nmtui-nmt-page-team.Tpo -c -o src/nmtui/nmtui-nmt-page-team.o `test -f 'src/nmtui/nmt-page-team.c' || echo '$(srcdir)/'`src/nmtui/nmt-page-team.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/nmtui/$(DEPDIR)/nmtui-nmt-page-team.Tpo src/nmtui/$(DEPDIR)/nmtui-nmt-page-team.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/nmtui/nmt-page-team.c' object='src/nmtui/nmtui-nmt-page-team.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_nmtui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/nmtui/nmtui-nmt-page-team.o `test -f 'src/nmtui/nmt-page-team.c' || echo '$(srcdir)/'`src/nmtui/nmt-page-team.c + +src/nmtui/nmtui-nmt-page-team.obj: src/nmtui/nmt-page-team.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_nmtui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/nmtui/nmtui-nmt-page-team.obj -MD -MP -MF src/nmtui/$(DEPDIR)/nmtui-nmt-page-team.Tpo -c -o src/nmtui/nmtui-nmt-page-team.obj `if test -f 'src/nmtui/nmt-page-team.c'; then $(CYGPATH_W) 'src/nmtui/nmt-page-team.c'; else $(CYGPATH_W) '$(srcdir)/src/nmtui/nmt-page-team.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/nmtui/$(DEPDIR)/nmtui-nmt-page-team.Tpo src/nmtui/$(DEPDIR)/nmtui-nmt-page-team.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/nmtui/nmt-page-team.c' object='src/nmtui/nmtui-nmt-page-team.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_nmtui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/nmtui/nmtui-nmt-page-team.obj `if test -f 'src/nmtui/nmt-page-team.c'; then $(CYGPATH_W) 'src/nmtui/nmt-page-team.c'; else $(CYGPATH_W) '$(srcdir)/src/nmtui/nmt-page-team.c'; fi` + src/nmtui/nmtui-nmt-page-vlan.o: src/nmtui/nmt-page-vlan.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_nmtui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/nmtui/nmtui-nmt-page-vlan.o -MD -MP -MF src/nmtui/$(DEPDIR)/nmtui-nmt-page-vlan.Tpo -c -o src/nmtui/nmtui-nmt-page-vlan.o `test -f 'src/nmtui/nmt-page-vlan.c' || echo '$(srcdir)/'`src/nmtui/nmt-page-vlan.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/nmtui/$(DEPDIR)/nmtui-nmt-page-vlan.Tpo src/nmtui/$(DEPDIR)/nmtui-nmt-page-vlan.Po @@ -17709,6 +17887,20 @@ src/nmtui/nmtui-nmt-page-wifi.obj: src/nmtui/nmt-page-wifi.c @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_nmtui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/nmtui/nmtui-nmt-page-wifi.obj `if test -f 'src/nmtui/nmt-page-wifi.c'; then $(CYGPATH_W) 'src/nmtui/nmt-page-wifi.c'; else $(CYGPATH_W) '$(srcdir)/src/nmtui/nmt-page-wifi.c'; fi` +src/nmtui/nmtui-nmt-page-wireguard.o: src/nmtui/nmt-page-wireguard.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_nmtui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/nmtui/nmtui-nmt-page-wireguard.o -MD -MP -MF src/nmtui/$(DEPDIR)/nmtui-nmt-page-wireguard.Tpo -c -o src/nmtui/nmtui-nmt-page-wireguard.o `test -f 'src/nmtui/nmt-page-wireguard.c' || echo '$(srcdir)/'`src/nmtui/nmt-page-wireguard.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/nmtui/$(DEPDIR)/nmtui-nmt-page-wireguard.Tpo src/nmtui/$(DEPDIR)/nmtui-nmt-page-wireguard.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/nmtui/nmt-page-wireguard.c' object='src/nmtui/nmtui-nmt-page-wireguard.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_nmtui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/nmtui/nmtui-nmt-page-wireguard.o `test -f 'src/nmtui/nmt-page-wireguard.c' || echo '$(srcdir)/'`src/nmtui/nmt-page-wireguard.c + +src/nmtui/nmtui-nmt-page-wireguard.obj: src/nmtui/nmt-page-wireguard.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_nmtui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/nmtui/nmtui-nmt-page-wireguard.obj -MD -MP -MF src/nmtui/$(DEPDIR)/nmtui-nmt-page-wireguard.Tpo -c -o src/nmtui/nmtui-nmt-page-wireguard.obj `if test -f 'src/nmtui/nmt-page-wireguard.c'; then $(CYGPATH_W) 'src/nmtui/nmt-page-wireguard.c'; else $(CYGPATH_W) '$(srcdir)/src/nmtui/nmt-page-wireguard.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/nmtui/$(DEPDIR)/nmtui-nmt-page-wireguard.Tpo src/nmtui/$(DEPDIR)/nmtui-nmt-page-wireguard.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/nmtui/nmt-page-wireguard.c' object='src/nmtui/nmtui-nmt-page-wireguard.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_nmtui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/nmtui/nmtui-nmt-page-wireguard.obj `if test -f 'src/nmtui/nmt-page-wireguard.c'; then $(CYGPATH_W) 'src/nmtui/nmt-page-wireguard.c'; else $(CYGPATH_W) '$(srcdir)/src/nmtui/nmt-page-wireguard.c'; fi` + src/nmtui/nmtui-nmt-password-dialog.o: src/nmtui/nmt-password-dialog.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_nmtui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/nmtui/nmtui-nmt-password-dialog.o -MD -MP -MF src/nmtui/$(DEPDIR)/nmtui-nmt-password-dialog.Tpo -c -o src/nmtui/nmtui-nmt-password-dialog.o `test -f 'src/nmtui/nmt-password-dialog.c' || echo '$(srcdir)/'`src/nmtui/nmt-password-dialog.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/nmtui/$(DEPDIR)/nmtui-nmt-password-dialog.Tpo src/nmtui/$(DEPDIR)/nmtui-nmt-password-dialog.Po @@ -17807,6 +17999,34 @@ src/nmtui/nmtui-nmt-utils.obj: src/nmtui/nmt-utils.c @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_nmtui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/nmtui/nmtui-nmt-utils.obj `if test -f 'src/nmtui/nmt-utils.c'; then $(CYGPATH_W) 'src/nmtui/nmt-utils.c'; else $(CYGPATH_W) '$(srcdir)/src/nmtui/nmt-utils.c'; fi` +src/nmtui/nmtui-nmt-wireguard-peer-editor.o: src/nmtui/nmt-wireguard-peer-editor.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_nmtui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/nmtui/nmtui-nmt-wireguard-peer-editor.o -MD -MP -MF src/nmtui/$(DEPDIR)/nmtui-nmt-wireguard-peer-editor.Tpo -c -o src/nmtui/nmtui-nmt-wireguard-peer-editor.o `test -f 'src/nmtui/nmt-wireguard-peer-editor.c' || echo '$(srcdir)/'`src/nmtui/nmt-wireguard-peer-editor.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/nmtui/$(DEPDIR)/nmtui-nmt-wireguard-peer-editor.Tpo src/nmtui/$(DEPDIR)/nmtui-nmt-wireguard-peer-editor.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/nmtui/nmt-wireguard-peer-editor.c' object='src/nmtui/nmtui-nmt-wireguard-peer-editor.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_nmtui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/nmtui/nmtui-nmt-wireguard-peer-editor.o `test -f 'src/nmtui/nmt-wireguard-peer-editor.c' || echo '$(srcdir)/'`src/nmtui/nmt-wireguard-peer-editor.c + +src/nmtui/nmtui-nmt-wireguard-peer-editor.obj: src/nmtui/nmt-wireguard-peer-editor.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_nmtui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/nmtui/nmtui-nmt-wireguard-peer-editor.obj -MD -MP -MF src/nmtui/$(DEPDIR)/nmtui-nmt-wireguard-peer-editor.Tpo -c -o src/nmtui/nmtui-nmt-wireguard-peer-editor.obj `if test -f 'src/nmtui/nmt-wireguard-peer-editor.c'; then $(CYGPATH_W) 'src/nmtui/nmt-wireguard-peer-editor.c'; else $(CYGPATH_W) '$(srcdir)/src/nmtui/nmt-wireguard-peer-editor.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/nmtui/$(DEPDIR)/nmtui-nmt-wireguard-peer-editor.Tpo src/nmtui/$(DEPDIR)/nmtui-nmt-wireguard-peer-editor.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/nmtui/nmt-wireguard-peer-editor.c' object='src/nmtui/nmtui-nmt-wireguard-peer-editor.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_nmtui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/nmtui/nmtui-nmt-wireguard-peer-editor.obj `if test -f 'src/nmtui/nmt-wireguard-peer-editor.c'; then $(CYGPATH_W) 'src/nmtui/nmt-wireguard-peer-editor.c'; else $(CYGPATH_W) '$(srcdir)/src/nmtui/nmt-wireguard-peer-editor.c'; fi` + +src/nmtui/nmtui-nmt-wireguard-peer-list.o: src/nmtui/nmt-wireguard-peer-list.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_nmtui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/nmtui/nmtui-nmt-wireguard-peer-list.o -MD -MP -MF src/nmtui/$(DEPDIR)/nmtui-nmt-wireguard-peer-list.Tpo -c -o src/nmtui/nmtui-nmt-wireguard-peer-list.o `test -f 'src/nmtui/nmt-wireguard-peer-list.c' || echo '$(srcdir)/'`src/nmtui/nmt-wireguard-peer-list.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/nmtui/$(DEPDIR)/nmtui-nmt-wireguard-peer-list.Tpo src/nmtui/$(DEPDIR)/nmtui-nmt-wireguard-peer-list.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/nmtui/nmt-wireguard-peer-list.c' object='src/nmtui/nmtui-nmt-wireguard-peer-list.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_nmtui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/nmtui/nmtui-nmt-wireguard-peer-list.o `test -f 'src/nmtui/nmt-wireguard-peer-list.c' || echo '$(srcdir)/'`src/nmtui/nmt-wireguard-peer-list.c + +src/nmtui/nmtui-nmt-wireguard-peer-list.obj: src/nmtui/nmt-wireguard-peer-list.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_nmtui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/nmtui/nmtui-nmt-wireguard-peer-list.obj -MD -MP -MF src/nmtui/$(DEPDIR)/nmtui-nmt-wireguard-peer-list.Tpo -c -o src/nmtui/nmtui-nmt-wireguard-peer-list.obj `if test -f 'src/nmtui/nmt-wireguard-peer-list.c'; then $(CYGPATH_W) 'src/nmtui/nmt-wireguard-peer-list.c'; else $(CYGPATH_W) '$(srcdir)/src/nmtui/nmt-wireguard-peer-list.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/nmtui/$(DEPDIR)/nmtui-nmt-wireguard-peer-list.Tpo src/nmtui/$(DEPDIR)/nmtui-nmt-wireguard-peer-list.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/nmtui/nmt-wireguard-peer-list.c' object='src/nmtui/nmtui-nmt-wireguard-peer-list.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_nmtui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/nmtui/nmtui-nmt-wireguard-peer-list.obj `if test -f 'src/nmtui/nmt-wireguard-peer-list.c'; then $(CYGPATH_W) 'src/nmtui/nmt-wireguard-peer-list.c'; else $(CYGPATH_W) '$(srcdir)/src/nmtui/nmt-wireguard-peer-list.c'; fi` + src/nmtui/nmtui-nmt-widget-list.o: src/nmtui/nmt-widget-list.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_nmtui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/nmtui/nmtui-nmt-widget-list.o -MD -MP -MF src/nmtui/$(DEPDIR)/nmtui-nmt-widget-list.Tpo -c -o src/nmtui/nmtui-nmt-widget-list.o `test -f 'src/nmtui/nmt-widget-list.c' || echo '$(srcdir)/'`src/nmtui/nmt-widget-list.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/nmtui/$(DEPDIR)/nmtui-nmt-widget-list.Tpo src/nmtui/$(DEPDIR)/nmtui-nmt-widget-list.Po @@ -17997,6 +18217,7 @@ clean-libtool: -rm -rf src/nm-initrd-generator/.libs src/nm-initrd-generator/_libs -rm -rf src/nm-initrd-generator/tests/.libs src/nm-initrd-generator/tests/_libs -rm -rf src/nm-online/.libs src/nm-online/_libs + -rm -rf src/nm-priv-helper/.libs src/nm-priv-helper/_libs -rm -rf src/nmcli/.libs src/nmcli/_libs -rm -rf src/nmtui/.libs src/nmtui/_libs @@ -19007,13 +19228,6 @@ src/core/platform/tests/test-route-linux.log: src/core/platform/tests/test-route --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) -src/core/platform/tests/test-tc-fake.log: src/core/platform/tests/test-tc-fake$(EXEEXT) - @p='src/core/platform/tests/test-tc-fake$(EXEEXT)'; \ - b='src/core/platform/tests/test-tc-fake'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) src/core/platform/tests/test-tc-linux.log: src/core/platform/tests/test-tc-linux$(EXEEXT) @p='src/core/platform/tests/test-tc-linux$(EXEEXT)'; \ b='src/core/platform/tests/test-tc-linux'; \ @@ -19578,6 +19792,8 @@ distclean-generic: -rm -f src/nm-initrd-generator/tests/$(am__dirstamp) -rm -f src/nm-online/$(DEPDIR)/$(am__dirstamp) -rm -f src/nm-online/$(am__dirstamp) + -rm -f src/nm-priv-helper/$(DEPDIR)/$(am__dirstamp) + -rm -f src/nm-priv-helper/$(am__dirstamp) -rm -f src/nmcli/$(DEPDIR)/$(am__dirstamp) -rm -f src/nmcli/$(am__dirstamp) -rm -f src/nmtui/$(DEPDIR)/$(am__dirstamp) @@ -19675,6 +19891,7 @@ distclean: distclean-recursive -rm -f src/core/$(DEPDIR)/libNetworkManagerBase_la-nm-ip6-config.Plo -rm -f src/core/$(DEPDIR)/libNetworkManagerBase_la-nm-l3-config-data.Plo -rm -f src/core/$(DEPDIR)/libNetworkManagerBase_la-nm-l3-ipv4ll.Plo + -rm -f src/core/$(DEPDIR)/libNetworkManagerBase_la-nm-l3-ipv6ll.Plo -rm -f src/core/$(DEPDIR)/libNetworkManagerBase_la-nm-l3cfg.Plo -rm -f src/core/$(DEPDIR)/libNetworkManagerBase_la-nm-netns.Plo -rm -f src/core/$(DEPDIR)/libNetworkManager_la-nm-act-request.Plo @@ -19698,6 +19915,7 @@ distclean: distclean-recursive -rm -f src/core/$(DEPDIR)/libNetworkManager_la-nm-manager.Plo -rm -f src/core/$(DEPDIR)/libNetworkManager_la-nm-pacrunner-manager.Plo -rm -f src/core/$(DEPDIR)/libNetworkManager_la-nm-policy.Plo + -rm -f src/core/$(DEPDIR)/libNetworkManager_la-nm-priv-helper-call.Plo -rm -f src/core/$(DEPDIR)/libNetworkManager_la-nm-proxy-config.Plo -rm -f src/core/$(DEPDIR)/libNetworkManager_la-nm-rfkill-manager.Plo -rm -f src/core/$(DEPDIR)/libNetworkManager_la-nm-session-monitor.Plo @@ -19803,7 +20021,6 @@ distclean: distclean-recursive -rm -f src/core/platform/tests/$(DEPDIR)/test_platform_general-test-platform-general.Po -rm -f src/core/platform/tests/$(DEPDIR)/test_route_fake-test-route.Po -rm -f src/core/platform/tests/$(DEPDIR)/test_route_linux-test-route.Po - -rm -f src/core/platform/tests/$(DEPDIR)/test_tc_fake-test-tc.Po -rm -f src/core/platform/tests/$(DEPDIR)/test_tc_linux-test-tc.Po -rm -f src/core/ppp/$(DEPDIR)/libNetworkManager_la-nm-ppp-manager-call.Plo -rm -f src/core/ppp/$(DEPDIR)/libnm_ppp_plugin_la-nm-ppp-manager.Plo @@ -19853,6 +20070,7 @@ distclean: distclean-recursive -rm -f src/core/vpn/$(DEPDIR)/libNetworkManager_la-nm-vpn-manager.Plo -rm -f src/libnm-base/$(DEPDIR)/libnm_base_la-nm-ethtool-base.Plo -rm -f src/libnm-base/$(DEPDIR)/libnm_base_la-nm-net-aux.Plo + -rm -f src/libnm-base/$(DEPDIR)/libnm_base_la-nm-priv-helper-utils.Plo -rm -f src/libnm-client-aux-extern/$(DEPDIR)/libnm_client_aux_extern_la-nm-libnm-aux.Plo -rm -f src/libnm-client-aux-extern/tests/$(DEPDIR)/test_libnm_client_aux-test-libnm-client-aux.Po -rm -f src/libnm-client-impl/$(DEPDIR)/libnm_client_impl_la-nm-access-point.Plo @@ -19928,6 +20146,7 @@ distclean: distclean-recursive -rm -f src/libnm-core-impl/$(DEPDIR)/libnm_core_impl_la-nm-setting-8021x.Plo -rm -f src/libnm-core-impl/$(DEPDIR)/libnm_core_impl_la-nm-setting-adsl.Plo -rm -f src/libnm-core-impl/$(DEPDIR)/libnm_core_impl_la-nm-setting-bluetooth.Plo + -rm -f src/libnm-core-impl/$(DEPDIR)/libnm_core_impl_la-nm-setting-bond-port.Plo -rm -f src/libnm-core-impl/$(DEPDIR)/libnm_core_impl_la-nm-setting-bond.Plo -rm -f src/libnm-core-impl/$(DEPDIR)/libnm_core_impl_la-nm-setting-bridge-port.Plo -rm -f src/libnm-core-impl/$(DEPDIR)/libnm_core_impl_la-nm-setting-bridge.Plo @@ -20047,7 +20266,7 @@ distclean: distclean-recursive -rm -f src/libnm-systemd-core/src/libsystemd-network/$(DEPDIR)/libnm_systemd_core_la-sd-dhcp6-lease.Plo -rm -f src/libnm-systemd-core/src/libsystemd-network/$(DEPDIR)/libnm_systemd_core_la-sd-ipv4acd.Plo -rm -f src/libnm-systemd-core/src/libsystemd-network/$(DEPDIR)/libnm_systemd_core_la-sd-ipv4ll.Plo - -rm -f src/libnm-systemd-core/src/libsystemd-network/$(DEPDIR)/libnm_systemd_core_la-sd-lldp.Plo + -rm -f src/libnm-systemd-core/src/libsystemd-network/$(DEPDIR)/libnm_systemd_core_la-sd-lldp-rx.Plo -rm -f src/libnm-systemd-core/src/libsystemd/sd-event/$(DEPDIR)/libnm_systemd_core_la-event-util.Plo -rm -f src/libnm-systemd-core/src/libsystemd/sd-event/$(DEPDIR)/libnm_systemd_core_la-sd-event.Plo -rm -f src/libnm-systemd-core/src/libsystemd/sd-id128/$(DEPDIR)/libnm_systemd_core_la-id128-util.Plo @@ -20068,6 +20287,7 @@ distclean: distclean-recursive -rm -f src/libnm-systemd-shared/src/basic/$(DEPDIR)/libnm_systemd_shared_la-hexdecoct.Plo -rm -f src/libnm-systemd-shared/src/basic/$(DEPDIR)/libnm_systemd_shared_la-hostname-util.Plo -rm -f src/libnm-systemd-shared/src/basic/$(DEPDIR)/libnm_systemd_shared_la-in-addr-util.Plo + -rm -f src/libnm-systemd-shared/src/basic/$(DEPDIR)/libnm_systemd_shared_la-inotify-util.Plo -rm -f src/libnm-systemd-shared/src/basic/$(DEPDIR)/libnm_systemd_shared_la-io-util.Plo -rm -f src/libnm-systemd-shared/src/basic/$(DEPDIR)/libnm_systemd_shared_la-memory-util.Plo -rm -f src/libnm-systemd-shared/src/basic/$(DEPDIR)/libnm_systemd_shared_la-mempool.Plo @@ -20157,6 +20377,7 @@ distclean: distclean-recursive -rm -f src/nm-initrd-generator/tests/$(DEPDIR)/test_dt_reader-test-dt-reader.Po -rm -f src/nm-initrd-generator/tests/$(DEPDIR)/test_ibft_reader-test-ibft-reader.Po -rm -f src/nm-online/$(DEPDIR)/nm_online-nm-online.Po + -rm -f src/nm-priv-helper/$(DEPDIR)/nm_priv_helper-nm-priv-helper.Po -rm -f src/nmcli/$(DEPDIR)/generate_docs_nm_settings_nmcli-generate-docs-nm-settings-nmcli.Po -rm -f src/nmcli/$(DEPDIR)/nmcli-agent.Po -rm -f src/nmcli/$(DEPDIR)/nmcli-common.Po @@ -20181,6 +20402,7 @@ distclean: distclean-recursive -rm -f src/nmtui/$(DEPDIR)/nmtui-nmt-ip-entry.Po -rm -f src/nmtui/$(DEPDIR)/nmtui-nmt-mac-entry.Po -rm -f src/nmtui/$(DEPDIR)/nmtui-nmt-mtu-entry.Po + -rm -f src/nmtui/$(DEPDIR)/nmtui-nmt-page-bond-port.Po -rm -f src/nmtui/$(DEPDIR)/nmtui-nmt-page-bond.Po -rm -f src/nmtui/$(DEPDIR)/nmtui-nmt-page-bridge-port.Po -rm -f src/nmtui/$(DEPDIR)/nmtui-nmt-page-bridge.Po @@ -20195,6 +20417,7 @@ distclean: distclean-recursive -rm -f src/nmtui/$(DEPDIR)/nmtui-nmt-page-team.Po -rm -f src/nmtui/$(DEPDIR)/nmtui-nmt-page-vlan.Po -rm -f src/nmtui/$(DEPDIR)/nmtui-nmt-page-wifi.Po + -rm -f src/nmtui/$(DEPDIR)/nmtui-nmt-page-wireguard.Po -rm -f src/nmtui/$(DEPDIR)/nmtui-nmt-password-dialog.Po -rm -f src/nmtui/$(DEPDIR)/nmtui-nmt-password-fields.Po -rm -f src/nmtui/$(DEPDIR)/nmtui-nmt-route-editor.Po @@ -20203,6 +20426,8 @@ distclean: distclean-recursive -rm -f src/nmtui/$(DEPDIR)/nmtui-nmt-slave-list.Po -rm -f src/nmtui/$(DEPDIR)/nmtui-nmt-utils.Po -rm -f src/nmtui/$(DEPDIR)/nmtui-nmt-widget-list.Po + -rm -f src/nmtui/$(DEPDIR)/nmtui-nmt-wireguard-peer-editor.Po + -rm -f src/nmtui/$(DEPDIR)/nmtui-nmt-wireguard-peer-list.Po -rm -f src/nmtui/$(DEPDIR)/nmtui-nmtui-connect.Po -rm -f src/nmtui/$(DEPDIR)/nmtui-nmtui-edit.Po -rm -f src/nmtui/$(DEPDIR)/nmtui-nmtui-hostname.Po @@ -20343,6 +20568,7 @@ maintainer-clean: maintainer-clean-recursive -rm -f src/core/$(DEPDIR)/libNetworkManagerBase_la-nm-ip6-config.Plo -rm -f src/core/$(DEPDIR)/libNetworkManagerBase_la-nm-l3-config-data.Plo -rm -f src/core/$(DEPDIR)/libNetworkManagerBase_la-nm-l3-ipv4ll.Plo + -rm -f src/core/$(DEPDIR)/libNetworkManagerBase_la-nm-l3-ipv6ll.Plo -rm -f src/core/$(DEPDIR)/libNetworkManagerBase_la-nm-l3cfg.Plo -rm -f src/core/$(DEPDIR)/libNetworkManagerBase_la-nm-netns.Plo -rm -f src/core/$(DEPDIR)/libNetworkManager_la-nm-act-request.Plo @@ -20366,6 +20592,7 @@ maintainer-clean: maintainer-clean-recursive -rm -f src/core/$(DEPDIR)/libNetworkManager_la-nm-manager.Plo -rm -f src/core/$(DEPDIR)/libNetworkManager_la-nm-pacrunner-manager.Plo -rm -f src/core/$(DEPDIR)/libNetworkManager_la-nm-policy.Plo + -rm -f src/core/$(DEPDIR)/libNetworkManager_la-nm-priv-helper-call.Plo -rm -f src/core/$(DEPDIR)/libNetworkManager_la-nm-proxy-config.Plo -rm -f src/core/$(DEPDIR)/libNetworkManager_la-nm-rfkill-manager.Plo -rm -f src/core/$(DEPDIR)/libNetworkManager_la-nm-session-monitor.Plo @@ -20471,7 +20698,6 @@ maintainer-clean: maintainer-clean-recursive -rm -f src/core/platform/tests/$(DEPDIR)/test_platform_general-test-platform-general.Po -rm -f src/core/platform/tests/$(DEPDIR)/test_route_fake-test-route.Po -rm -f src/core/platform/tests/$(DEPDIR)/test_route_linux-test-route.Po - -rm -f src/core/platform/tests/$(DEPDIR)/test_tc_fake-test-tc.Po -rm -f src/core/platform/tests/$(DEPDIR)/test_tc_linux-test-tc.Po -rm -f src/core/ppp/$(DEPDIR)/libNetworkManager_la-nm-ppp-manager-call.Plo -rm -f src/core/ppp/$(DEPDIR)/libnm_ppp_plugin_la-nm-ppp-manager.Plo @@ -20521,6 +20747,7 @@ maintainer-clean: maintainer-clean-recursive -rm -f src/core/vpn/$(DEPDIR)/libNetworkManager_la-nm-vpn-manager.Plo -rm -f src/libnm-base/$(DEPDIR)/libnm_base_la-nm-ethtool-base.Plo -rm -f src/libnm-base/$(DEPDIR)/libnm_base_la-nm-net-aux.Plo + -rm -f src/libnm-base/$(DEPDIR)/libnm_base_la-nm-priv-helper-utils.Plo -rm -f src/libnm-client-aux-extern/$(DEPDIR)/libnm_client_aux_extern_la-nm-libnm-aux.Plo -rm -f src/libnm-client-aux-extern/tests/$(DEPDIR)/test_libnm_client_aux-test-libnm-client-aux.Po -rm -f src/libnm-client-impl/$(DEPDIR)/libnm_client_impl_la-nm-access-point.Plo @@ -20596,6 +20823,7 @@ maintainer-clean: maintainer-clean-recursive -rm -f src/libnm-core-impl/$(DEPDIR)/libnm_core_impl_la-nm-setting-8021x.Plo -rm -f src/libnm-core-impl/$(DEPDIR)/libnm_core_impl_la-nm-setting-adsl.Plo -rm -f src/libnm-core-impl/$(DEPDIR)/libnm_core_impl_la-nm-setting-bluetooth.Plo + -rm -f src/libnm-core-impl/$(DEPDIR)/libnm_core_impl_la-nm-setting-bond-port.Plo -rm -f src/libnm-core-impl/$(DEPDIR)/libnm_core_impl_la-nm-setting-bond.Plo -rm -f src/libnm-core-impl/$(DEPDIR)/libnm_core_impl_la-nm-setting-bridge-port.Plo -rm -f src/libnm-core-impl/$(DEPDIR)/libnm_core_impl_la-nm-setting-bridge.Plo @@ -20715,7 +20943,7 @@ maintainer-clean: maintainer-clean-recursive -rm -f src/libnm-systemd-core/src/libsystemd-network/$(DEPDIR)/libnm_systemd_core_la-sd-dhcp6-lease.Plo -rm -f src/libnm-systemd-core/src/libsystemd-network/$(DEPDIR)/libnm_systemd_core_la-sd-ipv4acd.Plo -rm -f src/libnm-systemd-core/src/libsystemd-network/$(DEPDIR)/libnm_systemd_core_la-sd-ipv4ll.Plo - -rm -f src/libnm-systemd-core/src/libsystemd-network/$(DEPDIR)/libnm_systemd_core_la-sd-lldp.Plo + -rm -f src/libnm-systemd-core/src/libsystemd-network/$(DEPDIR)/libnm_systemd_core_la-sd-lldp-rx.Plo -rm -f src/libnm-systemd-core/src/libsystemd/sd-event/$(DEPDIR)/libnm_systemd_core_la-event-util.Plo -rm -f src/libnm-systemd-core/src/libsystemd/sd-event/$(DEPDIR)/libnm_systemd_core_la-sd-event.Plo -rm -f src/libnm-systemd-core/src/libsystemd/sd-id128/$(DEPDIR)/libnm_systemd_core_la-id128-util.Plo @@ -20736,6 +20964,7 @@ maintainer-clean: maintainer-clean-recursive -rm -f src/libnm-systemd-shared/src/basic/$(DEPDIR)/libnm_systemd_shared_la-hexdecoct.Plo -rm -f src/libnm-systemd-shared/src/basic/$(DEPDIR)/libnm_systemd_shared_la-hostname-util.Plo -rm -f src/libnm-systemd-shared/src/basic/$(DEPDIR)/libnm_systemd_shared_la-in-addr-util.Plo + -rm -f src/libnm-systemd-shared/src/basic/$(DEPDIR)/libnm_systemd_shared_la-inotify-util.Plo -rm -f src/libnm-systemd-shared/src/basic/$(DEPDIR)/libnm_systemd_shared_la-io-util.Plo -rm -f src/libnm-systemd-shared/src/basic/$(DEPDIR)/libnm_systemd_shared_la-memory-util.Plo -rm -f src/libnm-systemd-shared/src/basic/$(DEPDIR)/libnm_systemd_shared_la-mempool.Plo @@ -20825,6 +21054,7 @@ maintainer-clean: maintainer-clean-recursive -rm -f src/nm-initrd-generator/tests/$(DEPDIR)/test_dt_reader-test-dt-reader.Po -rm -f src/nm-initrd-generator/tests/$(DEPDIR)/test_ibft_reader-test-ibft-reader.Po -rm -f src/nm-online/$(DEPDIR)/nm_online-nm-online.Po + -rm -f src/nm-priv-helper/$(DEPDIR)/nm_priv_helper-nm-priv-helper.Po -rm -f src/nmcli/$(DEPDIR)/generate_docs_nm_settings_nmcli-generate-docs-nm-settings-nmcli.Po -rm -f src/nmcli/$(DEPDIR)/nmcli-agent.Po -rm -f src/nmcli/$(DEPDIR)/nmcli-common.Po @@ -20849,6 +21079,7 @@ maintainer-clean: maintainer-clean-recursive -rm -f src/nmtui/$(DEPDIR)/nmtui-nmt-ip-entry.Po -rm -f src/nmtui/$(DEPDIR)/nmtui-nmt-mac-entry.Po -rm -f src/nmtui/$(DEPDIR)/nmtui-nmt-mtu-entry.Po + -rm -f src/nmtui/$(DEPDIR)/nmtui-nmt-page-bond-port.Po -rm -f src/nmtui/$(DEPDIR)/nmtui-nmt-page-bond.Po -rm -f src/nmtui/$(DEPDIR)/nmtui-nmt-page-bridge-port.Po -rm -f src/nmtui/$(DEPDIR)/nmtui-nmt-page-bridge.Po @@ -20863,6 +21094,7 @@ maintainer-clean: maintainer-clean-recursive -rm -f src/nmtui/$(DEPDIR)/nmtui-nmt-page-team.Po -rm -f src/nmtui/$(DEPDIR)/nmtui-nmt-page-vlan.Po -rm -f src/nmtui/$(DEPDIR)/nmtui-nmt-page-wifi.Po + -rm -f src/nmtui/$(DEPDIR)/nmtui-nmt-page-wireguard.Po -rm -f src/nmtui/$(DEPDIR)/nmtui-nmt-password-dialog.Po -rm -f src/nmtui/$(DEPDIR)/nmtui-nmt-password-fields.Po -rm -f src/nmtui/$(DEPDIR)/nmtui-nmt-route-editor.Po @@ -20871,6 +21103,8 @@ maintainer-clean: maintainer-clean-recursive -rm -f src/nmtui/$(DEPDIR)/nmtui-nmt-slave-list.Po -rm -f src/nmtui/$(DEPDIR)/nmtui-nmt-utils.Po -rm -f src/nmtui/$(DEPDIR)/nmtui-nmt-widget-list.Po + -rm -f src/nmtui/$(DEPDIR)/nmtui-nmt-wireguard-peer-editor.Po + -rm -f src/nmtui/$(DEPDIR)/nmtui-nmt-wireguard-peer-list.Po -rm -f src/nmtui/$(DEPDIR)/nmtui-nmtui-connect.Po -rm -f src/nmtui/$(DEPDIR)/nmtui-nmtui-edit.Po -rm -f src/nmtui/$(DEPDIR)/nmtui-nmtui-hostname.Po @@ -21370,6 +21604,11 @@ $(src_nm_dispatcher_tests_test_dispatcher_envp_OBJECTS): $(src_libnm_client_publ $(src_nm_dispatcher_tests_test_dispatcher_envp_OBJECTS): $(src_libnm_core_public_mkenums_h) +src/nm-priv-helper/org.freedesktop.nm-priv-helper.service: $(srcdir)/src/nm-priv-helper/org.freedesktop.nm-priv-helper.service.in + @sed \ + -e 's|@libexecdir[@]|$(libexecdir)|g' \ + $< >$@ + $(src_nm_online_nm_online_OBJECTS): $(src_libnm_core_public_mkenums_h) $(src_nm_online_nm_online_OBJECTS): $(src_libnm_client_public_mkenums_h) @@ -21463,6 +21702,9 @@ check-local-gitlab-ci: @HAVE_SYSTEMD_TRUE@data/NetworkManager-dispatcher.service: $(srcdir)/data/NetworkManager-dispatcher.service.in @HAVE_SYSTEMD_TRUE@ $(AM_V_GEN) $(data_edit) $< >$@ +@HAVE_SYSTEMD_TRUE@data/nm-priv-helper.service: $(srcdir)/data/nm-priv-helper.service.in +@HAVE_SYSTEMD_TRUE@ $(AM_V_GEN) $(data_edit) $< >$@ + data/server.conf: $(srcdir)/data/server.conf.in @$(MKDIR_P) data/ $(AM_V_GEN) $(data_edit) $< >$@ diff --git a/NEWS b/NEWS index 6c783fea..fe0f7fec 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,37 @@ -================================================ -NetworkManager-1.32.12 -Overview of changes since NetworkManager-1.32.10 -================================================ +============================================= +NetworkManager-1.34 +Overview of changes since NetworkManager-1.32 +============================================= +* initrd: wait for both IPv4 and IPv6 with "ip=dhcp,dhcp6" +* core: better handle sd-resolved errors when resolving hostnames +* nmcli: fix import WireGuard profile with DNS domain and address + family disabled +* ndisc: send router solicitations before expiry +* policy: send earlier the ip configs to the DNS manager +* core: support linking with LLD 13 +* wireguard: importing wg-quick configuration files with nmcli + no longer sets a negative, exclusive "dns-priority". This plays + better with common split DNS setups that use systemd-resolved. + Adjust the "dns-priority" to your liking after import yourself. +* NetworkManager no longer listens for netlink events for traffic + control objects (qdiscs and filters). +* core: add internal nm-priv-helper service for separating privileges + and have a way to drop capabilities from NetworkManager daemon. +* bond: add support for setting queue-id of bond port. +* dns: support configuring DNS over TLS (DoT) with systemd-resolved. +* nmtui: add support for WireGuard profiles. +* nmcli: add aliases `nmcli device up|down` beside connect|disconnect. +* conscious language: Deprecate 'Device.Slaves' D-Bus property in favor of new + 'Device.Ports' property. Depracate 'nm_device_*_get_slaves()' in favor of + 'nm_device_get_ports()' in libnm. +* nmcli: invoking nmcli command without arguments will now show 'default' + instead of null address in route4 or route6 section. + +The following changes were backported to 1.32.x releases between 1.32.0 +and 1.32.12 are also present in NetworkManager-1.34: + +- 1.32.12: * Fix wrong order of addresses when restarting NetworkManager. * Preserve the IPv6 ff00::/8 route added by kernel in the local table, necessary for multicast communication. @@ -12,11 +41,7 @@ Overview of changes since NetworkManager-1.32.10 * cloud-setup: use suppress_prefixlength rule to honor non-default-routes in the main table. -=============================================== -NetworkManager-1.32.10 -Overview of changes since NetworkManager-1.32.8 -=============================================== - +- 1.32.10: * core: fix the order of IPv6 addresses changing on service restart. * initrd: add command line option to configure link autonegotiation and speed. @@ -25,20 +50,12 @@ Overview of changes since NetworkManager-1.32.8 names. * udev: also react to "move" (and "change") udev actions in our rules. -=============================================== -NetworkManager-1.32.8 -Overview of changes since NetworkManager-1.32.6 -=============================================== - +- 1.32.8: * firewalld: configure zones on "Reloaded" signal. * core: fix wrong MTU for bridge interfaces. * cloud-setup: fix gateway address for Aliyun cloud. -=============================================== -NetworkManager-1.32.6 -Overview of changes since NetworkManager-1.32.4 -=============================================== - +- 1.32.6: * core: fix adding stale local routes when address changes. * initrd: tag generated profiles with origin in user data. * core: introduce "allowed-connections" option to disallow @@ -50,11 +67,7 @@ Overview of changes since NetworkManager-1.32.4 device state file for initrd/kickstart. * initrd: add "ib.pkey=" command line option -=============================================== -NetworkManager-1.32.4 -Overview of changes since NetworkManager-1.32.2 -=============================================== - +- 1.32.4: * core: remove stale entries from "seen-bssids" and "timestamp" files in "/var/lib/NetworkManager". * bond: support the peer_notif_delay option. @@ -72,11 +85,7 @@ Overview of changes since NetworkManager-1.32.2 * nmcli: show DNS SEARCH field in device information. * cloud-setup: add support for Aliyun cloud. -============================================= -NetworkManager-1.32.2 -Overview of changes since NetworkManager-1.32 -============================================= - +- 1.32.2: * hostname: prefer IPv4 addresses for reverse DNS lookup. * dhcp: ignore unauthenticated FORCERENEW messages with internal, systemd-based DHCPv4 plugin (CVE-2020-13529). diff --git a/NetworkManager.pc.in b/NetworkManager.pc.in deleted file mode 100644 index 877c3448..00000000 --- a/NetworkManager.pc.in +++ /dev/null @@ -1,13 +0,0 @@ -prefix=@prefix@ -exec_prefix=@exec_prefix@ -libdir=@libdir@ -includedir=@includedir@ -libgnome_serverdir=@libexecdir@ -plugindir=@libdir@/NetworkManager -configdir=@sysconfdir@/NetworkManager - -Name: NetworkManager -Description: System for maintaining active network connection -Requires: -Version: @VERSION@ -Cflags: -I${includedir}/NetworkManager diff --git a/config.h.in b/config.h.in index 57a1625a..b3426b12 100644 --- a/config.h.in +++ b/config.h.in @@ -68,14 +68,17 @@ /* Define to 1 if you have the header file. */ #undef HAVE_DLFCN_H +/* By default the libreadline is used as readline library */ +#undef HAVE_EDITLINE_READLINE + /* has getrandom */ #undef HAVE_GETRANDOM /* Define if the GNU gettext() function is already present or preinstalled. */ #undef HAVE_GETTEXT -/* Define to 1 if you have the header file. */ -#undef HAVE_HISTORY_H +/* Define to 1 if you have the header file. */ +#undef HAVE_HISTEDIT_H /* Define if you have the iconv() function and it works. */ #undef HAVE_ICONV @@ -101,18 +104,12 @@ /* Have PTHREAD_PRIO_INHERIT. */ #undef HAVE_PTHREAD_PRIO_INHERIT -/* Define to 1 if you have the header file. */ -#undef HAVE_READLINE_H - -/* Define if your readline library has \`add_history' */ +/* Explicitly set to 0 when libreadline shall not be used */ #undef HAVE_READLINE_HISTORY /* Define to 1 if you have the header file. */ #undef HAVE_READLINE_HISTORY_H -/* Define to 1 if you have the header file. */ -#undef HAVE_READLINE_READLINE_H - /* Define to 1 if you have the `secure_getenv' function. */ #undef HAVE_SECURE_GETENV @@ -356,6 +353,9 @@ /* Define if you have oFono support (experimental) */ #undef WITH_OFONO +/* Whether we build with OVS plugin */ +#undef WITH_OPENVSWITCH + /* Define if you have PPP support */ #undef WITH_PPP diff --git a/config.h.meson b/config.h.meson index 432402d5..901535cf 100644 --- a/config.h.meson +++ b/config.h.meson @@ -224,6 +224,9 @@ /* Define if you have oFono support (experimental) */ #mesondefine WITH_OFONO +/* Whether we build with OVS plugin */ +#mesondefine WITH_OPENVSWITCH + /* Define if you have PPP support */ #mesondefine WITH_PPP @@ -255,3 +258,10 @@ #mesondefine HAVE_PIDFD_OPEN #mesondefine HAVE_PIDFD_SEND_SIGNAL #mesondefine HAVE_RT_SIGQUEUEINFO + +/* Define to 1 if you want to use -ledit, otherwise 0 for default -lreadline. */ +#mesondefine HAVE_EDITLINE_READLINE + +/* Define to 1 if you have history support from -lreadline. */ +#mesondefine HAVE_READLINE_HISTORY + diff --git a/configure b/configure index 307c8e4e..ec0ded7e 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for NetworkManager 1.32.12. +# Generated by GNU Autoconf 2.69 for NetworkManager 1.34.0. # # Report bugs to . # @@ -591,8 +591,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='NetworkManager' PACKAGE_TARNAME='NetworkManager' -PACKAGE_VERSION='1.32.12' -PACKAGE_STRING='NetworkManager 1.32.12' +PACKAGE_VERSION='1.34.0' +PACKAGE_STRING='NetworkManager 1.34.0' PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=NetworkManager' PACKAGE_URL='' @@ -1107,6 +1107,7 @@ with_system_ca_path with_kernel_firmware_dir with_libpsl enable_concheck +with_readline with_nmcli with_nm_cloud_setup with_nmtui @@ -1744,7 +1745,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures NetworkManager 1.32.12 to adapt to many kinds of systems. +\`configure' configures NetworkManager 1.34.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1816,7 +1817,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of NetworkManager 1.32.12:";; + short | recursive ) echo "Configuration of NetworkManager 1.34.0:";; esac cat <<\_ACEOF @@ -1975,6 +1976,8 @@ Optional Packages: where kernel firmware directory is [default=/lib/firmware] --with-libpsl=yes|no Link against libpsl + --with-readline=auto|libreadline|libedit|none + Using libreadline (auto) or libedit --with-nmcli=yes|no Build nmcli --with-nm-cloud-setup=yes|no Build nm-cloud-setup, a tool for automatically @@ -2163,7 +2166,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -NetworkManager configure 1.32.12 +NetworkManager configure 1.34.0 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2936,7 +2939,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by NetworkManager $as_me 1.32.12, which was +It was created by NetworkManager $as_me 1.34.0, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -3806,7 +3809,7 @@ fi # Define the identity of the package. PACKAGE='NetworkManager' - VERSION='1.32.12' + VERSION='1.34.0' cat >>confdefs.h <<_ACEOF @@ -17989,9 +17992,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu NM_MAJOR_VERSION=1 -NM_MINOR_VERSION=32 -NM_MICRO_VERSION=12 -NM_VERSION=1.32.12 +NM_MINOR_VERSION=34 +NM_MICRO_VERSION=0 +NM_VERSION=1.34.0 @@ -17999,7 +18002,7 @@ NM_VERSION=1.32.12 -NM_GIT_SHA=d90c03b1b8f3e6f5ff8fbc1cbc176f0a0dec6362 +NM_GIT_SHA=9133a30c9deb3a003a20b09a617a25b07ada18ae if test """" != "no-config-h" ; then @@ -20896,7 +20899,6 @@ nmstatedir='${localstatedir}'/lib/$PACKAGE nmrundir='${runstatedir}'/$PACKAGE - for ac_func in __secure_getenv secure_getenv do : as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` @@ -25160,6 +25162,15 @@ else WITH_OPENVSWITCH_FALSE= fi +if test "${enable_ovs}" = "yes" ; then + +$as_echo "#define WITH_OPENVSWITCH 1" >>confdefs.h + +else + +$as_echo "#define WITH_OPENVSWITCH 0" >>confdefs.h + +fi # DHCP client support @@ -26069,29 +26080,46 @@ $as_echo "yes" >&6; } fi -# Check whether --with-nmcli was given. -if test "${with_nmcli+set}" = set; then : - withval=$with_nmcli; + + +# Check whether --with-readline was given. +if test "${with_readline+set}" = set; then : + withval=$with_readline; +else + with_readline=auto fi -if test "$with_nmcli" != no; then - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a readline compatible library" >&5 + if test "$with_readline" != "none"; then + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a readline compatible library" >&5 $as_echo_n "checking for a readline compatible library... " >&6; } if ${ax_cv_lib_readline+:} false; then : $as_echo_n "(cached) " >&6 else - ORIG_LIBS="$LIBS" - for readline_lib in readline edit editline; do - for termcap_lib in "" termcap curses ncurses; do - if test -z "$termcap_lib"; then - TRY_LIB="-l$readline_lib" - else - TRY_LIB="-l$readline_lib -l$termcap_lib" - fi - LIBS="$ORIG_LIBS $TRY_LIB" - cat confdefs.h - <<_ACEOF >conftest.$ac_ext + ORIG_LIBS="$LIBS" + + if test "$with_readline" = "libreadline"; then + search_readlines="readline" + elif test "$with_readline" = "libedit"; then + search_readlines="edit" + elif test "$with_readline" = "auto"; then + search_readlines="readline edit" + else + as_fn_error $? "invalid --with-readline option. Valid options are --with-readline=auto|libreadline|libedit|none" "$LINENO" 5 + fi + + for readline_lib in $search_readlines; do + # prefer ncurses since we use it for nmtui too + for termcap_lib in "" termcap curses ncurses; do + if test -z "$termcap_lib"; then + TRY_LIB="-l$readline_lib" + else + TRY_LIB="-l$readline_lib -l$termcap_lib" + fi + LIBS="$ORIG_LIBS $TRY_LIB" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. @@ -26114,50 +26142,62 @@ if ac_fn_c_try_link "$LINENO"; then : fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext + if test -n "$ax_cv_lib_readline"; then + break + fi + done if test -n "$ax_cv_lib_readline"; then + if test "$with_readline" = auto; then + if test "$readline_lib" = readline; then + with_readline=libreadline + else + with_readline=libedit + fi + fi break fi done - if test -n "$ax_cv_lib_readline"; then - break + if test -z "$ax_cv_lib_readline"; then + if test "$with_readline" != auto; then + as_fn_error $? "libreadline not found for --with-readline=$with_readline\"" "$LINENO" 5 + fi + with_readline=none + ax_cv_lib_readline="no" fi - done - if test -z "$ax_cv_lib_readline"; then - ax_cv_lib_readline="no" - fi - LIBS="$ORIG_LIBS" + LIBS="$ORIG_LIBS" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_lib_readline" >&5 $as_echo "$ax_cv_lib_readline" >&6; } - if test "$ax_cv_lib_readline" != "no"; then - READLINE_LIBS="$ax_cv_lib_readline" + if test "$ax_cv_lib_readline" != "no"; then + READLINE_LIBS="$ax_cv_lib_readline" $as_echo "#define HAVE_LIBREADLINE 1" >>confdefs.h - for ac_header in readline.h readline/readline.h -do : - as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` -ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" -if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : - cat >>confdefs.h <<_ACEOF -#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 -_ACEOF -fi + if test "$with_readline" = "libedit"; then -done +$as_echo "#define HAVE_EDITLINE_READLINE 1" >>confdefs.h - { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether readline supports history" >&5 + else + +$as_echo "#define HAVE_EDITLINE_READLINE 0" >>confdefs.h + + + fi + + ORIG_LIBS="$LIBS" + LIBS="$ORIG_LIBS $ax_cv_lib_readline" + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether readline supports history" >&5 $as_echo_n "checking whether readline supports history... " >&6; } if ${ax_cv_lib_readline_history+:} false; then : $as_echo_n "(cached) " >&6 else - ax_cv_lib_readline_history="no" - cat confdefs.h - <<_ACEOF >conftest.$ac_ext + ax_cv_lib_readline_history="no" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. @@ -26166,11 +26206,11 @@ else #ifdef __cplusplus extern "C" #endif -char add_history (); +char history_set_history_state (); int main () { -return add_history (); +return history_set_history_state (); ; return 0; } @@ -26184,11 +26224,13 @@ rm -f core conftest.err conftest.$ac_objext \ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_lib_readline_history" >&5 $as_echo "$ax_cv_lib_readline_history" >&6; } - if test "$ax_cv_lib_readline_history" = "yes"; then + LIBS=$ORIG_LIBS + + if test "$ax_cv_lib_readline_history" = "yes"; then $as_echo "#define HAVE_READLINE_HISTORY 1" >>confdefs.h - for ac_header in history.h readline/history.h + for ac_header in readline/history.h histedit.h do : as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" @@ -26201,12 +26243,36 @@ fi done + else + +$as_echo "#define HAVE_READLINE_HISTORY 0" >>confdefs.h + + fi fi + fi - build_nmcli=yes + + +# Check whether --with-nmcli was given. +if test "${with_nmcli+set}" = set; then : + withval=$with_nmcli; +else + with_nmcli=yes +fi + +if test "$with_nmcli" == yes; then + if test "$with_readline" = none; then + { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "nmcli requires readline library. Use --with-readline or --with-nmcli=no +See \`config.log' for more details" "$LINENO" 5; } + fi + build_nmcli=yes +elif test "$with_nmcli" == no; then + build_nmcli=no else - build_nmcli=no + as_fn_error $? "invalid --with-nmcli option. Valid options are --with-nmcli=yes|no" "$LINENO" 5 fi if test "$build_nmcli" = yes; then BUILD_NMCLI_TRUE= @@ -29698,7 +29764,7 @@ fi -ac_config_files="$ac_config_files Makefile po/Makefile.in data/org.freedesktop.NetworkManager.policy.in docs/api/Makefile docs/api/version.xml docs/libnm/Makefile docs/libnm/version.xml NetworkManager.pc src/libnm-client-impl/libnm.pc src/libnm-core-public/nm-version-macros.h" +ac_config_files="$ac_config_files Makefile po/Makefile.in data/org.freedesktop.NetworkManager.policy.in docs/api/Makefile docs/api/version.xml docs/libnm/Makefile docs/libnm/version.xml src/libnm-client-impl/libnm.pc src/libnm-core-public/nm-version-macros.h" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure @@ -30406,7 +30472,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by NetworkManager $as_me 1.32.12, which was +This file was extended by NetworkManager $as_me 1.34.0, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -30472,7 +30538,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -NetworkManager config.status 1.32.12 +NetworkManager config.status 1.34.0 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" @@ -31001,7 +31067,6 @@ do "docs/api/version.xml") CONFIG_FILES="$CONFIG_FILES docs/api/version.xml" ;; "docs/libnm/Makefile") CONFIG_FILES="$CONFIG_FILES docs/libnm/Makefile" ;; "docs/libnm/version.xml") CONFIG_FILES="$CONFIG_FILES docs/libnm/version.xml" ;; - "NetworkManager.pc") CONFIG_FILES="$CONFIG_FILES NetworkManager.pc" ;; "src/libnm-client-impl/libnm.pc") CONFIG_FILES="$CONFIG_FILES src/libnm-client-impl/libnm.pc" ;; "src/libnm-core-public/nm-version-macros.h") CONFIG_FILES="$CONFIG_FILES src/libnm-core-public/nm-version-macros.h" ;; "po/stamp-it") CONFIG_COMMANDS="$CONFIG_COMMANDS po/stamp-it" ;; @@ -32665,4 +32730,5 @@ echo " crypto: $with_crypto (have-gnutls: $have_crypto_gnutls, have-nss: $have_ echo " sanitizers: $sanitizers" echo " Mozilla Public Suffix List: $with_libpsl" echo " eBPF: $have_ebpf" +echo " readline: $with_readline" echo diff --git a/configure.ac b/configure.ac index 20c181e2..abd83a60 100644 --- a/configure.ac +++ b/configure.ac @@ -7,8 +7,8 @@ dnl - add corresponding NM_VERSION_x_y_z macros in dnl "shared/nm-version-macros.h.in" dnl - update number in meson.build m4_define([nm_major_version], [1]) -m4_define([nm_minor_version], [32]) -m4_define([nm_micro_version], [12]) +m4_define([nm_minor_version], [34]) +m4_define([nm_micro_version], [0]) m4_define([nm_version], [nm_major_version.nm_minor_version.nm_micro_version]) @@ -166,7 +166,6 @@ AC_SUBST(nmdatadir, '${datadir}'/$PACKAGE, [NetworkManager shared data directory AC_SUBST(nmstatedir, '${localstatedir}'/lib/$PACKAGE, [NetworkManager persistent state directory]) AC_SUBST(nmrundir, '${runstatedir}'/$PACKAGE, [NetworkManager runtime state directory]) -AC_GNU_SOURCE AC_CHECK_FUNCS([__secure_getenv secure_getenv]) # Alternative configuration plugins @@ -852,6 +851,11 @@ if test "${enable_ovs}" != "no"; then fi fi AM_CONDITIONAL(WITH_OPENVSWITCH, test "${enable_ovs}" = "yes") +if test "${enable_ovs}" = "yes" ; then + AC_DEFINE(WITH_OPENVSWITCH, 1, [Whether we build with OVS plugin]) +else + AC_DEFINE(WITH_OPENVSWITCH, 0, [Whether we build with OVS plugin]) +fi # DHCP client support AC_ARG_WITH([dhclient], @@ -1044,13 +1048,21 @@ fi PKG_CHECK_MODULES(LIBNDP, [libndp]) +AX_LIB_READLINE + AC_ARG_WITH(nmcli, - AS_HELP_STRING([--with-nmcli=yes|no], [Build nmcli])) -if test "$with_nmcli" != no; then - AX_LIB_READLINE - build_nmcli=yes + AS_HELP_STRING([--with-nmcli=yes|no], [Build nmcli]), + [], + [with_nmcli=yes]) +if test "$with_nmcli" == yes; then + if test "$with_readline" = none; then + AC_MSG_FAILURE([nmcli requires readline library. Use --with-readline or --with-nmcli=no]) + fi + build_nmcli=yes +elif test "$with_nmcli" == no; then + build_nmcli=no else - build_nmcli=no + AC_MSG_ERROR([invalid --with-nmcli option. Valid options are --with-nmcli=yes|no]) fi AM_CONDITIONAL(BUILD_NMCLI, test "$build_nmcli" = yes) @@ -1329,7 +1341,6 @@ docs/api/Makefile docs/api/version.xml docs/libnm/Makefile docs/libnm/version.xml -NetworkManager.pc src/libnm-client-impl/libnm.pc src/libnm-core-public/nm-version-macros.h ]) @@ -1421,4 +1432,5 @@ echo " crypto: $with_crypto (have-gnutls: $have_crypto_gnutls, have-nss: $have_ echo " sanitizers: $sanitizers" echo " Mozilla Public Suffix List: $with_libpsl" echo " eBPF: $have_ebpf" +echo " readline: $with_readline" echo diff --git a/data/NetworkManager-dispatcher.service.in b/data/NetworkManager-dispatcher.service.in index c450478b..1a45f353 100644 --- a/data/NetworkManager-dispatcher.service.in +++ b/data/NetworkManager-dispatcher.service.in @@ -5,6 +5,13 @@ Description=Network Manager Script Dispatcher Service Type=dbus BusName=org.freedesktop.nm_dispatcher ExecStart=@libexecdir@/nm-dispatcher +NotifyAccess=main + +# Enable debug logging in dispatcher service. Note that dispatcher +# also honors debug logging requests from NetworkManager, so you +# can also control logging requests with +# `nmcli general logging domain DISPATCHER level TRACE`. +#Environment=NM_DISPATCHER_DEBUG_LOG=1 # We want to allow scripts to spawn long-running daemons, so tell # systemd to not clean up when nm-dispatcher exits diff --git a/data/meson.build b/data/meson.build index 64a1372b..35e3de52 100644 --- a/data/meson.build +++ b/data/meson.build @@ -11,6 +11,7 @@ if install_systemdunitdir services = [ 'NetworkManager-dispatcher.service.in', 'NetworkManager.service.in', + 'nm-priv-helper.service.in', ] if have_systemd_200 diff --git a/data/nm-priv-helper.service.in b/data/nm-priv-helper.service.in new file mode 100644 index 00000000..aa028e6c --- /dev/null +++ b/data/nm-priv-helper.service.in @@ -0,0 +1,79 @@ +[Unit] +Description=NetworkManager Privileged Helper + +# +# nm-priv-helper exists for privilege separation. It allows to run +# NetworkManager without certain capabilities, and ask nm-priv-helper +# for special operations where more privileges are required. +# + +# While nm-priv-helper has privileges that NetworkManager has not, it +# does not mean that itself should run totally unconstrained. On the +# contrary, it also should only have permissions it requires. +# +# nm-priv-helper rejects all requests that come from any other than the +# name owner of "org.freedesktop.NetworkManager" (that is, +# NetworkManager process itself). It is thus only an implementation +# detail and provides no public API to the user. + +[Service] +Type=dbus +BusName=org.freedesktop.nm-priv-helper +ExecStart=@libexecdir@/nm-priv-helper +NotifyAccess=main + +# Extra configuration options. Set via `systemctl edit +# nm-priv-helper.service`: +# +# FOR TESTING ONLY: disable authentication to allow requests from +# everybody. Don't set this outside of testing! +#Environment=NM_PRIV_HELPER_NO_AUTH_FOR_TESTING=1 +# +# The logging level for debug messages (to stdout). +#Environment=NM_PRIV_HELPER_LOG=TRACE +# +# nm-priv-helper will exit on idle after timeout. Set timeout here or +# set to 2147483647 for infinity. + +#Environment=NM_PRIV_HELPER_IDLE_TIMEOUT_MSEC=10000 + + +# Restrict: +AmbientCapabilities= +CapabilityBoundingSet= +PrivateDevices=true +PrivateMounts=true +PrivateNetwork=true +PrivateTmp=true +ProtectClock=true +ProtectControlGroups=true +ProtectHome=true +ProtectHostname=true +ProtectKernelLogs=true +ProtectKernelModules=true +ProtectKernelTunables=true +ProtectSystem=strict +RestrictAddressFamilies= +RestrictNamespaces=true +SystemCallFilter=~@clock +SystemCallFilter=~@cpu-emulation +SystemCallFilter=~@debug +SystemCallFilter=~@module +SystemCallFilter=~@mount +SystemCallFilter=~@obsolete +SystemCallFilter=~@privileged +SystemCallFilter=~@raw-io +SystemCallFilter=~@reboot +SystemCallFilter=~@swap +NoNewPrivileges=true +SupplementaryGroups= + +# Grant: +CapabilityBoundingSet=CAP_DAC_OVERRIDE +PrivateUsers=no +RestrictAddressFamilies=AF_UNIX +SystemCallFilter=@resources + + +[Install] +Alias=dbus-org.freedesktop.nm-priv-helper.service diff --git a/docs/api/dbus-org.freedesktop.NetworkManager.Device.Bond.xml b/docs/api/dbus-org.freedesktop.NetworkManager.Device.Bond.xml index c01c434f..12e733d8 100644 --- a/docs/api/dbus-org.freedesktop.NetworkManager.Device.Bond.xml +++ b/docs/api/dbus-org.freedesktop.NetworkManager.Device.Bond.xml @@ -48,8 +48,9 @@ Carrier readable b Slaves readable ao - Array of object paths representing devices which are currently enslaved to - this device. + DEPRECATED. Use the "Ports" property in + "org.freedesktop.NetworkManager.Device" instead which exists since + version NetworkManager 1.34.0. diff --git a/docs/api/dbus-org.freedesktop.NetworkManager.Device.Bridge.xml b/docs/api/dbus-org.freedesktop.NetworkManager.Device.Bridge.xml index eb26d682..23e4fd61 100644 --- a/docs/api/dbus-org.freedesktop.NetworkManager.Device.Bridge.xml +++ b/docs/api/dbus-org.freedesktop.NetworkManager.Device.Bridge.xml @@ -48,8 +48,9 @@ Carrier readable b Slaves readable ao - Array of object paths representing devices which are currently enslaved to - this device. + DEPRECATED. Use the "Ports" property in + "org.freedesktop.NetworkManager.Device" instead which exists since + version NetworkManager 1.34.0. diff --git a/docs/api/dbus-org.freedesktop.NetworkManager.Device.Team.xml b/docs/api/dbus-org.freedesktop.NetworkManager.Device.Team.xml index c4ede1be..6c80dad3 100644 --- a/docs/api/dbus-org.freedesktop.NetworkManager.Device.Team.xml +++ b/docs/api/dbus-org.freedesktop.NetworkManager.Device.Team.xml @@ -49,8 +49,9 @@ Carrier readable b Slaves readable ao - Array of object paths representing devices which are currently enslaved to - this device. + DEPRECATED. Use the "Ports" property in + "org.freedesktop.NetworkManager.Device" instead which exists since + version NetworkManager 1.34.0. diff --git a/docs/api/dbus-org.freedesktop.NetworkManager.Device.xml b/docs/api/dbus-org.freedesktop.NetworkManager.Device.xml index 6b4d67a7..bebd9e58 100644 --- a/docs/api/dbus-org.freedesktop.NetworkManager.Device.xml +++ b/docs/api/dbus-org.freedesktop.NetworkManager.Device.xml @@ -60,6 +60,7 @@ Ip6Connectivity readable u InterfaceFlags readable u HwAddress readable s +Ports readable ao @@ -545,6 +546,19 @@ HwAddress readable s Since: 1.24 + + The "Ports" property + org.freedesktop.NetworkManager.Device:Ports + +Ports readable ao + + The port devices of the controller device. + Array of object paths representing devices which are currently set as + port of this device. This replaces the 'Slaves' properties on the + device-specific D-Bus interfaces. + Since: 1.34 + + diff --git a/docs/api/html/NetworkManager.conf.html b/docs/api/html/NetworkManager.conf.html index e8efb5e7..d1a0cc39 100644 --- a/docs/api/html/NetworkManager.conf.html +++ b/docs/api/html/NetworkManager.conf.html @@ -752,6 +752,10 @@ ipv6.ip6-privacy=0

If unspecified, the ultimate default values depends on the DNS plugin. With systemd-resolved the default currently is "no" (0) and for all other plugins also "no" (0).

+

connection.dns-over-tls

+

If unspecified, the ultimate default values depends on the DNS plugin. With systemd-resolved the default currently is global setting and for all other plugins "no" (0).

+ +

connection.stable-id

diff --git a/docs/api/html/NetworkManager.devhelp2 b/docs/api/html/NetworkManager.devhelp2 index fdb8d01c..613b9266 100644 --- a/docs/api/html/NetworkManager.devhelp2 +++ b/docs/api/html/NetworkManager.devhelp2 @@ -67,6 +67,7 @@ + @@ -283,6 +284,7 @@ + diff --git a/docs/api/html/ch01.html b/docs/api/html/ch01.html index 4cbe2f6d..9863c8bd 100644 --- a/docs/api/html/ch01.html +++ b/docs/api/html/ch01.html @@ -168,6 +168,9 @@ wpan — IEEE 802.15.4 (WPAN) MAC Settings
+bond-port — Bond Port Settings +
+
hostname — Hostname settings
diff --git a/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Bond.html b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Bond.html index 941bedef..7799cb8a 100644 --- a/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Bond.html +++ b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Bond.html @@ -75,8 +75,9 @@ Carrier readable b
 Slaves  readable   ao
 
-

Array of object paths representing devices which are currently enslaved to - this device. +

DEPRECATED. Use the "Ports" property in + "org.freedesktop.NetworkManager.Device" instead which exists since + version NetworkManager 1.34.0.

diff --git a/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Bridge.html b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Bridge.html index c4142b6f..43bdf84d 100644 --- a/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Bridge.html +++ b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Bridge.html @@ -75,8 +75,9 @@ Carrier readable b
 Slaves  readable   ao
 
-

Array of object paths representing devices which are currently enslaved to - this device. +

DEPRECATED. Use the "Ports" property in + "org.freedesktop.NetworkManager.Device" instead which exists since + version NetworkManager 1.34.0.

diff --git a/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.OvsBridge.html b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.OvsBridge.html index 117372d6..e5e0d5ab 100644 --- a/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.OvsBridge.html +++ b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.OvsBridge.html @@ -49,8 +49,9 @@
 Slaves  readable   ao
 
-

Array of object paths representing ports which are currently enslaved to - this bridge. +

DEPRECATED. Use the "Ports" property in + "org.freedesktop.NetworkManager.Device" instead which exists since + version NetworkManager 1.34.0.

Since: 1.14

diff --git a/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.OvsPort.html b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.OvsPort.html index bbae6f4a..542df52b 100644 --- a/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.OvsPort.html +++ b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.OvsPort.html @@ -49,8 +49,9 @@
 Slaves  readable   ao
 
-

Array of object paths representing interfaces which are currently enslaved to - this port. +

DEPRECATED. Use the "Ports" property in + "org.freedesktop.NetworkManager.Device" instead which exists since + version NetworkManager 1.34.0.

Since: 1.14

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 d9780576..ad6d735f 100644 --- a/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Team.html +++ b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Team.html @@ -76,8 +76,9 @@ Carrier readable b
 Slaves  readable   ao
 
-

Array of object paths representing devices which are currently enslaved to - this device. +

DEPRECATED. Use the "Ports" property in + "org.freedesktop.NetworkManager.Device" instead which exists since + version NetworkManager 1.34.0.


diff --git a/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.html b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.html index 058b5b5e..2cb81d13 100644 --- a/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.html +++ b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.html @@ -88,6 +88,7 @@ Ip6Connectivity readable u InterfaceFlags readable u HwAddress readable s +Ports readable ao
@@ -602,6 +603,21 @@ HwAddress readable s

Since: 1.24

+
+
+

The "Ports" property

+
+Ports  readable   ao
+
+

The port devices of the controller device. +

+

Array of object paths representing devices which are currently set as + port of this device. This replaces the 'Slaves' properties on the + device-specific D-Bus interfaces. +

+

Since: 1.34 +

+
+bond-port — Bond Port Settings +
+
hostname — Hostname settings
diff --git a/docs/api/html/ix01.html b/docs/api/html/ix01.html index 289ae66a..2ee52be7 100644 --- a/docs/api/html/ix01.html +++ b/docs/api/html/ix01.html @@ -368,6 +368,8 @@
org.freedesktop.NetworkManager.Device:PhysicalPortId, The "PhysicalPortId" property
+
org.freedesktop.NetworkManager.Device:Ports, The "Ports" property +
org.freedesktop.NetworkManager.Device:Real, The "Real" property
org.freedesktop.NetworkManager.Device:State, The "State" property @@ -760,6 +762,8 @@
dns-options, ipv4, ipv6
+
dns-over-tls, connection +
dns-priority, ipv4, ipv6
dns-search, ipv4, ipv6 @@ -802,9 +806,9 @@
forward-delay, bridge
-
from-dhcp, hostname +
from-dhcp, hostname
-
from-dns-lookup, hostname +
from-dns-lookup, hostname
fwmark, wireguard
@@ -815,7 +819,7 @@
gateway, ipv4, ipv6
-
gateway-ping-timeout, connection +
gateway-ping-timeout, connection
generate-mac-address-mask, 802-3-ethernet, 802-11-wireless
@@ -843,7 +847,7 @@

I

-
id, connection, vlan, vxlan +
id, connection, vlan, vxlan
identity, 802-1x
@@ -855,7 +859,7 @@
input-key, ip-tunnel
-
interface-name, connection, bond, bridge, match, team, vlan +
interface-name, connection, bond, bridge, match, team, vlan
ip4-auto-default-route, wireguard
@@ -905,9 +909,9 @@
listen-port, wireguard
-
lldp, connection +
lldp, connection
-
llmnr, connection +
llmnr, connection
local, ip-tunnel, vxlan
@@ -1018,7 +1022,7 @@
org.freedesktop.NetworkManager:WwanHardwareEnabled, The "WwanHardwareEnabled" property
-
master, connection +
master, connection
max-age, bridge
@@ -1030,9 +1034,9 @@
mcast-snooping-enable, ovs-bridge
-
mdns, connection +
mdns, connection
-
metered, connection +
metered, connection
method, ipv4, ipv6, proxy
@@ -1050,9 +1054,9 @@
mtu, cdma, gsm, infiniband, ip-tunnel, ppp, 802-3-ethernet, wireguard, 802-11-wireless
-
mud-url, connection +
mud-url, connection
-
multi-connect, connection +
multi-connect, connection
multi-queue, tun
@@ -1184,7 +1188,7 @@

O

-
only-from-default, hostname +
only-from-default, hostname
optional, 802-1x
@@ -1237,7 +1241,7 @@
peers, wireguard
-
permissions, connection +
permissions, connection
persistent, vpn
@@ -1352,7 +1356,7 @@
qdiscs, tc
-
queue-id, team-port +
queue-id, team-port, bond-port
@@ -1363,7 +1367,7 @@
rate, 802-11-wireless
-
read-only, connection +
read-only, connection
refuse-chap, ppp
@@ -1426,7 +1430,7 @@
s390-subchannels, 802-3-ethernet
-
secondaries, connection +
secondaries, connection
secrets, vpn
@@ -1448,7 +1452,7 @@
sim-operator-id, gsm
-
slave-type, connection +
slave-type, connection
source-port-max, vxlan
@@ -1458,7 +1462,7 @@
ssid, 802-11-olpc-mesh, 802-11-wireless
-
stable-id, connection +
stable-id, connection
sticky, team-port
@@ -1487,7 +1491,7 @@
timeout, vpn
-
timestamp, connection +
timestamp, connection
token, ipv6
@@ -1501,7 +1505,7 @@
tx-power, 802-11-wireless
-
type, connection, bluetooth, ovs-interface +
type, connection, bluetooth, ovs-interface
@@ -1512,7 +1516,7 @@
username, adsl, cdma, gsm, pppoe
-
uuid, connection +
uuid, connection
@@ -1590,7 +1594,7 @@

W

-
wait-device-timeout, connection +
wait-device-timeout, connection
wake-on-lan, 802-3-ethernet
@@ -1642,7 +1646,7 @@

Z

-
zone, connection +
zone, connection
diff --git a/docs/api/html/nm-settings-dbus.html b/docs/api/html/nm-settings-dbus.html index 2fab4fd2..f9307059 100644 --- a/docs/api/html/nm-settings-dbus.html +++ b/docs/api/html/nm-settings-dbus.html @@ -122,14 +122,14 @@ autoconnect boolean TRUE -Whether 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. Note that autoconnect is not implemented for VPN profiles. See "secondaries" as an alternative to automatically connect VPN profiles. +Whether 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 happens when the circumstances are suitable. That means for example that the device is currently managed and not active. Autoconnect thus never replaces or competes with an already active profile. Note that autoconnect is not implemented for VPN profiles. See "secondaries" as an alternative to automatically connect VPN profiles. autoconnect-priority int32 0 -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. +The autoconnect priority in range -999 to 999. If the connection is set to autoconnect, connections with higher priority will be preferred. The higher number means higher priority. Defaults to 0. Note that this property only matters if there are more than one candidate profile to select for autoconnect. In case of equal priority, the profile used most recently is chosen. @@ -147,6 +147,13 @@ +dns-over-tls +int32 +-1 +Whether DNSOverTls (dns-over-tls) is enabled for the connection. DNSOverTls is a technology which uses TLS to encrypt dns traffic. The permitted values are: "yes" (2) use DNSOverTls and disabled fallback, "opportunistic" (1) use DNSOverTls but allow fallback to unencrypted resolution, "no" (0) don't ever use DNSOverTls. If unspecified "default" depends on the plugin used. Systemd-resolved uses global setting. This feature requires a plugin which supports DNSOverTls. Otherwise, the setting has no effect. One such plugin is dns-systemd-resolved. + + + gateway-ping-timeout uint32 0 @@ -1155,8 +1162,8 @@ app-fcoe-mode string -"fabric" -The FCoE controller mode; either "fabric" (default) or "vn2vn". +  +The FCoE controller mode; either "fabric" or "vn2vn". Since 1.34, NULL is the default and means "fabric". Before 1.34, NULL was rejected as invalid and the default was "fabric". @@ -3600,7 +3607,7 @@ s390-options dict 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]). +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]). Currently, NetworkManager itself does nothing with this information. However, s390utils ships a udev rule which parses this information and applies it to the interface. @@ -4097,7 +4104,33 @@
-

hostname setting

+

bond-port setting

+

Bond Port Settings.

+
++++++ + + + + + + + + + + + + +
Key NameValue TypeDefault ValueValue Description
+queue-iduint320The queue ID of this bond port. The maximum value of queue ID is the number of TX queues currently active in device.
+
+
+
+

hostname setting

Hostname settings.

@@ -4146,7 +4179,7 @@
-

ovs-external-ids setting

+

ovs-external-ids setting

OVS External IDs Settings.

@@ -4172,7 +4205,7 @@
-

veth setting

+

veth setting

Veth Settings.

diff --git a/docs/api/html/nm-settings-ifcfg-rh.html b/docs/api/html/nm-settings-ifcfg-rh.html index 0315a5eb..b4400d0d 100644 --- a/docs/api/html/nm-settings-ifcfg-rh.html +++ b/docs/api/html/nm-settings-ifcfg-rh.html @@ -602,7 +602,32 @@ Example: IEEE_8021X_PRIVATE_KEY=/home/joe/mykey.p12

-

Table 13. bond setting

+

Table 13. bond-port setting

+
++++++ + + + + + + + + + + + + +
PropertyIfcfg-rh VariableDefaultDescription
queue-idBONDING_OPTS: queue-id=0Queue ID. + +Allowed values: 0 - 65535
+
+
+

Table 14. bond setting

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

-

Table 14. bridge-port setting

+

Table 15. bridge-port setting

@@ -676,7 +701,7 @@ Example: BRIDGE_PORT_VLANS="1 pvid untagged,20,300-400 untagged"

-

Table 15. bridge setting

+

Table 16. bridge setting

@@ -915,7 +940,7 @@ Example: BRIDGING_OPTS="multicast_startup_query_interval=4000"
-

Table 16. connection setting

+

Table 17. connection setting

@@ -1109,6 +1134,15 @@ Example: LLMNR=yes Allowed values: yes,no,resolve + + + + + + @@ -1133,7 +1167,7 @@ Allowed values: a valid URL that points to recommended policy fo
dns-over-tlsDNS_OVER_TLS(+) +missing variable means global defaultWhether or not DNSOverTls is enabled for the connection + +Allowed values: yes,no,opportunistic
wait-device-timeout DEVTIMEOUT(+)

-

Table 17. dcb setting

+

Table 18. dcb setting

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

-

Table 18. ethtool setting

+

Table 19. ethtool setting

@@ -1286,7 +1320,7 @@ Example: DCB_PG_UP2TC=01623701

-

Table 19. hostname setting

+

Table 20. hostname setting

@@ -1341,7 +1375,7 @@ Example: HOSTNAME_ONLY_FROM_DEFAULT=0,1

-

Table 20. infiniband setting

+

Table 21. infiniband setting

@@ -1396,7 +1430,7 @@ Example: PHYSDEV=ib0

-

Table 21. ipv4 setting

+

Table 22. ipv4 setting

@@ -1573,7 +1607,7 @@ Example: DHCP_VENDOR_CLASS_IDENTIFIER=foo

-

Table 22. ipv6 setting

+

Table 23. ipv6 setting

@@ -1762,7 +1796,7 @@ Example: DHCPV6_DUID=LL; DHCPV6_DUID=0301deadbeef0001; DHCPV6_DU

-

Table 23. match setting

+

Table 24. match setting

@@ -1787,7 +1821,7 @@ Example: MATCH_PATH="pci-0000:01:00.0 pci-0000:0c:00.0"

-

Table 24. ovs-bridge setting

+

Table 25. ovs-bridge setting

@@ -1805,7 +1839,7 @@ Example: MATCH_PATH="pci-0000:01:00.0 pci-0000:0c:00.0"

-

Table 25. ovs-dpdk setting

+

Table 26. ovs-dpdk setting

@@ -1823,7 +1857,7 @@ Example: MATCH_PATH="pci-0000:01:00.0 pci-0000:0c:00.0"

-

Table 26. ovs-external-ids setting

+

Table 27. ovs-external-ids setting

@@ -1841,7 +1875,7 @@ Example: MATCH_PATH="pci-0000:01:00.0 pci-0000:0c:00.0"

-

Table 27. ovs-interface setting

+

Table 28. ovs-interface setting

@@ -1859,7 +1893,7 @@ Example: MATCH_PATH="pci-0000:01:00.0 pci-0000:0c:00.0"

-

Table 28. ovs-patch setting

+

Table 29. ovs-patch setting

@@ -1877,7 +1911,7 @@ Example: MATCH_PATH="pci-0000:01:00.0 pci-0000:0c:00.0"

-

Table 29. ovs-port setting

+

Table 30. ovs-port setting

@@ -1895,7 +1929,7 @@ Example: MATCH_PATH="pci-0000:01:00.0 pci-0000:0c:00.0"

-

Table 30. proxy setting

+

Table 31. proxy setting

@@ -1948,7 +1982,7 @@ Example: PAC_SCRIPT=/home/joe/proxy.pac

-

Table 31. sriov setting

+

Table 32. sriov setting

@@ -1993,7 +2027,7 @@ Example: SRIOV_AUTOPROBE_DRIVERS=0,1

-

Table 32. tc setting

+

Table 33. tc setting

@@ -2030,7 +2064,7 @@ Example: FILTER1="parent ffff: matchall action simple sdata Inpu

-

Table 33. team-port setting

+

Table 34. team-port setting

@@ -2053,7 +2087,7 @@ Example: FILTER1="parent ffff: matchall action simple sdata Inpu

-

Table 34. team setting

+

Table 35. team setting

@@ -2076,7 +2110,7 @@ Example: FILTER1="parent ffff: matchall action simple sdata Inpu

-

Table 35. user setting

+

Table 36. user setting

@@ -2101,7 +2135,7 @@ Example: NM_USER_FOO__BAR=something

-

Table 36. veth setting

+

Table 37. veth setting

@@ -2119,7 +2153,7 @@ Example: NM_USER_FOO__BAR=something

-

Table 37. vlan setting

+

Table 38. vlan setting

@@ -2182,7 +2216,7 @@ Example: PHYSDEV=eth0, VLAN_ID=12; or DEVICE=eth0.12

-

Table 38. vrf setting

+

Table 39. vrf setting

@@ -2200,7 +2234,7 @@ Example: PHYSDEV=eth0, VLAN_ID=12; or DEVICE=eth0.12

-

Table 39. wifi-p2p setting

+

Table 40. wifi-p2p setting

@@ -2218,7 +2252,7 @@ Example: PHYSDEV=eth0, VLAN_ID=12; or DEVICE=eth0.12

-

Table 40. 802-3-ethernet setting

+

Table 41. 802-3-ethernet setting

@@ -2339,7 +2373,7 @@ Example: ETHTOOL_OPTS="wol gs sopass 00:11:22:33:44:55"

-

Table 41. wireguard setting

+

Table 42. wireguard setting

@@ -2357,7 +2391,7 @@ Example: ETHTOOL_OPTS="wol gs sopass 00:11:22:33:44:55"

-

Table 42. 802-11-wireless-security setting

+

Table 43. 802-11-wireless-security setting

@@ -2539,7 +2573,7 @@ Allowed values: default, disable, optional, required

-

Table 43. 802-11-wireless setting

+

Table 44. 802-11-wireless setting

@@ -2696,7 +2730,7 @@ Allowed values: "yes", "no"

-

Table 44. wpan setting

+

Table 45. wpan setting

diff --git a/docs/api/html/nm-settings-nmcli.html b/docs/api/html/nm-settings-nmcli.html index 1ce647f7..0043313f 100644 --- a/docs/api/html/nm-settings-nmcli.html +++ b/docs/api/html/nm-settings-nmcli.html @@ -91,7 +91,7 @@ @@ -99,7 +99,7 @@ @@ -121,6 +121,14 @@ + + + + @@ -408,8 +416,8 @@ @@ -474,8 +482,8 @@ @@ -492,8 +500,8 @@ @@ -574,8 +582,8 @@ @@ -608,8 +616,8 @@ @@ -650,8 +658,8 @@ @@ -676,8 +684,8 @@ @@ -702,8 +710,8 @@ @@ -764,8 +772,8 @@ @@ -1214,8 +1222,8 @@ @@ -1257,7 +1265,7 @@ @@ -1818,8 +1826,8 @@ @@ -1836,8 +1844,8 @@ @@ -2550,8 +2558,8 @@ @@ -3148,8 +3156,8 @@ @@ -3345,17 +3353,424 @@ @@ -4155,7 +4570,7 @@ @@ -4268,8 +4683,8 @@ @@ -4508,8 +4923,8 @@ @@ -4558,8 +4973,8 @@ @@ -4568,8 +4983,8 @@ @@ -4701,7 +5116,31 @@
-

hostname setting

+

bond-port setting

+

Bond Port Settings.

+

+ Properties: +

+

Alias: autoconnect

-

Whether 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. Note that autoconnect is not implemented for VPN profiles. See "secondaries" as an alternative to automatically connect VPN profiles.

+

Whether 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 happens when the circumstances are suitable. That means for example that the device is currently managed and not active. Autoconnect thus never replaces or competes with an already active profile. Note that autoconnect is not implemented for VPN profiles. See "secondaries" as an alternative to automatically connect VPN profiles.

Format: boolean

autoconnect-priority

-

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.

+

The autoconnect priority in range -999 to 999. If the connection is set to autoconnect, connections with higher priority will be preferred. The higher number means higher priority. Defaults to 0. Note that this property only matters if there are more than one candidate profile to select for autoconnect. In case of equal priority, the profile used most recently is chosen.

Format: int32

dns-over-tls

+

Whether DNSOverTls (dns-over-tls) is enabled for the connection. DNSOverTls is a technology which uses TLS to encrypt dns traffic. The permitted values are: "yes" (2) use DNSOverTls and disabled fallback, "opportunistic" (1) use DNSOverTls but allow fallback to unencrypted resolution, "no" (0) don't ever use DNSOverTls. If unspecified "default" depends on the plugin used. Systemd-resolved uses global setting. This feature requires a plugin which supports DNSOverTls. Otherwise, the setting has no effect. One such plugin is dns-systemd-resolved.

+

+ Format: int32

+

gateway-ping-timeout

If greater than zero, delay success of IP addressing until either the timeout is reached, or an IP gateway replies to a ping.

@@ -374,8 +382,8 @@

ca-cert-password-flags

Flags indicating how to handle the "ca-cert-password" property. - See the section called “Secret flag types:” for flag values. -

+ See the section called “Secret flag types:” for flag values. +

Format: NMSettingSecretFlags (uint32)

client-cert-password-flags

Flags indicating how to handle the "client-cert-password" property. - See the section called “Secret flag types:” for flag values. -

+ See the section called “Secret flag types:” for flag values. +

Format: NMSettingSecretFlags (uint32)

password-flags

Flags indicating how to handle the "password" property. - See the section called “Secret flag types:” for flag values. -

+ See the section called “Secret flag types:” for flag values. +

Format: NMSettingSecretFlags (uint32)

password-raw-flags

Flags indicating how to handle the "password-raw" property. - See the section called “Secret flag types:” for flag values. -

+ See the section called “Secret flag types:” for flag values. +

Format: NMSettingSecretFlags (uint32)

phase2-ca-cert-password-flags

Flags indicating how to handle the "phase2-ca-cert-password" property. - See the section called “Secret flag types:” for flag values. -

+ See the section called “Secret flag types:” for flag values. +

Format: NMSettingSecretFlags (uint32)

phase2-client-cert-password-flags

Flags indicating how to handle the "phase2-client-cert-password" property. - See the section called “Secret flag types:” for flag values. -

+ See the section called “Secret flag types:” for flag values. +

Format: NMSettingSecretFlags (uint32)

phase2-private-key-password-flags

Flags indicating how to handle the "phase2-private-key-password" property. - See the section called “Secret flag types:” for flag values. -

+ See the section called “Secret flag types:” for flag values. +

Format: NMSettingSecretFlags (uint32)

pin-flags

Flags indicating how to handle the "pin" property. - See the section called “Secret flag types:” for flag values. -

+ See the section called “Secret flag types:” for flag values. +

Format: NMSettingSecretFlags (uint32)

private-key-password-flags

Flags indicating how to handle the "private-key-password" property. - See the section called “Secret flag types:” for flag values. -

+ See the section called “Secret flag types:” for flag values. +

Format: NMSettingSecretFlags (uint32)

password-flags

Flags indicating how to handle the "password" property. - See the section called “Secret flag types:” for flag values. -

+ See the section called “Secret flag types:” for flag values. +

Format: NMSettingSecretFlags (uint32)

password-flags

Flags indicating how to handle the "password" property. - See the section called “Secret flag types:” for flag values. -

+ See the section called “Secret flag types:” for flag values. +

Format: NMSettingSecretFlags (uint32)

app-fcoe-mode

-

The FCoE controller mode; either "fabric" (default) or "vn2vn".

+

The FCoE controller mode; either "fabric" or "vn2vn". Since 1.34, NULL is the default and means "fabric". Before 1.34, NULL was rejected as invalid and the default was "fabric".

Format: string

password-flags

Flags indicating how to handle the "password" property. - See the section called “Secret flag types:” for flag values. -

+ See the section called “Secret flag types:” for flag values. +

Format: NMSettingSecretFlags (uint32)

pin-flags

Flags indicating how to handle the "pin" property. - See the section called “Secret flag types:” for flag values. -

+ See the section called “Secret flag types:” for flag values. +

Format: NMSettingSecretFlags (uint32)

mka-cak-flags

Flags indicating how to handle the "mka-cak" property. - See the section called “Secret flag types:” for flag values. -

+ See the section called “Secret flag types:” for flag values. +

Format: NMSettingSecretFlags (uint32)

password-flags

Flags indicating how to handle the "password" property. - See the section called “Secret flag types:” for flag values. -

+ See the section called “Secret flag types:” for flag values. +

Format: NMSettingSecretFlags (uint32)

qdiscs

-

Array of TC queueing disciplines. When the "tc" setting is present, qdiscs from this property are applied upon activation. If the property is empty, all qdiscs are removed and the device will only have the default qdisc assigned by kernel according to the "net.core.default_qdisc" sysctl. If the "tc" setting is not present, NetworkManager doesn't touch the qdiscs present on the interface.

- Format: array of vardict

+Array of TC queueing disciplines. qdisc is a basic block in the +Linux traffic control subsystem +

+

+Each qdisc can be specified by the following attributes: +

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

+handle HANDLE +

+specifies the qdisc handle. A qdisc, which potentially can have children, gets +assigned a major number, called a 'handle', leaving the minor number namespace +available for classes. The handle is expressed as '10:'. It is customary to +explicitly assign a handle to qdiscs expected to have children. +

+parent HANDLE +

+specifies the handle of the parent qdisc the current qdisc must be +attached to. +

+root +

+specifies that the qdisc is attached to the root of device. +

+KIND +

+this is the qdisc kind. NetworkManager currently supports the +following kinds: fq_codel, sfq, tbf. Each qdisc kind has a +different set of parameters, described below. There are also some +kinds like pfifo, pfifo_fast, prio supported by NetworkManager +but their parameters are not supported by NetworkManager. +

+

+Parameters for 'fq_codel': +

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

+limit U32 +

+the hard limit on the real queue size. When this limit is +reached, incoming packets are dropped. Default is 10240 packets. +

+memory_limit U32 +

+sets a limit on the total number of bytes that can be queued in +this FQ-CoDel instance. The lower of the packet limit of the +limit parameter and the memory limit will be enforced. Default is +32 MB. +

+flows U32 +

+the number of flows into which the incoming packets are +classified. Due to the stochastic nature of hashing, multiple +flows may end up being hashed into the same slot. Newer flows +have priority over older ones. This parameter can be set only at +load time since memory has to be allocated for the hash table. +Default value is 1024. +

+target U32 +

+the acceptable minimum standing/persistent queue delay. This minimum +delay is identified by tracking the local minimum queue delay that packets +experience. The unit of measurement is microsecond(us). Default value is 5ms. +

+interval U32 +

+used to ensure that the measured minimum delay does not become too stale. +The minimum delay must be experienced in the last epoch of length .B +interval. It should be set on the order of the worst-case RTT +through the bottleneck to give endpoints sufficient time to +react. Default value is 100ms. +

+quantum U32 +

+the number of bytes used as 'deficit' in the fair queuing +algorithm. Default is set to 1514 bytes which corresponds to the +Ethernet MTU plus the hardware header length of 14 bytes. +

+ecn BOOL +

+can be used to mark packets instead of dropping them. ecn is turned +on by default. +

+ce_threshold U32 +

+sets a threshold above which all packets are marked with ECN +Congestion Experienced. This is useful for DCTCP-style congestion +control algorithms that require marking at very shallow queueing +thresholds. +

+

+Parameters for 'sfq': +

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

+divisor U32 +

+can be used to set a different hash table size, available +from kernel 2.6.39 onwards. The specified divisor must be +a power of two and cannot be larger than 65536. Default +value: 1024. +

+limit U32 +

+Upper limit of the SFQ. Can be used to reduce the default +length of 127 packets. +

+depth U32 +

+Limit of packets per flow. Default to +127 and can be lowered. +

+perturb_period U32 +

+Interval in seconds for queue algorithm perturbation. +Defaults to 0, which means that no perturbation occurs. Do +not set too low for each perturbation may cause some +packet reordering or losses. Advised value: 60 This value +has no effect when external flow classification is used. +Its better to increase divisor value to lower risk of hash +collisions. +

+quantum U32 +

+Amount of bytes a flow is allowed to dequeue during a +round of the round robin process. Defaults to the MTU of +the interface which is also the advised value and the +minimum value. +

+flows U32 +

+Default value is 127. +

+

+Parameters for 'tbf': +

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

+rate U64 +

+Bandwidth or rate. These parameters accept a floating +point number, possibly followed by either a unit (both SI +and IEC units supported), or a float followed by a percent +character to specify the rate as a percentage of the +device's speed. +

+burst U32 +

+

+Also known as buffer or maxburst. Size of the bucket, in +bytes. This is the maximum amount of bytes that tokens can +be available for instantaneously. In general, larger +shaping rates require a larger buffer. For 10mbit/s on +Intel, you need at least 10kbyte buffer if you want to +reach your configured rate! +

+

+If your buffer is too small, packets may be dropped +because more tokens arrive per timer tick than fit in your +bucket. The minimum buffer size can be calculated by +dividing the rate by HZ. +

+

+Token usage calculations are performed using a table which +by default has a resolution of 8 packets. This resolution +can be changed by specifying the cell size with the burst. +For example, to specify a 6000 byte buffer with a 16 byte +cell size, set a burst of 6000/16. You will probably never +have to set this. Must be an integral power of 2. +

+

+limit U32 +

+Limit is the number of bytes that can be queued waiting +for tokens to become available. +

+latency U32 +

+specifies the maximum amount of time a packet can +sit in the TBF. The latency calculation takes into account +the size of the bucket, the rate and possibly the peakrate +(if set). The latency and limit are mutually exclusive. +

+

+ Format: GPtrArray(NMTCQdisc)

tfilters

-

Array of TC traffic filters. When the "tc" setting is present, filters from this property are applied upon activation. If the property is empty, NetworkManager removes all the filters. If the "tc" setting is not present, NetworkManager doesn't touch the filters present on the interface.

- Format: array of vardict

+Array of TC traffic filters. Traffic control can manage the packet content during +classification by using filters. +

+

+Each tfilters can be specified by the following attributes: +

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

+handle HANDLE +

+specifies the tfilters handle. A filter is used by a classful qdisc to determine in which class +a packet will be enqueued. It is important to notice that filters reside within qdiscs. Therefore, +see qdiscs handle for detailed information. +

+parent HANDLE +

+specifies the handle of the parent qdisc the current qdisc must be +attached to. +

+root +

+specifies that the qdisc is attached to the root of device. +

+KIND +

+this is the tfilters kind. NetworkManager currently supports +following kinds: mirred, simple. Each filter kind has a +different set of actions, described below. There are also some +other kinds like matchall, basic, u32 supported by NetworkManager. +

+

+Actions for 'mirred': +

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

+egress bool +

+Define whether the packet should exit from the interface. +

+ingress bool +

+Define whether the packet should come into the interface. +

+mirror bool +

+Define whether the packet should be copied to the destination space. +

+redirect bool +

+Define whether the packet should be moved to the destination space. +

+

+Action for 'simple': +

+
++++ + + + + +

+sdata char[32] +

+The actual string to print. +

+

+ Format: GPtrArray(NMTCTfilter)

s390-options

-

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]).

+

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]). Currently, NetworkManager itself does nothing with this information. However, s390utils ships a udev rule which parses this information and applies it to the interface.

Format: dict of string to string

private-key-flags

Flags indicating how to handle the "private-key" property. - See the section called “Secret flag types:” for flag values. -

+ See the section called “Secret flag types:” for flag values. +

Format: NMSettingSecretFlags (uint32)

leap-password-flags

Flags indicating how to handle the "leap-password" property. - See the section called “Secret flag types:” for flag values. -

+ See the section called “Secret flag types:” for flag values. +

Format: NMSettingSecretFlags (uint32)

psk-flags

Flags indicating how to handle the "psk" property. - See the section called “Secret flag types:” for flag values. -

+ See the section called “Secret flag types:” for flag values. +

Format: NMSettingSecretFlags (uint32)

wep-key-flags

Flags indicating how to handle the "wep-key0", "wep-key1", "wep-key2", and "wep-key3" properties. - See the section called “Secret flag types:” for flag values. -

+ See the section called “Secret flag types:” for flag values. +

Format: NMSettingSecretFlags (uint32)

++++ + + + + +

queue-id

+

+ Alias: queue-id

+

The queue ID of this bond port. The maximum value of queue ID is the number of TX queues currently active in device.

+

+ Format: uint32

+
+
+
+
+

hostname setting

Hostname settings.

Properties: @@ -4749,7 +5188,7 @@


-

veth setting

+

veth setting

Veth Settings.

Properties: diff --git a/docs/api/html/nmcli.html b/docs/api/html/nmcli.html index 5e10c868..d33f9424 100644 --- a/docs/api/html/nmcli.html +++ b/docs/api/html/nmcli.html @@ -640,13 +640,13 @@ internally blocked from autoconnecting again. Hence it will not autoconnect until reboot or until the user performs an action that unblocks autoconnect, like modifying the profile or explicitly activating it.

-

In most cases you may want to use device disconnect +

In most cases you may want to use device down command instead.

The connection is identified by its name, UUID or D-Bus path. If ID is ambiguous, a keyword id, uuid, path or apath can be used.

-

See connection show above for the description of +

See connection show above for the description of the ID-specifying keywords.

If --wait option is not specified, the default timeout will be 10 seconds.

@@ -939,7 +939,7 @@

Device Management Commands

-

nmcli device { status | show | set | connect | reapply | modify | disconnect | delete | monitor | wifi | lldp } [ARGUMENTS...]

+

nmcli device { status | show | set | up | connect | reapply | modify | down | disconnect | delete | monitor | wifi | lldp } [ARGUMENTS...]

Show and manage network interfaces.

@@ -982,7 +982,7 @@ + + + + + + + + + + + + + + + + @@ -461,6 +473,10 @@ + + + +

- connect + up ifname

@@ -992,12 +992,20 @@

If no compatible connection exists, a new profile with default settings will be created and activated. This differentiates nmcli connection up ifname "$DEVICE" from - nmcli device connect "$DEVICE"

+ nmcli device up "$DEVICE"

If --wait option is not specified, the default timeout will be 90 seconds.

+ connect + ifname +

Alias for command up. Before version 1.34.0 up + was not supported.

reapply ifname @@ -1023,7 +1031,7 @@

- disconnect + down ifname...

@@ -1035,6 +1043,14 @@

+ disconnect + ifname... +

Alias for command down. Before version 1.34.0 down + was not supported.

delete ifname... @@ -1179,7 +1195,7 @@ according to Wi-Fi device capabilities and activates it on the device. The hotspot is secured with WPA if device/driver supports that, otherwise WEP is used. Use connection down or device - disconnect to stop the hotspot.

+ down to stop the hotspot.

Parameters of the hotspot can be influenced by the optional parameters:

@@ -1646,7 +1662,7 @@ - +

shows the status for all devices.

nmcli dev disconnect em2

nmcli dev down em2

disconnects a connection on interface em2 and marks the device as unavailable for auto-connecting. As a result, no connection will automatically be activated on the device until the device's 'autoconnect' is set to TRUE or diff --git a/docs/api/html/ref-settings.html b/docs/api/html/ref-settings.html index e09dc7b4..b2bacf2e 100644 --- a/docs/api/html/ref-settings.html +++ b/docs/api/html/ref-settings.html @@ -172,6 +172,9 @@ wpan — IEEE 802.15.4 (WPAN) MAC Settings

+bond-port — Bond Port Settings +
+
hostname — Hostname settings
diff --git a/docs/api/html/settings-6lowpan.html b/docs/api/html/settings-6lowpan.html index 9c89ffd6..7daf602d 100644 --- a/docs/api/html/settings-6lowpan.html +++ b/docs/api/html/settings-6lowpan.html @@ -38,7 +38,7 @@ Properties
-

Table 46. 

+

Table 47. 

diff --git a/docs/api/html/settings-802-11-olpc-mesh.html b/docs/api/html/settings-802-11-olpc-mesh.html index 2056a462..1dd33145 100644 --- a/docs/api/html/settings-802-11-olpc-mesh.html +++ b/docs/api/html/settings-802-11-olpc-mesh.html @@ -38,7 +38,7 @@ Properties
-

Table 66. 

+

Table 67. 

diff --git a/docs/api/html/settings-802-11-wireless-security.html b/docs/api/html/settings-802-11-wireless-security.html index 61fc285d..033d365e 100644 --- a/docs/api/html/settings-802-11-wireless-security.html +++ b/docs/api/html/settings-802-11-wireless-security.html @@ -38,7 +38,7 @@ Properties
-

Table 91. 

+

Table 92. 

diff --git a/docs/api/html/settings-802-11-wireless.html b/docs/api/html/settings-802-11-wireless.html index 71cafdf5..ecdbfab9 100644 --- a/docs/api/html/settings-802-11-wireless.html +++ b/docs/api/html/settings-802-11-wireless.html @@ -38,7 +38,7 @@ Properties
-

Table 90. 

+

Table 91. 

diff --git a/docs/api/html/settings-802-1x.html b/docs/api/html/settings-802-1x.html index 9747c482..a1f6f6cf 100644 --- a/docs/api/html/settings-802-1x.html +++ b/docs/api/html/settings-802-1x.html @@ -38,7 +38,7 @@ Properties
-

Table 47. 

+

Table 48. 

diff --git a/docs/api/html/settings-802-3-ethernet.html b/docs/api/html/settings-802-3-ethernet.html index 28eeeb1b..3b38ba11 100644 --- a/docs/api/html/settings-802-3-ethernet.html +++ b/docs/api/html/settings-802-3-ethernet.html @@ -38,7 +38,7 @@ Properties
-

Table 88. 

+

Table 89. 

@@ -123,7 +123,7 @@ - + diff --git a/docs/api/html/settings-adsl.html b/docs/api/html/settings-adsl.html index 1eb087dc..baa6ce9c 100644 --- a/docs/api/html/settings-adsl.html +++ b/docs/api/html/settings-adsl.html @@ -38,7 +38,7 @@ Properties
-

Table 48. 

+

Table 49. 

s390-options
dict 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]).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]). Currently, NetworkManager itself does nothing with this information. However, s390utils ships a udev rule which parses this information and applies it to the interface.
s390-subchannels
diff --git a/docs/api/html/settings-bluetooth.html b/docs/api/html/settings-bluetooth.html index e7ceaf7f..76216b18 100644 --- a/docs/api/html/settings-bluetooth.html +++ b/docs/api/html/settings-bluetooth.html @@ -38,7 +38,7 @@ Properties
-

Table 49. 

+

Table 50. 

diff --git a/docs/api/html/settings-bond-port.html b/docs/api/html/settings-bond-port.html new file mode 100644 index 00000000..4516d8c5 --- /dev/null +++ b/docs/api/html/settings-bond-port.html @@ -0,0 +1,69 @@ + + + + +bond-port: NetworkManager Reference Manual + + + + + + + + + +
+ + + + + + +
+
+
+ + +
+

bond-port

+

bond-port — Bond Port Settings

+
+
+

+ Properties +

+
+

Table 94. 

+
++++++ + + + + + + + + + + + + +
Key NameValue TypeDefault ValueValue Description
queue-id
uint32
0
The queue ID of this bond port. The maximum value of queue ID is the number of TX queues currently active in device.
+
+


+
+
+ + + \ No newline at end of file diff --git a/docs/api/html/settings-bond.html b/docs/api/html/settings-bond.html index 268ae38e..77da2c93 100644 --- a/docs/api/html/settings-bond.html +++ b/docs/api/html/settings-bond.html @@ -38,7 +38,7 @@ Properties
-

Table 50. 

+

Table 51. 

diff --git a/docs/api/html/settings-bridge-port.html b/docs/api/html/settings-bridge-port.html index 6eb7d93a..5c2aa4f7 100644 --- a/docs/api/html/settings-bridge-port.html +++ b/docs/api/html/settings-bridge-port.html @@ -38,7 +38,7 @@ Properties
-

Table 52. 

+

Table 53. 

diff --git a/docs/api/html/settings-bridge.html b/docs/api/html/settings-bridge.html index 5cee3c11..b19b3f0f 100644 --- a/docs/api/html/settings-bridge.html +++ b/docs/api/html/settings-bridge.html @@ -38,7 +38,7 @@ Properties
-

Table 51. 

+

Table 52. 

diff --git a/docs/api/html/settings-cdma.html b/docs/api/html/settings-cdma.html index a32fa537..fb29acc4 100644 --- a/docs/api/html/settings-cdma.html +++ b/docs/api/html/settings-cdma.html @@ -38,7 +38,7 @@ Properties
-

Table 53. 

+

Table 54. 

diff --git a/docs/api/html/settings-connection.html b/docs/api/html/settings-connection.html index 79025e4a..0756d597 100644 --- a/docs/api/html/settings-connection.html +++ b/docs/api/html/settings-connection.html @@ -38,7 +38,7 @@ Properties
-

Table 45. 

+

Table 46. 

@@ -63,13 +63,13 @@ - + - + @@ -84,6 +84,12 @@ + + + + + + diff --git a/docs/api/html/settings-dcb.html b/docs/api/html/settings-dcb.html index d3274cf1..784cff03 100644 --- a/docs/api/html/settings-dcb.html +++ b/docs/api/html/settings-dcb.html @@ -38,7 +38,7 @@ Properties
-

Table 54. 

+

Table 55. 

autoconnect
boolean
TRUE
Whether 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. Note that autoconnect is not implemented for VPN profiles. See "secondaries" as an alternative to automatically connect VPN profiles.Whether 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 happens when the circumstances are suitable. That means for example that the device is currently managed and not active. Autoconnect thus never replaces or competes with an already active profile. Note that autoconnect is not implemented for VPN profiles. See "secondaries" as an alternative to automatically connect VPN profiles.
autoconnect-priority
int32
0
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.The autoconnect priority in range -999 to 999. If the connection is set to autoconnect, connections with higher priority will be preferred. The higher number means higher priority. Defaults to 0. Note that this property only matters if there are more than one candidate profile to select for autoconnect. In case of equal priority, the profile used most recently is chosen.
autoconnect-retries
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 properties "autoconnect", "autoconnect-priority" and "autoconnect-retries" are unrelated to this setting. 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.
dns-over-tls
int32
-1
Whether DNSOverTls (dns-over-tls) is enabled for the connection. DNSOverTls is a technology which uses TLS to encrypt dns traffic. The permitted values are: "yes" (2) use DNSOverTls and disabled fallback, "opportunistic" (1) use DNSOverTls but allow fallback to unencrypted resolution, "no" (0) don't ever use DNSOverTls. If unspecified "default" depends on the plugin used. Systemd-resolved uses global setting. This feature requires a plugin which supports DNSOverTls. Otherwise, the setting has no effect. One such plugin is dns-systemd-resolved.
gateway-ping-timeout
uint32
0
@@ -62,8 +62,8 @@ - - + + diff --git a/docs/api/html/settings-dummy.html b/docs/api/html/settings-dummy.html index 6bc0ab4d..d5c7d25c 100644 --- a/docs/api/html/settings-dummy.html +++ b/docs/api/html/settings-dummy.html @@ -38,7 +38,7 @@ Properties
-

Table 55. 

+

Table 56. 

app-fcoe-mode
string
"fabric"
The FCoE controller mode; either "fabric" (default) or "vn2vn".
The FCoE controller mode; either "fabric" or "vn2vn". Since 1.34, NULL is the default and means "fabric". Before 1.34, NULL was rejected as invalid and the default was "fabric".
app-fcoe-priority
diff --git a/docs/api/html/settings-ethtool.html b/docs/api/html/settings-ethtool.html index adf9071e..011f8cb5 100644 --- a/docs/api/html/settings-ethtool.html +++ b/docs/api/html/settings-ethtool.html @@ -38,7 +38,7 @@ Properties
-

Table 56. 

+

Table 57. 

diff --git a/docs/api/html/settings-generic.html b/docs/api/html/settings-generic.html index cdc71b1c..2e03accd 100644 --- a/docs/api/html/settings-generic.html +++ b/docs/api/html/settings-generic.html @@ -38,7 +38,7 @@ Properties
-

Table 57. 

+

Table 58. 

diff --git a/docs/api/html/settings-gsm.html b/docs/api/html/settings-gsm.html index a48daf44..a0c4cca8 100644 --- a/docs/api/html/settings-gsm.html +++ b/docs/api/html/settings-gsm.html @@ -38,7 +38,7 @@ Properties
-

Table 58. 

+

Table 59. 

diff --git a/docs/api/html/settings-hostname.html b/docs/api/html/settings-hostname.html index 0caf2ce7..f93dd8f9 100644 --- a/docs/api/html/settings-hostname.html +++ b/docs/api/html/settings-hostname.html @@ -6,7 +6,7 @@ - + @@ -21,7 +21,7 @@ - +
Home UpPrevPrev Next
@@ -34,11 +34,11 @@
-

+

Properties

-

Table 93. 

+

Table 95. 

diff --git a/docs/api/html/settings-infiniband.html b/docs/api/html/settings-infiniband.html index 702d1bf4..b14cc1c7 100644 --- a/docs/api/html/settings-infiniband.html +++ b/docs/api/html/settings-infiniband.html @@ -38,7 +38,7 @@ Properties
-

Table 59. 

+

Table 60. 

diff --git a/docs/api/html/settings-ip-tunnel.html b/docs/api/html/settings-ip-tunnel.html index 929ffa40..4a154d49 100644 --- a/docs/api/html/settings-ip-tunnel.html +++ b/docs/api/html/settings-ip-tunnel.html @@ -38,7 +38,7 @@ Properties
-

Table 62. 

+

Table 63. 

diff --git a/docs/api/html/settings-ipv4.html b/docs/api/html/settings-ipv4.html index 4f91166b..20cd3236 100644 --- a/docs/api/html/settings-ipv4.html +++ b/docs/api/html/settings-ipv4.html @@ -38,7 +38,7 @@ Properties
-

Table 60. 

+

Table 61. 

diff --git a/docs/api/html/settings-ipv6.html b/docs/api/html/settings-ipv6.html index 62a1be5a..af20a399 100644 --- a/docs/api/html/settings-ipv6.html +++ b/docs/api/html/settings-ipv6.html @@ -38,7 +38,7 @@ Properties
-

Table 61. 

+

Table 62. 

diff --git a/docs/api/html/settings-macsec.html b/docs/api/html/settings-macsec.html index ecc6f69f..de743ee4 100644 --- a/docs/api/html/settings-macsec.html +++ b/docs/api/html/settings-macsec.html @@ -38,7 +38,7 @@ Properties
-

Table 63. 

+

Table 64. 

diff --git a/docs/api/html/settings-macvlan.html b/docs/api/html/settings-macvlan.html index 3cf2fc00..b09ca148 100644 --- a/docs/api/html/settings-macvlan.html +++ b/docs/api/html/settings-macvlan.html @@ -38,7 +38,7 @@ Properties
-

Table 64. 

+

Table 65. 

diff --git a/docs/api/html/settings-match.html b/docs/api/html/settings-match.html index 2a326ed8..172d0694 100644 --- a/docs/api/html/settings-match.html +++ b/docs/api/html/settings-match.html @@ -38,7 +38,7 @@ Properties
-

Table 65. 

+

Table 66. 

diff --git a/docs/api/html/settings-ovs-bridge.html b/docs/api/html/settings-ovs-bridge.html index 29239f40..011e49bc 100644 --- a/docs/api/html/settings-ovs-bridge.html +++ b/docs/api/html/settings-ovs-bridge.html @@ -38,7 +38,7 @@ Properties
-

Table 67. 

+

Table 68. 

diff --git a/docs/api/html/settings-ovs-dpdk.html b/docs/api/html/settings-ovs-dpdk.html index a40d5fd0..cd91106d 100644 --- a/docs/api/html/settings-ovs-dpdk.html +++ b/docs/api/html/settings-ovs-dpdk.html @@ -38,7 +38,7 @@ Properties
-

Table 68. 

+

Table 69. 

diff --git a/docs/api/html/settings-ovs-external-ids.html b/docs/api/html/settings-ovs-external-ids.html index 0ec0c4e8..1a196728 100644 --- a/docs/api/html/settings-ovs-external-ids.html +++ b/docs/api/html/settings-ovs-external-ids.html @@ -34,11 +34,11 @@
-

+

Properties

-

Table 94. 

+

Table 96. 

diff --git a/docs/api/html/settings-ovs-interface.html b/docs/api/html/settings-ovs-interface.html index 71aff775..931527db 100644 --- a/docs/api/html/settings-ovs-interface.html +++ b/docs/api/html/settings-ovs-interface.html @@ -38,7 +38,7 @@ Properties
-

Table 69. 

+

Table 70. 

diff --git a/docs/api/html/settings-ovs-patch.html b/docs/api/html/settings-ovs-patch.html index 9fb817bb..c916043d 100644 --- a/docs/api/html/settings-ovs-patch.html +++ b/docs/api/html/settings-ovs-patch.html @@ -38,7 +38,7 @@ Properties
-

Table 70. 

+

Table 71. 

diff --git a/docs/api/html/settings-ovs-port.html b/docs/api/html/settings-ovs-port.html index 56f45834..2aa91ff7 100644 --- a/docs/api/html/settings-ovs-port.html +++ b/docs/api/html/settings-ovs-port.html @@ -38,7 +38,7 @@ Properties
-

Table 71. 

+

Table 72. 

diff --git a/docs/api/html/settings-ppp.html b/docs/api/html/settings-ppp.html index faff1d83..493cf752 100644 --- a/docs/api/html/settings-ppp.html +++ b/docs/api/html/settings-ppp.html @@ -38,7 +38,7 @@ Properties
-

Table 72. 

+

Table 73. 

diff --git a/docs/api/html/settings-pppoe.html b/docs/api/html/settings-pppoe.html index 339e0aa9..277dde3d 100644 --- a/docs/api/html/settings-pppoe.html +++ b/docs/api/html/settings-pppoe.html @@ -38,7 +38,7 @@ Properties
-

Table 73. 

+

Table 74. 

diff --git a/docs/api/html/settings-proxy.html b/docs/api/html/settings-proxy.html index 3cfe06f4..8c1104d3 100644 --- a/docs/api/html/settings-proxy.html +++ b/docs/api/html/settings-proxy.html @@ -38,7 +38,7 @@ Properties
-

Table 74. 

+

Table 75. 

diff --git a/docs/api/html/settings-serial.html b/docs/api/html/settings-serial.html index 5caaa483..ff473d40 100644 --- a/docs/api/html/settings-serial.html +++ b/docs/api/html/settings-serial.html @@ -38,7 +38,7 @@ Properties
-

Table 75. 

+

Table 76. 

diff --git a/docs/api/html/settings-sriov.html b/docs/api/html/settings-sriov.html index 0317c775..9f7fded6 100644 --- a/docs/api/html/settings-sriov.html +++ b/docs/api/html/settings-sriov.html @@ -38,7 +38,7 @@ Properties
-

Table 76. 

+

Table 77. 

diff --git a/docs/api/html/settings-tc.html b/docs/api/html/settings-tc.html index 68379633..ebcf0f23 100644 --- a/docs/api/html/settings-tc.html +++ b/docs/api/html/settings-tc.html @@ -38,7 +38,7 @@ Properties
-

Table 77. 

+

Table 78. 

diff --git a/docs/api/html/settings-team-port.html b/docs/api/html/settings-team-port.html index e493d426..7fe18f0a 100644 --- a/docs/api/html/settings-team-port.html +++ b/docs/api/html/settings-team-port.html @@ -38,7 +38,7 @@ Properties
-

Table 79. 

+

Table 80. 

diff --git a/docs/api/html/settings-team.html b/docs/api/html/settings-team.html index c4ae06b0..99cd91ee 100644 --- a/docs/api/html/settings-team.html +++ b/docs/api/html/settings-team.html @@ -38,7 +38,7 @@ Properties
-

Table 78. 

+

Table 79. 

diff --git a/docs/api/html/settings-tun.html b/docs/api/html/settings-tun.html index 20af9291..46e23d62 100644 --- a/docs/api/html/settings-tun.html +++ b/docs/api/html/settings-tun.html @@ -38,7 +38,7 @@ Properties
-

Table 80. 

+

Table 81. 

diff --git a/docs/api/html/settings-user.html b/docs/api/html/settings-user.html index a00fac44..33e64f03 100644 --- a/docs/api/html/settings-user.html +++ b/docs/api/html/settings-user.html @@ -38,7 +38,7 @@ Properties
-

Table 81. 

+

Table 82. 

diff --git a/docs/api/html/settings-veth.html b/docs/api/html/settings-veth.html index 761b4f72..d53121c9 100644 --- a/docs/api/html/settings-veth.html +++ b/docs/api/html/settings-veth.html @@ -34,11 +34,11 @@
-

+

Properties

-

Table 95. 

+

Table 97. 

diff --git a/docs/api/html/settings-vlan.html b/docs/api/html/settings-vlan.html index 33787e8a..be1e1d1f 100644 --- a/docs/api/html/settings-vlan.html +++ b/docs/api/html/settings-vlan.html @@ -38,7 +38,7 @@ Properties
-

Table 82. 

+

Table 83. 

diff --git a/docs/api/html/settings-vpn.html b/docs/api/html/settings-vpn.html index db059516..afd1ac72 100644 --- a/docs/api/html/settings-vpn.html +++ b/docs/api/html/settings-vpn.html @@ -38,7 +38,7 @@ Properties
-

Table 83. 

+

Table 84. 

diff --git a/docs/api/html/settings-vrf.html b/docs/api/html/settings-vrf.html index 839bf8c9..6c49c512 100644 --- a/docs/api/html/settings-vrf.html +++ b/docs/api/html/settings-vrf.html @@ -38,7 +38,7 @@ Properties
-

Table 84. 

+

Table 85. 

diff --git a/docs/api/html/settings-vxlan.html b/docs/api/html/settings-vxlan.html index 6da8eb52..a0ec0963 100644 --- a/docs/api/html/settings-vxlan.html +++ b/docs/api/html/settings-vxlan.html @@ -38,7 +38,7 @@ Properties
-

Table 85. 

+

Table 86. 

diff --git a/docs/api/html/settings-wifi-p2p.html b/docs/api/html/settings-wifi-p2p.html index dc9c2592..9fe0a90b 100644 --- a/docs/api/html/settings-wifi-p2p.html +++ b/docs/api/html/settings-wifi-p2p.html @@ -38,7 +38,7 @@ Properties
-

Table 86. 

+

Table 87. 

diff --git a/docs/api/html/settings-wimax.html b/docs/api/html/settings-wimax.html index ee0f1112..d733d7fd 100644 --- a/docs/api/html/settings-wimax.html +++ b/docs/api/html/settings-wimax.html @@ -38,7 +38,7 @@ Properties
-

Table 87. 

+

Table 88. 

diff --git a/docs/api/html/settings-wireguard.html b/docs/api/html/settings-wireguard.html index e632ffdf..01157792 100644 --- a/docs/api/html/settings-wireguard.html +++ b/docs/api/html/settings-wireguard.html @@ -38,7 +38,7 @@ Properties
-

Table 89. 

+

Table 90. 

diff --git a/docs/api/html/settings-wpan.html b/docs/api/html/settings-wpan.html index 6fdbaa22..b0e3b24b 100644 --- a/docs/api/html/settings-wpan.html +++ b/docs/api/html/settings-wpan.html @@ -7,7 +7,7 @@ - + @@ -22,7 +22,7 @@ - +
Home Up PrevNextNext
@@ -38,7 +38,7 @@ Properties
-

Table 92. 

+

Table 93. 

diff --git a/docs/api/html/style.css b/docs/api/html/style.css index c2b3cf7b..c163abaa 100644 --- a/docs/api/html/style.css +++ b/docs/api/html/style.css @@ -456,9 +456,9 @@ acronym,abbr } pre { line-height: 125%; } -td.linenos pre { color: #000000; background-color: #f0f0f0; padding-left: 5px; padding-right: 5px; } -span.linenos { color: #000000; background-color: #f0f0f0; padding-left: 5px; padding-right: 5px; } -td.linenos pre.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } +td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; } +span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; } +td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } .hll { background-color: #ffffcc } .c { color: #408080; font-style: italic } /* Comment */ diff --git a/docs/api/network-manager-docs.xml b/docs/api/network-manager-docs.xml index a2fc76d7..77b7e017 100644 --- a/docs/api/network-manager-docs.xml +++ b/docs/api/network-manager-docs.xml @@ -9,7 +9,7 @@ for NetworkManager &version; The latest version of this documentation can be found on-line at - https://developer.gnome.org/NetworkManager/stable/. + https://networkmanager.dev/docs/api/latest/. diff --git a/docs/api/settings-spec.xml b/docs/api/settings-spec.xml index 88502796..fed4f093 100644 --- a/docs/api/settings-spec.xml +++ b/docs/api/settings-spec.xml @@ -2,7 +2,7 @@ Configuration SettingsconnectionGeneral Connection Profile Settings Properties -
Key NameValue TypeDefault ValueValue Descriptionauth-retriesauth-retriesint32-1The number of retries for the authentication. Zero means to try indefinitely; -1 means to use a global default. If the global default is not set, the authentication retries for 3 times before failing the connection. Currently, this only applies to 802-1x authentication.autoconnectautoconnectbooleanTRUEWhether 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. Note that autoconnect is not implemented for VPN profiles. See "secondaries" as an alternative to automatically connect VPN profiles.autoconnect-priorityautoconnect-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-retriesautoconnect-retriesint32-1The number of times a connection should be tried when autoactivating before giving up. Zero means forever, -1 means the global default (4 times if not overridden). Setting this to 1 means to try activation only once before blocking autoconnect. Note that after a timeout, NetworkManager will try to autoconnect again.autoconnect-slavesautoconnect-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 properties "autoconnect", "autoconnect-priority" and "autoconnect-retries" are unrelated to this setting. 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-timeoutgateway-ping-timeoutuint320If greater than zero, delay success of IP addressing until either the timeout is reached, or an IP gateway replies to a ping.ididstringA human readable unique identifier for the connection, like "Work Wi-Fi" or "T-Mobile 3G".interface-nameinterface-namestringThe name of the network interface this connection is bound to. If not set, then the connection can be attached to any interface of the appropriate type (subject to restrictions imposed by other settings). For software devices this specifies the name of the created device. For connection types where interface names cannot easily be made persistent (e.g. mobile broadband or USB Ethernet), this property should not be used. Setting this property restricts the interfaces a connection can be used with, and if interface names change or are reordered the connection may be applied to the wrong interface.lldplldpint32-1Whether LLDP is enabled for the connection.llmnrllmnrint32-1Whether Link-Local Multicast Name Resolution (LLMNR) is enabled for the connection. LLMNR is a protocol based on the Domain Name System (DNS) packet format that allows both IPv4 and IPv6 hosts to perform name resolution for hosts on the same local link. The permitted values are: "yes" (2) register hostname and resolving for the connection, "no" (0) disable LLMNR for the interface, "resolve" (1) do not register hostname but allow resolving of LLMNR host names If unspecified, "default" ultimately depends on the DNS plugin (which for systemd-resolved currently means "yes"). This feature requires a plugin which supports LLMNR. Otherwise, the setting has no effect. One such plugin is dns-systemd-resolved.mastermasterstringInterface name of the master device or UUID of the master connection.mdnsmdnsint32-1Whether mDNS is enabled for the connection. The permitted values are: "yes" (2) register hostname and resolving for the connection, "no" (0) disable mDNS for the interface, "resolve" (1) do not register hostname but allow resolving of mDNS host names and "default" (-1) to allow lookup of a global default in NetworkManager.conf. If unspecified, "default" ultimately depends on the DNS plugin (which for systemd-resolved currently means "no"). This feature requires a plugin which supports mDNS. Otherwise, the setting has no effect. One such plugin is dns-systemd-resolved.meteredmeteredNMMetered (int32)Whether the connection is metered. When updating this property on a currently activated connection, the change takes effect immediately.mud-urlmud-urlstringIf configured, set to a Manufacturer Usage Description (MUD) URL that points to manufacturer-recommended network policies for IoT devices. It is transmitted as a DHCPv4 or DHCPv6 option. The value must be a valid URL starting with "https://". The special value "none" is allowed to indicate that no MUD URL is used. If the per-profile value is unspecified (the default), a global connection default gets consulted. If still unspecified, the ultimate default is "none".multi-connectmulti-connectint320Specifies whether the profile can be active multiple times at a particular moment. The value is of type NMConnectionMultiConnect.permissionspermissionsarray of stringAn array of strings defining what access a given user has to this connection. If this is NULL or empty, all users are allowed to access this connection; otherwise users are allowed if and only if they are in this list. When this is not empty, the connection can be active only when one of the specified users is logged into an active session. Each entry is of the form "[type]:[id]:[reserved]"; for example, "user:dcbw:blah". At this time only the "user" [type] is allowed. Any other values are ignored and reserved for future use. [id] is the username that this permission refers to, which may not contain the ":" character. Any [reserved] information present must be ignored and is reserved for future use. All of [type], [id], and [reserved] must be valid UTF-8.read-onlyread-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.secondariessecondariesarray of stringList of connection UUIDs that should be activated when the base connection itself is activated. Currently, only VPN connections are supported.slave-typeslave-typestringSetting name of the device type of this slave's master connection (eg, "bond"), or NULL if this connection is not a slave.stable-idstable-idstringThis represents the identity of the connection used for various purposes. It allows to configure multiple profiles to share the identity. Also, the stable-id can contain placeholders that are substituted dynamically and deterministically depending on the context. 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. It is also used as DHCP client identifier with ipv4.dhcp-client-id=stable and to derive the DHCP DUID with ipv6.dhcp-duid=stable-[llt,ll,uuid]. Note that depending on the context where it is used, other parameters are also seeded into the generation algorithm. For example, a per-host key is commonly also included, so that different systems end up generating different IDs. Or with ipv6.addr-gen-mode=stable-privacy, also the device's name is included, so that different interfaces yield different addresses. The per-host key is the identity of your machine and stored in /var/lib/NetworkManager/secret-key. The '$' character is treated special to perform dynamic substitutions at runtime. Currently, supported are "${CONNECTION}", "${DEVICE}", "${MAC}", "${BOOT}", "${RANDOM}". These effectively create unique IDs per-connection, per-device, per-boot, or every time. Note that "${DEVICE}" corresponds to the interface name of the device and "${MAC}" is the permanent MAC address of the device. 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}-${DEVICE}" to create a unique id for this connection that changes with every reboot and differs depending on the interface where the profile activates. If the value is unset, a global connection default is consulted. If the value is still unset, the default is similar to "${CONNECTION}" and uses a unique, fixed ID for the connection.timestamptimestampuint640The 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).typetypestringBase 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).uuiduuidstringA 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 "-").wait-device-timeoutwait-device-timeoutint32-1Timeout in milliseconds to wait for device at startup. During boot, devices may take a while to be detected by the driver. This property will cause to delay NetworkManager-wait-online.service and nm-online to give the device a chance to appear. This works by waiting for the given timeout until a compatible device for the profile is available and managed. The value 0 means no wait time. The default value is -1, which currently has the same meaning as no wait time.zonezonestringThe trust level of a the connection. Free form case-insensitive string (for example "Home", "Work", "Public"). NULL or unspecified zone means the connection will be placed in the default zone as defined by the firewall. When updating this property on a currently activated connection, the change takes effect immediately.
6lowpan6LoWPAN Settings + Key NameValue TypeDefault ValueValue Descriptionauth-retriesauth-retriesint32-1The number of retries for the authentication. Zero means to try indefinitely; -1 means to use a global default. If the global default is not set, the authentication retries for 3 times before failing the connection. Currently, this only applies to 802-1x authentication.autoconnectautoconnectbooleanTRUEWhether 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 happens when the circumstances are suitable. That means for example that the device is currently managed and not active. Autoconnect thus never replaces or competes with an already active profile. Note that autoconnect is not implemented for VPN profiles. See "secondaries" as an alternative to automatically connect VPN profiles.autoconnect-priorityautoconnect-priorityint320The autoconnect priority in range -999 to 999. If the connection is set to autoconnect, connections with higher priority will be preferred. The higher number means higher priority. Defaults to 0. Note that this property only matters if there are more than one candidate profile to select for autoconnect. In case of equal priority, the profile used most recently is chosen.autoconnect-retriesautoconnect-retriesint32-1The number of times a connection should be tried when autoactivating before giving up. Zero means forever, -1 means the global default (4 times if not overridden). Setting this to 1 means to try activation only once before blocking autoconnect. Note that after a timeout, NetworkManager will try to autoconnect again.autoconnect-slavesautoconnect-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 properties "autoconnect", "autoconnect-priority" and "autoconnect-retries" are unrelated to this setting. 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.dns-over-tlsdns-over-tlsint32-1Whether DNSOverTls (dns-over-tls) is enabled for the connection. DNSOverTls is a technology which uses TLS to encrypt dns traffic. The permitted values are: "yes" (2) use DNSOverTls and disabled fallback, "opportunistic" (1) use DNSOverTls but allow fallback to unencrypted resolution, "no" (0) don't ever use DNSOverTls. If unspecified "default" depends on the plugin used. Systemd-resolved uses global setting. This feature requires a plugin which supports DNSOverTls. Otherwise, the setting has no effect. One such plugin is dns-systemd-resolved.gateway-ping-timeoutgateway-ping-timeoutuint320If greater than zero, delay success of IP addressing until either the timeout is reached, or an IP gateway replies to a ping.ididstringA human readable unique identifier for the connection, like "Work Wi-Fi" or "T-Mobile 3G".interface-nameinterface-namestringThe name of the network interface this connection is bound to. If not set, then the connection can be attached to any interface of the appropriate type (subject to restrictions imposed by other settings). For software devices this specifies the name of the created device. For connection types where interface names cannot easily be made persistent (e.g. mobile broadband or USB Ethernet), this property should not be used. Setting this property restricts the interfaces a connection can be used with, and if interface names change or are reordered the connection may be applied to the wrong interface.lldplldpint32-1Whether LLDP is enabled for the connection.llmnrllmnrint32-1Whether Link-Local Multicast Name Resolution (LLMNR) is enabled for the connection. LLMNR is a protocol based on the Domain Name System (DNS) packet format that allows both IPv4 and IPv6 hosts to perform name resolution for hosts on the same local link. The permitted values are: "yes" (2) register hostname and resolving for the connection, "no" (0) disable LLMNR for the interface, "resolve" (1) do not register hostname but allow resolving of LLMNR host names If unspecified, "default" ultimately depends on the DNS plugin (which for systemd-resolved currently means "yes"). This feature requires a plugin which supports LLMNR. Otherwise, the setting has no effect. One such plugin is dns-systemd-resolved.mastermasterstringInterface name of the master device or UUID of the master connection.mdnsmdnsint32-1Whether mDNS is enabled for the connection. The permitted values are: "yes" (2) register hostname and resolving for the connection, "no" (0) disable mDNS for the interface, "resolve" (1) do not register hostname but allow resolving of mDNS host names and "default" (-1) to allow lookup of a global default in NetworkManager.conf. If unspecified, "default" ultimately depends on the DNS plugin (which for systemd-resolved currently means "no"). This feature requires a plugin which supports mDNS. Otherwise, the setting has no effect. One such plugin is dns-systemd-resolved.meteredmeteredNMMetered (int32)Whether the connection is metered. When updating this property on a currently activated connection, the change takes effect immediately.mud-urlmud-urlstringIf configured, set to a Manufacturer Usage Description (MUD) URL that points to manufacturer-recommended network policies for IoT devices. It is transmitted as a DHCPv4 or DHCPv6 option. The value must be a valid URL starting with "https://". The special value "none" is allowed to indicate that no MUD URL is used. If the per-profile value is unspecified (the default), a global connection default gets consulted. If still unspecified, the ultimate default is "none".multi-connectmulti-connectint320Specifies whether the profile can be active multiple times at a particular moment. The value is of type NMConnectionMultiConnect.permissionspermissionsarray of stringAn array of strings defining what access a given user has to this connection. If this is NULL or empty, all users are allowed to access this connection; otherwise users are allowed if and only if they are in this list. When this is not empty, the connection can be active only when one of the specified users is logged into an active session. Each entry is of the form "[type]:[id]:[reserved]"; for example, "user:dcbw:blah". At this time only the "user" [type] is allowed. Any other values are ignored and reserved for future use. [id] is the username that this permission refers to, which may not contain the ":" character. Any [reserved] information present must be ignored and is reserved for future use. All of [type], [id], and [reserved] must be valid UTF-8.read-onlyread-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.secondariessecondariesarray of stringList of connection UUIDs that should be activated when the base connection itself is activated. Currently, only VPN connections are supported.slave-typeslave-typestringSetting name of the device type of this slave's master connection (eg, "bond"), or NULL if this connection is not a slave.stable-idstable-idstringThis represents the identity of the connection used for various purposes. It allows to configure multiple profiles to share the identity. Also, the stable-id can contain placeholders that are substituted dynamically and deterministically depending on the context. 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. It is also used as DHCP client identifier with ipv4.dhcp-client-id=stable and to derive the DHCP DUID with ipv6.dhcp-duid=stable-[llt,ll,uuid]. Note that depending on the context where it is used, other parameters are also seeded into the generation algorithm. For example, a per-host key is commonly also included, so that different systems end up generating different IDs. Or with ipv6.addr-gen-mode=stable-privacy, also the device's name is included, so that different interfaces yield different addresses. The per-host key is the identity of your machine and stored in /var/lib/NetworkManager/secret-key. The '$' character is treated special to perform dynamic substitutions at runtime. Currently, supported are "${CONNECTION}", "${DEVICE}", "${MAC}", "${BOOT}", "${RANDOM}". These effectively create unique IDs per-connection, per-device, per-boot, or every time. Note that "${DEVICE}" corresponds to the interface name of the device and "${MAC}" is the permanent MAC address of the device. 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}-${DEVICE}" to create a unique id for this connection that changes with every reboot and differs depending on the interface where the profile activates. If the value is unset, a global connection default is consulted. If the value is still unset, the default is similar to "${CONNECTION}" and uses a unique, fixed ID for the connection.timestamptimestampuint640The 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).typetypestringBase 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).uuiduuidstringA 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 "-").wait-device-timeoutwait-device-timeoutint32-1Timeout in milliseconds to wait for device at startup. During boot, devices may take a while to be detected by the driver. This property will cause to delay NetworkManager-wait-online.service and nm-online to give the device a chance to appear. This works by waiting for the given timeout until a compatible device for the profile is available and managed. The value 0 means no wait time. The default value is -1, which currently has the same meaning as no wait time.zonezonestringThe trust level of a the connection. Free form case-insensitive string (for example "Home", "Work", "Public"). NULL or unspecified zone means the connection will be placed in the default zone as defined by the firewall. When updating this property on a currently activated connection, the change takes effect immediately.
6lowpan6LoWPAN Settings Properties Key NameValue TypeDefault ValueValue DescriptionparentparentstringIf given, specifies the parent interface name or parent connection UUID from which this 6LowPAN interface should be created.
802-1xIEEE 802.1x Authentication Settings Properties @@ -20,7 +20,7 @@ Properties Key NameValue TypeDefault ValueValue Descriptionmtumtuuint320If non-zero, only transmit packets of the specified size or smaller, breaking larger packets up into multiple frames.numbernumberstringThe number to dial to establish the connection to the CDMA-based mobile broadband network, if any. If not specified, the default number (#777) is used when required.passwordpasswordstringThe password used to authenticate with the network, if required. Many providers do not require a password, or accept any password. But if a password is required, it is specified here.password-flagspassword-flagsNMSettingSecretFlags (uint32)Flags indicating how to handle the "password" property.usernameusernamestringThe username used to authenticate with the network, if required. Many providers do not require a username, or accept any username. But if a username is required, it is specified here.
dcbData Center Bridging Settings Properties - Key NameValue TypeDefault ValueValue Descriptionapp-fcoe-flagsapp-fcoe-flagsNMSettingDcbFlags (uint32)Specifies the NMSettingDcbFlags for the DCB FCoE application. Flags may be any combination of NM_SETTING_DCB_FLAG_ENABLE (0x1), NM_SETTING_DCB_FLAG_ADVERTISE (0x2), and NM_SETTING_DCB_FLAG_WILLING (0x4).app-fcoe-modeapp-fcoe-modestring"fabric"The FCoE controller mode; either "fabric" (default) or "vn2vn".app-fcoe-priorityapp-fcoe-priorityint32-1The highest User Priority (0 - 7) which FCoE frames should use, or -1 for default priority. Only used when the "app-fcoe-flags" property includes the NM_SETTING_DCB_FLAG_ENABLE (0x1) flag.app-fip-flagsapp-fip-flagsNMSettingDcbFlags (uint32)Specifies the NMSettingDcbFlags for the DCB FIP application. Flags may be any combination of NM_SETTING_DCB_FLAG_ENABLE (0x1), NM_SETTING_DCB_FLAG_ADVERTISE (0x2), and NM_SETTING_DCB_FLAG_WILLING (0x4).app-fip-priorityapp-fip-priorityint32-1The highest User Priority (0 - 7) which FIP frames should use, or -1 for default priority. Only used when the "app-fip-flags" property includes the NM_SETTING_DCB_FLAG_ENABLE (0x1) flag.app-iscsi-flagsapp-iscsi-flagsNMSettingDcbFlags (uint32)Specifies the NMSettingDcbFlags for the DCB iSCSI application. Flags may be any combination of NM_SETTING_DCB_FLAG_ENABLE (0x1), NM_SETTING_DCB_FLAG_ADVERTISE (0x2), and NM_SETTING_DCB_FLAG_WILLING (0x4).app-iscsi-priorityapp-iscsi-priorityint32-1The highest User Priority (0 - 7) which iSCSI frames should use, or -1 for default priority. Only used when the "app-iscsi-flags" property includes the NM_SETTING_DCB_FLAG_ENABLE (0x1) flag.priority-bandwidthpriority-bandwidtharray of uint32An array of 8 uint values, where the array index corresponds to the User Priority (0 - 7) and the value indicates the percentage of bandwidth of the priority's assigned group that the priority may use. The sum of all percentages for priorities which belong to the same group must total 100 percents.priority-flow-controlpriority-flow-controlarray of uint32An array of 8 boolean values, where the array index corresponds to the User Priority (0 - 7) and the value indicates whether or not the corresponding priority should transmit priority pause.priority-flow-control-flagspriority-flow-control-flagsNMSettingDcbFlags (uint32)Specifies the NMSettingDcbFlags for DCB Priority Flow Control (PFC). Flags may be any combination of NM_SETTING_DCB_FLAG_ENABLE (0x1), NM_SETTING_DCB_FLAG_ADVERTISE (0x2), and NM_SETTING_DCB_FLAG_WILLING (0x4).priority-group-bandwidthpriority-group-bandwidtharray of uint32An array of 8 uint values, where the array index corresponds to the Priority Group ID (0 - 7) and the value indicates the percentage of link bandwidth allocated to that group. Allowed values are 0 - 100, and the sum of all values must total 100 percents.priority-group-flagspriority-group-flagsNMSettingDcbFlags (uint32)Specifies the NMSettingDcbFlags for DCB Priority Groups. Flags may be any combination of NM_SETTING_DCB_FLAG_ENABLE (0x1), NM_SETTING_DCB_FLAG_ADVERTISE (0x2), and NM_SETTING_DCB_FLAG_WILLING (0x4).priority-group-idpriority-group-idarray of uint32An array of 8 uint values, where the array index corresponds to the User Priority (0 - 7) and the value indicates the Priority Group ID. Allowed Priority Group ID values are 0 - 7 or 15 for the unrestricted group.priority-strict-bandwidthpriority-strict-bandwidtharray of uint32An array of 8 boolean values, where the array index corresponds to the User Priority (0 - 7) and the value indicates whether or not the priority may use all of the bandwidth allocated to its assigned group.priority-traffic-classpriority-traffic-classarray of uint32An array of 8 uint values, where the array index corresponds to the User Priority (0 - 7) and the value indicates the traffic class (0 - 7) to which the priority is mapped.
dummyDummy Link Settings + Key NameValue TypeDefault ValueValue Descriptionapp-fcoe-flagsapp-fcoe-flagsNMSettingDcbFlags (uint32)Specifies the NMSettingDcbFlags for the DCB FCoE application. Flags may be any combination of NM_SETTING_DCB_FLAG_ENABLE (0x1), NM_SETTING_DCB_FLAG_ADVERTISE (0x2), and NM_SETTING_DCB_FLAG_WILLING (0x4).app-fcoe-modeapp-fcoe-modestringThe FCoE controller mode; either "fabric" or "vn2vn". Since 1.34, NULL is the default and means "fabric". Before 1.34, NULL was rejected as invalid and the default was "fabric".app-fcoe-priorityapp-fcoe-priorityint32-1The highest User Priority (0 - 7) which FCoE frames should use, or -1 for default priority. Only used when the "app-fcoe-flags" property includes the NM_SETTING_DCB_FLAG_ENABLE (0x1) flag.app-fip-flagsapp-fip-flagsNMSettingDcbFlags (uint32)Specifies the NMSettingDcbFlags for the DCB FIP application. Flags may be any combination of NM_SETTING_DCB_FLAG_ENABLE (0x1), NM_SETTING_DCB_FLAG_ADVERTISE (0x2), and NM_SETTING_DCB_FLAG_WILLING (0x4).app-fip-priorityapp-fip-priorityint32-1The highest User Priority (0 - 7) which FIP frames should use, or -1 for default priority. Only used when the "app-fip-flags" property includes the NM_SETTING_DCB_FLAG_ENABLE (0x1) flag.app-iscsi-flagsapp-iscsi-flagsNMSettingDcbFlags (uint32)Specifies the NMSettingDcbFlags for the DCB iSCSI application. Flags may be any combination of NM_SETTING_DCB_FLAG_ENABLE (0x1), NM_SETTING_DCB_FLAG_ADVERTISE (0x2), and NM_SETTING_DCB_FLAG_WILLING (0x4).app-iscsi-priorityapp-iscsi-priorityint32-1The highest User Priority (0 - 7) which iSCSI frames should use, or -1 for default priority. Only used when the "app-iscsi-flags" property includes the NM_SETTING_DCB_FLAG_ENABLE (0x1) flag.priority-bandwidthpriority-bandwidtharray of uint32An array of 8 uint values, where the array index corresponds to the User Priority (0 - 7) and the value indicates the percentage of bandwidth of the priority's assigned group that the priority may use. The sum of all percentages for priorities which belong to the same group must total 100 percents.priority-flow-controlpriority-flow-controlarray of uint32An array of 8 boolean values, where the array index corresponds to the User Priority (0 - 7) and the value indicates whether or not the corresponding priority should transmit priority pause.priority-flow-control-flagspriority-flow-control-flagsNMSettingDcbFlags (uint32)Specifies the NMSettingDcbFlags for DCB Priority Flow Control (PFC). Flags may be any combination of NM_SETTING_DCB_FLAG_ENABLE (0x1), NM_SETTING_DCB_FLAG_ADVERTISE (0x2), and NM_SETTING_DCB_FLAG_WILLING (0x4).priority-group-bandwidthpriority-group-bandwidtharray of uint32An array of 8 uint values, where the array index corresponds to the Priority Group ID (0 - 7) and the value indicates the percentage of link bandwidth allocated to that group. Allowed values are 0 - 100, and the sum of all values must total 100 percents.priority-group-flagspriority-group-flagsNMSettingDcbFlags (uint32)Specifies the NMSettingDcbFlags for DCB Priority Groups. Flags may be any combination of NM_SETTING_DCB_FLAG_ENABLE (0x1), NM_SETTING_DCB_FLAG_ADVERTISE (0x2), and NM_SETTING_DCB_FLAG_WILLING (0x4).priority-group-idpriority-group-idarray of uint32An array of 8 uint values, where the array index corresponds to the User Priority (0 - 7) and the value indicates the Priority Group ID. Allowed Priority Group ID values are 0 - 7 or 15 for the unrestricted group.priority-strict-bandwidthpriority-strict-bandwidtharray of uint32An array of 8 boolean values, where the array index corresponds to the User Priority (0 - 7) and the value indicates whether or not the priority may use all of the bandwidth allocated to its assigned group.priority-traffic-classpriority-traffic-classarray of uint32An array of 8 uint values, where the array index corresponds to the User Priority (0 - 7) and the value indicates the traffic class (0 - 7) to which the priority is mapped.
dummyDummy Link Settings Properties Key NameValue TypeDefault ValueValue Description
ethtoolEthtool Ethernet Settings Properties @@ -88,7 +88,7 @@ Properties Key NameValue TypeDefault ValueValue Descriptionmac-addressmac-addressbyte arrayIf specified, this connection will only apply to the WiMAX device whose MAC address matches. This property does not change the MAC address of the device (known as MAC spoofing). Deprecated: 1network-namenetwork-namestringNetwork Service Provider (NSP) name of the WiMAX network this connection should use. Deprecated: 1
802-3-ethernetWired Ethernet Settings Properties - Key NameValue TypeDefault ValueValue Descriptionaccept-all-mac-addressesaccept-all-mac-addressesNMTernary (int32)When TRUE, setup the interface to accept packets for all MAC addresses. This is enabling the kernel interface flag IFF_PROMISC. When FALSE, the interface will only accept the packets with the interface destination mac address or broadcast.assigned-mac-addressassigned-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 explicit hardware addresses. Note that this property only exists in D-Bus API. libnm and nmcli continue to call this property "cloned-mac-address".auto-negotiateauto-negotiatebooleanFALSEWhen TRUE, enforce auto-negotiation of speed and duplex mode. If "speed" and "duplex" properties are both specified, only that single mode will be advertised and accepted during the link auto-negotiation process: this works only for BASE-T 802.3 specifications and is useful for enforcing gigabits modes, as in these cases link negotiation is mandatory. When FALSE, "speed" and "duplex" properties should be both set or link configuration will be skipped.cloned-mac-addresscloned-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".duplexduplexstringWhen a value is set, either "half" or "full", configures the device to use the specified duplex mode. If "auto-negotiate" is "yes" the specified duplex mode will be the only one advertised during link negotiation: this works only for BASE-T 802.3 specifications and is useful for enforcing gigabits modes, as in these cases link negotiation is mandatory. If the value is unset (the default), the link configuration will be either skipped (if "auto-negotiate" is "no", the default) or will be auto-negotiated (if "auto-negotiate" is "yes") and the local device will advertise all the supported duplex modes. Must be set together with the "speed" property if specified. Before specifying a duplex mode be sure your device supports it.generate-mac-address-maskgenerate-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 than 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-addressmac-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-blacklistmac-address-blacklistarray of stringIf 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).mtumtuuint320If non-zero, only transmit packets of the specified size or smaller, breaking larger packets up into multiple Ethernet frames.portportstringSpecific port type to use if the device supports multiple attachment methods. One of "tp" (Twisted Pair), "aui" (Attachment Unit Interface), "bnc" (Thin Ethernet) or "mii" (Media Independent Interface). If the device supports only one port type, this setting is ignored.s390-nettypes390-nettypestrings390 network device type; one of "qeth", "lcs", or "ctc", representing the different types of virtual network devices available on s390 systems.s390-optionss390-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-subchannelss390-subchannelsarray of stringIdentifies 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.speedspeeduint320When a value greater than 0 is set, configures the device to use the specified speed. If "auto-negotiate" is "yes" the specified speed will be the only one advertised during link negotiation: this works only for BASE-T 802.3 specifications and is useful for enforcing gigabit speeds, as in this case link negotiation is mandatory. If the value is unset (0, the default), the link configuration will be either skipped (if "auto-negotiate" is "no", the default) or will be auto-negotiated (if "auto-negotiate" is "yes") and the local device will advertise all the supported speeds. 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-lanwake-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-passwordwake-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.
wireguardWireGuard Settings + Key NameValue TypeDefault ValueValue Descriptionaccept-all-mac-addressesaccept-all-mac-addressesNMTernary (int32)When TRUE, setup the interface to accept packets for all MAC addresses. This is enabling the kernel interface flag IFF_PROMISC. When FALSE, the interface will only accept the packets with the interface destination mac address or broadcast.assigned-mac-addressassigned-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 explicit hardware addresses. Note that this property only exists in D-Bus API. libnm and nmcli continue to call this property "cloned-mac-address".auto-negotiateauto-negotiatebooleanFALSEWhen TRUE, enforce auto-negotiation of speed and duplex mode. If "speed" and "duplex" properties are both specified, only that single mode will be advertised and accepted during the link auto-negotiation process: this works only for BASE-T 802.3 specifications and is useful for enforcing gigabits modes, as in these cases link negotiation is mandatory. When FALSE, "speed" and "duplex" properties should be both set or link configuration will be skipped.cloned-mac-addresscloned-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".duplexduplexstringWhen a value is set, either "half" or "full", configures the device to use the specified duplex mode. If "auto-negotiate" is "yes" the specified duplex mode will be the only one advertised during link negotiation: this works only for BASE-T 802.3 specifications and is useful for enforcing gigabits modes, as in these cases link negotiation is mandatory. If the value is unset (the default), the link configuration will be either skipped (if "auto-negotiate" is "no", the default) or will be auto-negotiated (if "auto-negotiate" is "yes") and the local device will advertise all the supported duplex modes. Must be set together with the "speed" property if specified. Before specifying a duplex mode be sure your device supports it.generate-mac-address-maskgenerate-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 than 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-addressmac-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-blacklistmac-address-blacklistarray of stringIf 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).mtumtuuint320If non-zero, only transmit packets of the specified size or smaller, breaking larger packets up into multiple Ethernet frames.portportstringSpecific port type to use if the device supports multiple attachment methods. One of "tp" (Twisted Pair), "aui" (Attachment Unit Interface), "bnc" (Thin Ethernet) or "mii" (Media Independent Interface). If the device supports only one port type, this setting is ignored.s390-nettypes390-nettypestrings390 network device type; one of "qeth", "lcs", or "ctc", representing the different types of virtual network devices available on s390 systems.s390-optionss390-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]). Currently, NetworkManager itself does nothing with this information. However, s390utils ships a udev rule which parses this information and applies it to the interface.s390-subchannelss390-subchannelsarray of stringIdentifies 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.speedspeeduint320When a value greater than 0 is set, configures the device to use the specified speed. If "auto-negotiate" is "yes" the specified speed will be the only one advertised during link negotiation: this works only for BASE-T 802.3 specifications and is useful for enforcing gigabit speeds, as in this case link negotiation is mandatory. If the value is unset (0, the default), the link configuration will be either skipped (if "auto-negotiate" is "no", the default) or will be auto-negotiated (if "auto-negotiate" is "yes") and the local device will advertise all the supported speeds. 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-lanwake-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-passwordwake-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.
wireguardWireGuard Settings Properties Key NameValue TypeDefault ValueValue Descriptionfwmarkfwmarkuint320The use of fwmark is optional and is by default off. Setting it to 0 disables it. Otherwise, it is a 32-bit fwmark for outgoing packets. Note that "ip4-auto-default-route" or "ip6-auto-default-route" enabled, implies to automatically choose a fwmark.ip4-auto-default-routeip4-auto-default-routeNMTernary (int32)Whether to enable special handling of the IPv4 default route. If enabled, the IPv4 default route from wireguard.peer-routes will be placed to a dedicated routing-table and two policy routing rules will be added. The fwmark number is also used as routing-table for the default-route, and if fwmark is zero, an unused fwmark/table is chosen automatically. This corresponds to what wg-quick does with Table=auto and what WireGuard calls "Improved Rule-based Routing". Note that for this automatism to work, you usually don't want to set ipv4.gateway, because that will result in a conflicting default route. Leaving this at the default will enable this option automatically if ipv4.never-default is not set and there are any peers that use a default-route as allowed-ips.ip6-auto-default-routeip6-auto-default-routeNMTernary (int32)Like ip4-auto-default-route, but for the IPv6 default route.listen-portlisten-portuint320The listen-port. If listen-port is not specified, the port will be chosen randomly when the interface comes up.mtumtuuint320If non-zero, only transmit packets of the specified size or smaller, breaking larger packets up into multiple fragments. If zero a default MTU is used. Note that contrary to wg-quick's MTU setting, this does not take into account the current routes at the time of activation.peer-routespeer-routesbooleanTRUEWhether to automatically add routes for the AllowedIPs ranges of the peers. If TRUE (the default), NetworkManager will automatically add routes in the routing tables according to ipv4.route-table and ipv6.route-table. Usually you want this automatism enabled. If FALSE, no such routes are added automatically. In this case, the user may want to configure static routes in ipv4.routes and ipv6.routes, respectively. Note that if the peer's AllowedIPs is "0.0.0.0/0" or "::/0" and the profile's ipv4.never-default or ipv6.never-default setting is enabled, the peer route for this peer won't be added automatically.peerspeersarray of 'a{sv}'Array of dictionaries for the WireGuard peers.private-keyprivate-keystringThe 256 bit private-key in base64 encoding.private-key-flagsprivate-key-flagsNMSettingSecretFlags (uint32)Flags indicating how to handle the "private-key" property.
802-11-wirelessWi-Fi Settings Properties @@ -96,7 +96,9 @@ Properties Key NameValue TypeDefault ValueValue Descriptionauth-algauth-algstringWhen WEP is used (ie, key-mgmt = "none" or "ieee8021x") indicate the 802.11 authentication algorithm required by the AP here. One of "open" for Open System, "shared" for Shared Key, or "leap" for Cisco LEAP. When using Cisco LEAP (ie, key-mgmt = "ieee8021x" and auth-alg = "leap") the "leap-username" and "leap-password" properties must be specified.filsfilsint320Indicates whether Fast Initial Link Setup (802.11ai) must be enabled for the connection. One of NM_SETTING_WIRELESS_SECURITY_FILS_DEFAULT (0) (use global default value), NM_SETTING_WIRELESS_SECURITY_FILS_DISABLE (1) (disable FILS), NM_SETTING_WIRELESS_SECURITY_FILS_OPTIONAL (2) (enable FILS if the supplicant and the access point support it) or NM_SETTING_WIRELESS_SECURITY_FILS_REQUIRED (3) (enable FILS and fail if not supported). When set to NM_SETTING_WIRELESS_SECURITY_FILS_DEFAULT (0) and no global default is set, FILS will be optionally enabled.groupgrouparray of stringA list of group/broadcast encryption algorithms which prevents connections to Wi-Fi networks that do not utilize one of the algorithms in the list. For maximum compatibility leave this property empty. Each list element may be one of "wep40", "wep104", "tkip", or "ccmp".key-mgmtkey-mgmtstringKey management used for the connection. One of "none" (WEP or no password protection), "ieee8021x" (Dynamic WEP), "owe" (Opportunistic Wireless Encryption), "wpa-psk" (WPA2 + WPA3 personal), "sae" (WPA3 personal only), "wpa-eap" (WPA2 + WPA3 enterprise) or "wpa-eap-suite-b-192" (WPA3 enterprise only). This property must be set for any Wi-Fi connection that uses security.leap-passwordleap-passwordstringThe login password for legacy LEAP connections (ie, key-mgmt = "ieee8021x" and auth-alg = "leap").leap-password-flagsleap-password-flagsNMSettingSecretFlags (uint32)Flags indicating how to handle the "leap-password" property.leap-usernameleap-usernamestringThe login username for legacy LEAP connections (ie, key-mgmt = "ieee8021x" and auth-alg = "leap").pairwisepairwisearray of stringA list of pairwise encryption algorithms which prevents connections to Wi-Fi networks that do not utilize one of the algorithms in the list. For maximum compatibility leave this property empty. Each list element may be one of "tkip" or "ccmp".pmfpmfint320Indicates whether Protected Management Frames (802.11w) must be enabled for the connection. One of NM_SETTING_WIRELESS_SECURITY_PMF_DEFAULT (0) (use global default value), NM_SETTING_WIRELESS_SECURITY_PMF_DISABLE (1) (disable PMF), NM_SETTING_WIRELESS_SECURITY_PMF_OPTIONAL (2) (enable PMF if the supplicant and the access point support it) or NM_SETTING_WIRELESS_SECURITY_PMF_REQUIRED (3) (enable PMF and fail if not supported). When set to NM_SETTING_WIRELESS_SECURITY_PMF_DEFAULT (0) and no global default is set, PMF will be optionally enabled.protoprotoarray of stringList of strings specifying the allowed WPA protocol versions to use. Each element may be one "wpa" (allow WPA) or "rsn" (allow WPA2/RSN). If not specified, both WPA and RSN connections are allowed.pskpskstringPre-Shared-Key for WPA networks. For WPA-PSK, it's either an ASCII passphrase of 8 to 63 characters that is (as specified in the 802.11i standard) hashed to derive the actual key, or the key in form of 64 hexadecimal character. The WPA3-Personal networks use a passphrase of any length for SAE authentication.psk-flagspsk-flagsNMSettingSecretFlags (uint32)Flags indicating how to handle the "psk" property.wep-key-flagswep-key-flagsNMSettingSecretFlags (uint32)Flags indicating how to handle the "wep-key0", "wep-key1", "wep-key2", and "wep-key3" properties.wep-key-typewep-key-typeNMWepKeyType (uint32)Controls the interpretation of WEP keys. Allowed values are NM_WEP_KEY_TYPE_KEY (1), in which case the key is either a 10- or 26-character hexadecimal string, or a 5- or 13-character ASCII password; or NM_WEP_KEY_TYPE_PASSPHRASE (2), in which case the passphrase is provided as a string and will be hashed using the de-facto MD5 method to derive the actual WEP key.wep-key0wep-key0stringIndex 0 WEP key. This is the WEP key used in most networks. See the "wep-key-type" property for a description of how this key is interpreted.wep-key1wep-key1stringIndex 1 WEP key. This WEP index is not used by most networks. See the "wep-key-type" property for a description of how this key is interpreted.wep-key2wep-key2stringIndex 2 WEP key. This WEP index is not used by most networks. See the "wep-key-type" property for a description of how this key is interpreted.wep-key3wep-key3stringIndex 3 WEP key. This WEP index is not used by most networks. See the "wep-key-type" property for a description of how this key is interpreted.wep-tx-keyidxwep-tx-keyidxuint320When static WEP is used (ie, key-mgmt = "none") and a non-default WEP key index is used by the AP, put that WEP key index here. Valid values are 0 (default key) through 3. Note that some consumer access points (like the Linksys WRT54G) number the keys 1 - 4.wps-methodwps-methoduint320Flags indicating which mode of WPS is to be used if any. There's little point in changing the default setting as NetworkManager will automatically determine whether it's feasible to start WPS enrollment from the Access Point capabilities. WPS can be disabled by setting this property to a value of 1.
wpanIEEE 802.15.4 (WPAN) MAC Settings Properties - Key NameValue TypeDefault ValueValue Descriptionchannelchannelint32-1IEEE 802.15.4 channel. A positive integer or -1, meaning "do not set, use whatever the device is already set to".mac-addressmac-addressstringIf specified, this connection will only apply to the IEEE 802.15.4 (WPAN) MAC layer device whose permanent MAC address matches.pagepageint32-1IEEE 802.15.4 channel page. A positive integer or -1, meaning "do not set, use whatever the device is already set to".pan-idpan-iduint3265535IEEE 802.15.4 Personal Area Network (PAN) identifier.short-addressshort-addressuint3265535Short IEEE 802.15.4 address to be used within a restricted environment.
hostnameHostname settings + Key NameValue TypeDefault ValueValue Descriptionchannelchannelint32-1IEEE 802.15.4 channel. A positive integer or -1, meaning "do not set, use whatever the device is already set to".mac-addressmac-addressstringIf specified, this connection will only apply to the IEEE 802.15.4 (WPAN) MAC layer device whose permanent MAC address matches.pagepageint32-1IEEE 802.15.4 channel page. A positive integer or -1, meaning "do not set, use whatever the device is already set to".pan-idpan-iduint3265535IEEE 802.15.4 Personal Area Network (PAN) identifier.short-addressshort-addressuint3265535Short IEEE 802.15.4 address to be used within a restricted environment.
bond-portBond Port Settings + Properties + Key NameValue TypeDefault ValueValue Descriptionqueue-idqueue-iduint320The queue ID of this bond port. The maximum value of queue ID is the number of TX queues currently active in device.
hostnameHostname settings Properties Key NameValue TypeDefault ValueValue Descriptionfrom-dhcpfrom-dhcpNMTernary (int32)Whether the system hostname can be determined from DHCP on this connection. When set to NM_TERNARY_DEFAULT (-1), the value from global configuration is used. If the property doesn't have a value in the global configuration, NetworkManager assumes the value to be NM_TERNARY_TRUE (1).from-dns-lookupfrom-dns-lookupNMTernary (int32)Whether the system hostname can be determined from reverse DNS lookup of addresses on this device. When set to NM_TERNARY_DEFAULT (-1), the value from global configuration is used. If the property doesn't have a value in the global configuration, NetworkManager assumes the value to be NM_TERNARY_TRUE (1).only-from-defaultonly-from-defaultNMTernary (int32)If set to NM_TERNARY_TRUE (1), NetworkManager attempts to get the hostname via DHCPv4/DHCPv6 or reverse DNS lookup on this device only when the device has the default route for the given address family (IPv4/IPv6). If set to NM_TERNARY_FALSE (0), the hostname can be set from this device even if it doesn't have the default route. When set to NM_TERNARY_DEFAULT (-1), the value from global configuration is used. If the property doesn't have a value in the global configuration, NetworkManager assumes the value to be NM_TERNARY_FALSE (0).prioritypriorityint320The relative priority of this connection to determine the system hostname. A lower numerical value is better (higher priority). A connection with higher priority is considered before connections with lower priority. If the value is zero, it can be overridden by a global value from NetworkManager configuration. If the property doesn't have a value in the global configuration, the value is assumed to be 100. Negative values have the special effect of excluding other connections with a greater numerical priority value; so in presence of at least one negative priority, only connections with the lowest priority value will be used to determine the hostname.
ovs-external-idsOVS External IDs Settings Properties diff --git a/docs/api/version.xml b/docs/api/version.xml index 62d91158..2b17ffd5 100644 --- a/docs/api/version.xml +++ b/docs/api/version.xml @@ -1 +1 @@ -1.32.12 +1.34.0 diff --git a/docs/libnm/html/NMConnection.html b/docs/libnm/html/NMConnection.html index a1538913..7112ef08 100644 --- a/docs/libnm/html/NMConnection.html +++ b/docs/libnm/html/NMConnection.html @@ -595,6 +595,10 @@ </tr> <tr> <td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="NMConnection.html#NM-CONNECTION-NORMALIZE-PARAM-IP4-CONFIG-METHOD:CAPS" title="NM_CONNECTION_NORMALIZE_PARAM_IP4_CONFIG_METHOD">NM_CONNECTION_NORMALIZE_PARAM_IP4_CONFIG_METHOD</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> <td class="function_name"><a class="link" href="NMConnection.html#NM-CONNECTION-NORMALIZE-PARAM-IP6-CONFIG-METHOD:CAPS" title="NM_CONNECTION_NORMALIZE_PARAM_IP6_CONFIG_METHOD">NM_CONNECTION_NORMALIZE_PARAM_IP6_CONFIG_METHOD</a></td> </tr> <tr> @@ -1405,7 +1409,7 @@ nm_connection_is_type (<em class="parameter"><code><a class="link" href="NMConne <em class="parameter"><code>const <span class="type">char</span> *type</code></em>);</pre> <p>A convenience function to check if the given <em class="parameter"><code>connection</code></em> is a particular -type (ie wired, Wi-Fi, ppp, etc). Checks the <a href="NMSettingConnection.html#NMSettingConnection--type"><span class="type">“type”</span></a> +type (ie wired, Wi-Fi, ppp, etc). Checks the <span class="type">“type”</span> property of the connection and matches that against <em class="parameter"><code>type</code></em> .</p> <div class="refsect3"> @@ -2753,6 +2757,12 @@ nm_connection_get_setting_vxlan (<em class="parameter"><code><a class="link" hre </div> <hr> <div class="refsect2"> +<a name="NM-CONNECTION-NORMALIZE-PARAM-IP4-CONFIG-METHOD:CAPS"></a><h3>NM_CONNECTION_NORMALIZE_PARAM_IP4_CONFIG_METHOD</h3> +<pre class="programlisting">#define NM_CONNECTION_NORMALIZE_PARAM_IP4_CONFIG_METHOD "ip4-config-method" +</pre> +</div> +<hr> +<div class="refsect2"> <a name="NM-CONNECTION-NORMALIZE-PARAM-IP6-CONFIG-METHOD:CAPS"></a><h3>NM_CONNECTION_NORMALIZE_PARAM_IP6_CONFIG_METHOD</h3> <pre class="programlisting">#define NM_CONNECTION_NORMALIZE_PARAM_IP6_CONFIG_METHOD "ip6-config-method" </pre> diff --git a/docs/libnm/html/NMDevice.html b/docs/libnm/html/NMDevice.html index e21edf8c..655b559c 100644 --- a/docs/libnm/html/NMDevice.html +++ b/docs/libnm/html/NMDevice.html @@ -128,6 +128,13 @@ </td> </tr> <tr> +<td class="function_type">const <a href="https://developer.gnome.org/glib/unstable/glib-Pointer-Arrays.html#GPtrArray"><span class="returnvalue">GPtrArray</span></a> * +</td> +<td class="function_name"> +<a class="link" href="NMDevice.html#nm-device-get-ports" title="nm_device_get_ports ()">nm_device_get_ports</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> <td class="function_type"> <span class="returnvalue">void</span> </td> @@ -653,6 +660,10 @@ <td class="function_name"><a class="link" href="NMDevice.html#NM-DEVICE-HW-ADDRESS:CAPS" title="NM_DEVICE_HW_ADDRESS">NM_DEVICE_HW_ADDRESS</a></td> </tr> <tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="NMDevice.html#NM-DEVICE-PORTS:CAPS" title="NM_DEVICE_PORTS">NM_DEVICE_PORTS</a></td> +</tr> +<tr> <td class="datatype_keyword"> </td> <td class="function_name"><a class="link" href="NMDevice.html#NMLldpNeighbor-struct" title="NMLldpNeighbor">NMLldpNeighbor</a></td> </tr> @@ -999,6 +1010,38 @@ nm_device_get_managed (<em class="parameter"><code><a class="link" href="NMDevic </div> <hr> <div class="refsect2"> +<a name="nm-device-get-ports"></a><h3>nm_device_get_ports ()</h3> +<pre class="programlisting">const <a href="https://developer.gnome.org/glib/unstable/glib-Pointer-Arrays.html#GPtrArray"><span class="returnvalue">GPtrArray</span></a> * +nm_device_get_ports (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>);</pre> +<p>Gets the devices currently set as port of <em class="parameter"><code>device</code></em> +.</p> +<div class="refsect3"> +<a name="nm-device-get-ports.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>device</p></td> +<td class="parameter_description"><p>a <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="nm-device-get-ports.returns"></a><h4>Returns</h4> +<p>the <a href="https://developer.gnome.org/glib/unstable/glib-Pointer-Arrays.html#GPtrArray"><span class="type">GPtrArray</span></a> containing <span class="type">NMDevices</span> that +are slaves of <em class="parameter"><code>device</code></em> +. This is the internal copy used by the device and +must not be modified. </p> +<p><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> NMDevice]</span></p> +</div> +<p class="since">Since: 1.34</p> +</div> +<hr> +<div class="refsect2"> <a name="nm-device-set-managed"></a><h3>nm_device_set_managed ()</h3> <pre class="programlisting"><span class="returnvalue">void</span> nm_device_set_managed (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>, @@ -2985,6 +3028,12 @@ nm_lldp_neighbor_get_attr_type (<em class="parameter"><code><a class="link" href </div> <hr> <div class="refsect2"> +<a name="NM-DEVICE-PORTS:CAPS"></a><h3>NM_DEVICE_PORTS</h3> +<pre class="programlisting">#define NM_DEVICE_PORTS "ports" +</pre> +</div> +<hr> +<div class="refsect2"> <a name="NMLldpNeighbor-struct"></a><h3>NMLldpNeighbor</h3> <pre class="programlisting">typedef struct _NMLldpNeighbor NMLldpNeighbor;</pre> <p>Supported attributes are:</p> diff --git a/docs/libnm/html/NMDeviceBond.html b/docs/libnm/html/NMDeviceBond.html index bfff1b9c..e8e145c0 100644 --- a/docs/libnm/html/NMDeviceBond.html +++ b/docs/libnm/html/NMDeviceBond.html @@ -154,6 +154,10 @@ nm_device_bond_get_carrier (<em class="parameter"><code><a class="link" href="NM <a name="nm-device-bond-get-slaves"></a><h3>nm_device_bond_get_slaves ()</h3> <pre class="programlisting">const <a href="https://developer.gnome.org/glib/unstable/glib-Pointer-Arrays.html#GPtrArray"><span class="returnvalue">GPtrArray</span></a> * nm_device_bond_get_slaves (<em class="parameter"><code><a class="link" href="NMDeviceBond.html" title="NMDeviceBond"><span class="type">NMDeviceBond</span></a> *device</code></em>);</pre> +<div class="warning"> +<p><code class="literal">nm_device_bond_get_slaves</code> has been deprecated since version 1.34 and should not be used in newly-written code.</p> +<p>Use <a class="link" href="NMDevice.html#nm-device-get-ports" title="nm_device_get_ports ()"><code class="function">nm_device_get_ports()</code></a> instead.</p> +</div> <p>Gets the devices currently enslaved to <em class="parameter"><code>device</code></em> .</p> <div class="refsect3"> diff --git a/docs/libnm/html/NMDeviceBridge.html b/docs/libnm/html/NMDeviceBridge.html index 53948c1f..c0832466 100644 --- a/docs/libnm/html/NMDeviceBridge.html +++ b/docs/libnm/html/NMDeviceBridge.html @@ -154,6 +154,10 @@ nm_device_bridge_get_carrier (<em class="parameter"><code><a class="link" href=" <a name="nm-device-bridge-get-slaves"></a><h3>nm_device_bridge_get_slaves ()</h3> <pre class="programlisting">const <a href="https://developer.gnome.org/glib/unstable/glib-Pointer-Arrays.html#GPtrArray"><span class="returnvalue">GPtrArray</span></a> * nm_device_bridge_get_slaves (<em class="parameter"><code><a class="link" href="NMDeviceBridge.html" title="NMDeviceBridge"><span class="type">NMDeviceBridge</span></a> *device</code></em>);</pre> +<div class="warning"> +<p><code class="literal">nm_device_bridge_get_slaves</code> has been deprecated since version 1.34 and should not be used in newly-written code.</p> +<p>Use <a class="link" href="NMDevice.html#nm-device-get-ports" title="nm_device_get_ports ()"><code class="function">nm_device_get_ports()</code></a> instead.</p> +</div> <p>Gets the devices currently enslaved to <em class="parameter"><code>device</code></em> .</p> <div class="refsect3"> diff --git a/docs/libnm/html/NMDeviceOvsBridge.html b/docs/libnm/html/NMDeviceOvsBridge.html index 3ac38e0e..00799da2 100644 --- a/docs/libnm/html/NMDeviceOvsBridge.html +++ b/docs/libnm/html/NMDeviceOvsBridge.html @@ -69,6 +69,10 @@ <a name="nm-device-ovs-bridge-get-slaves"></a><h3>nm_device_ovs_bridge_get_slaves ()</h3> <pre class="programlisting">const <a href="https://developer.gnome.org/glib/unstable/glib-Pointer-Arrays.html#GPtrArray"><span class="returnvalue">GPtrArray</span></a> * nm_device_ovs_bridge_get_slaves (<em class="parameter"><code><a class="link" href="NMDeviceOvsBridge.html" title="NMDeviceOvsBridge"><span class="type">NMDeviceOvsBridge</span></a> *device</code></em>);</pre> +<div class="warning"> +<p><code class="literal">nm_device_ovs_bridge_get_slaves</code> has been deprecated since version 1.34 and should not be used in newly-written code.</p> +<p>Use <a class="link" href="NMDevice.html#nm-device-get-ports" title="nm_device_get_ports ()"><code class="function">nm_device_get_ports()</code></a> instead.</p> +</div> <p>Gets the ports currently enslaved to <em class="parameter"><code>device</code></em> .</p> <div class="refsect3"> diff --git a/docs/libnm/html/NMDeviceOvsPort.html b/docs/libnm/html/NMDeviceOvsPort.html index bf62db12..965f2099 100644 --- a/docs/libnm/html/NMDeviceOvsPort.html +++ b/docs/libnm/html/NMDeviceOvsPort.html @@ -69,6 +69,10 @@ <a name="nm-device-ovs-port-get-slaves"></a><h3>nm_device_ovs_port_get_slaves ()</h3> <pre class="programlisting">const <a href="https://developer.gnome.org/glib/unstable/glib-Pointer-Arrays.html#GPtrArray"><span class="returnvalue">GPtrArray</span></a> * nm_device_ovs_port_get_slaves (<em class="parameter"><code><a class="link" href="NMDeviceOvsPort.html" title="NMDeviceOvsPort"><span class="type">NMDeviceOvsPort</span></a> *device</code></em>);</pre> +<div class="warning"> +<p><code class="literal">nm_device_ovs_port_get_slaves</code> has been deprecated since version 1.34 and should not be used in newly-written code.</p> +<p>Use <a class="link" href="NMDevice.html#nm-device-get-ports" title="nm_device_get_ports ()"><code class="function">nm_device_get_ports()</code></a> instead.</p> +</div> <p>Gets the interfaces currently enslaved to <em class="parameter"><code>device</code></em> .</p> <div class="refsect3"> diff --git a/docs/libnm/html/NMDeviceTeam.html b/docs/libnm/html/NMDeviceTeam.html index 84a600be..fb195140 100644 --- a/docs/libnm/html/NMDeviceTeam.html +++ b/docs/libnm/html/NMDeviceTeam.html @@ -165,6 +165,10 @@ nm_device_team_get_carrier (<em class="parameter"><code><a class="link" href="NM <a name="nm-device-team-get-slaves"></a><h3>nm_device_team_get_slaves ()</h3> <pre class="programlisting">const <a href="https://developer.gnome.org/glib/unstable/glib-Pointer-Arrays.html#GPtrArray"><span class="returnvalue">GPtrArray</span></a> * nm_device_team_get_slaves (<em class="parameter"><code><a class="link" href="NMDeviceTeam.html" title="NMDeviceTeam"><span class="type">NMDeviceTeam</span></a> *device</code></em>);</pre> +<div class="warning"> +<p><code class="literal">nm_device_team_get_slaves</code> has been deprecated since version 1.34 and should not be used in newly-written code.</p> +<p>Use <a class="link" href="NMDevice.html#nm-device-get-ports" title="nm_device_get_ports ()"><code class="function">nm_device_get_ports()</code></a> instead.</p> +</div> <p>Gets the devices currently enslaved to <em class="parameter"><code>device</code></em> .</p> <div class="refsect3"> diff --git a/docs/libnm/html/NMDeviceWifi.html b/docs/libnm/html/NMDeviceWifi.html index 3965254d..3d28400e 100644 --- a/docs/libnm/html/NMDeviceWifi.html +++ b/docs/libnm/html/NMDeviceWifi.html @@ -455,7 +455,7 @@ comparing to this value.</p> </div> <div class="refsect3"> <a name="nm-device-wifi-get-last-scan.returns"></a><h4>Returns</h4> -<p> the last scan time in seconds</p> +<p> the last scan time in milliseconds (in clock_gettime(CLOCK_BOOTTIME) scale).</p> </div> <p class="since">Since: 1.12</p> </div> diff --git a/docs/libnm/html/NMObject.html b/docs/libnm/html/NMObject.html index 32699b7a..19e4fd94 100644 --- a/docs/libnm/html/NMObject.html +++ b/docs/libnm/html/NMObject.html @@ -64,10 +64,16 @@ <col width="150px" class="other_proto_type"> <col class="other_proto_name"> </colgroup> -<tbody><tr> +<tbody> +<tr> <td class="define_keyword">#define</td> <td class="function_name"><a class="link" href="NMObject.html#NM-OBJECT-PATH:CAPS" title="NM_OBJECT_PATH">NM_OBJECT_PATH</a></td> -</tr></tbody> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="NMObject.html#NM-OBJECT-CLIENT:CAPS" title="NM_OBJECT_CLIENT">NM_OBJECT_CLIENT</a></td> +</tr> +</tbody> </table></div> </div> <div class="refsect1"> @@ -142,7 +148,13 @@ cached. </p> <a name="NMObject.other_details"></a><h2>Types and Values</h2> <div class="refsect2"> <a name="NM-OBJECT-PATH:CAPS"></a><h3>NM_OBJECT_PATH</h3> -<pre class="programlisting">#define NM_OBJECT_PATH "path" +<pre class="programlisting">#define NM_OBJECT_PATH "path" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="NM-OBJECT-CLIENT:CAPS"></a><h3>NM_OBJECT_CLIENT</h3> +<pre class="programlisting">#define NM_OBJECT_CLIENT "client" </pre> </div> </div> diff --git a/docs/libnm/html/NMSetting8021x.html b/docs/libnm/html/NMSetting8021x.html index be3880c4..da4624a4 100644 --- a/docs/libnm/html/NMSetting8021x.html +++ b/docs/libnm/html/NMSetting8021x.html @@ -1106,7 +1106,7 @@ nm_setting_802_1x_get_eap_method (<em class="parameter"><code><a class="link" hr nm_setting_802_1x_add_eap_method (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>, <em class="parameter"><code>const <span class="type">char</span> *eap</code></em>);</pre> <p>Adds an allowed EAP method. The setting is not valid until at least one -EAP method has been added. See <a href="NMSetting8021x.html#NMSetting8021x--eap"><span class="type">“eap”</span></a> property for a list of +EAP method has been added. See <span class="type">“eap”</span> property for a list of allowed EAP methods.</p> <div class="refsect3"> <a name="nm-setting-802-1x-add-eap-method.parameters"></a><h4>Parameters</h4> @@ -1259,7 +1259,7 @@ nm_setting_802_1x_get_anonymous_identity (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <p>Returns the anonymous identifier used by some EAP methods (like TTLS) to authenticate the user in the outer unencrypted "phase 1" authentication. The -inner "phase 2" authentication will use the <a href="NMSetting8021x.html#NMSetting8021x--identity"><span class="type">“identity”</span></a> in +inner "phase 2" authentication will use the <span class="type">“identity”</span> in a secure form, if applicable for that EAP method.</p> <div class="refsect3"> <a name="nm-setting-802-1x-get-anonymous-identity.parameters"></a><h4>Parameters</h4> @@ -1312,9 +1312,9 @@ nm_setting_802_1x_get_pac_file (<em class="parameter"><code><a class="link" href <a name="nm-setting-802-1x-get-system-ca-certs"></a><h3>nm_setting_802_1x_get_system_ca_certs ()</h3> <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> nm_setting_802_1x_get_system_ca_certs (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> -<p>Sets the <a href="NMSetting8021x.html#NMSetting8021x--system-ca-certs"><span class="type">“system-ca-certs”</span></a> property. The -<a href="NMSetting8021x.html#NMSetting8021x--ca-path"><span class="type">“ca-path”</span></a> and <a href="NMSetting8021x.html#NMSetting8021x--phase2-ca-path"><span class="type">“phase2-ca-path”</span></a> -properties are ignored if the <a href="NMSetting8021x.html#NMSetting8021x--system-ca-certs"><span class="type">“system-ca-certs”</span></a> property is +<p>Sets the <span class="type">“system-ca-certs”</span> property. The +<span class="type">“ca-path”</span> and <span class="type">“phase2-ca-path”</span> +properties are ignored if the <span class="type">“system-ca-certs”</span> property is <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, in which case a system-wide CA certificate directory specified at compile time (using the --system-ca-path configure option) is used in place of these properties.</p> @@ -1346,7 +1346,7 @@ nm_setting_802_1x_get_ca_path (<em class="parameter"><code><a class="link" href= <p>Returns the path of the CA certificate directory if previously set. Systems will often have a directory that contains multiple individual CA certificates which the supplicant can then add to the verification chain. This may be -used in addition to the <a href="NMSetting8021x.html#NMSetting8021x--ca-cert"><span class="type">“ca-cert”</span></a> property to add more CA +used in addition to the <span class="type">“ca-cert”</span> property to add more CA certificates for verifying the network to client.</p> <div class="refsect3"> <a name="nm-setting-802-1x-get-ca-path.parameters"></a><h4>Parameters</h4> @@ -1376,7 +1376,7 @@ nm_setting_802_1x_get_phase2_ca_path (<em class="parameter"><code><a class="link <p>Returns the path of the "phase 2" CA certificate directory if previously set. Systems will often have a directory that contains multiple individual CA certificates which the supplicant can then add to the verification chain. -This may be used in addition to the <a href="NMSetting8021x.html#NMSetting8021x--phase2-ca-cert"><span class="type">“phase2-ca-cert”</span></a> property +This may be used in addition to the <span class="type">“phase2-ca-cert”</span> property to add more CA certificates for verifying the network to client.</p> <div class="refsect3"> <a name="nm-setting-802-1x-get-phase2-ca-path.parameters"></a><h4>Parameters</h4> @@ -1531,7 +1531,7 @@ nm_setting_802_1x_set_ca_cert (<em class="parameter"><code><a class="link" href= <em class="parameter"><code><a class="link" href="NMSetting8021x.html#NMSetting8021xCKScheme" title="enum NMSetting8021xCKScheme"><span class="type">NMSetting8021xCKScheme</span></a> scheme</code></em>, <em class="parameter"><code><a class="link" href="NMSetting8021x.html#NMSetting8021xCKFormat" title="enum NMSetting8021xCKFormat"><span class="type">NMSetting8021xCKFormat</span></a> *out_format</code></em>, <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre> -<p>Reads a certificate from disk and sets the <a href="NMSetting8021x.html#NMSetting8021x--ca-cert"><span class="type">“ca-cert”</span></a> property +<p>Reads a certificate from disk and sets the <span class="type">“ca-cert”</span> property with the raw certificate data if using the <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CK-SCHEME-BLOB:CAPS"><code class="literal">NM_SETTING_802_1X_CK_SCHEME_BLOB</code></a> scheme, or with the path to the certificate file if using the <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CK-SCHEME-PATH:CAPS"><code class="literal">NM_SETTING_802_1X_CK_SCHEME_PATH</code></a> scheme.</p> @@ -1606,7 +1606,7 @@ nm_setting_802_1x_get_ca_cert_password <div class="refsect3"> <a name="nm-setting-802-1x-get-ca-cert-password.returns"></a><h4>Returns</h4> <p> the password used to access the CA certificate stored in -<a href="NMSetting8021x.html#NMSetting8021x--ca-cert"><span class="type">“ca-cert”</span></a> property. Only makes sense if the certificate +<span class="type">“ca-cert”</span> property. Only makes sense if the certificate is stored on a PKCS#11 token that requires a login.</p> </div> <p class="since">Since: 1.8</p> @@ -1635,7 +1635,7 @@ nm_setting_802_1x_get_ca_cert_password_flags <div class="refsect3"> <a name="nm-setting-802-1x-get-ca-cert-password-flags.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="type">NMSettingSecretFlags</span></a> pertaining to the -<a href="NMSetting8021x.html#NMSetting8021x--ca-cert-password"><span class="type">“ca-cert-password”</span></a></p> +<span class="type">“ca-cert-password”</span></p> </div> <p class="since">Since: 1.8</p> </div> @@ -1661,7 +1661,7 @@ nm_setting_802_1x_get_subject_match (<em class="parameter"><code><a class="link" </div> <div class="refsect3"> <a name="nm-setting-802-1x-get-subject-match.returns"></a><h4>Returns</h4> -<p> the <a href="NMSetting8021x.html#NMSetting8021x--subject-match"><span class="type">“subject-match”</span></a> property. This is the +<p> the <span class="type">“subject-match”</span> property. This is the substring to be matched against the subject of the authentication server certificate, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> no subject verification is to be performed.</p> @@ -1674,7 +1674,7 @@ performed.</p> nm_setting_802_1x_get_num_altsubject_matches (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <p>Returns the number of entries in the -<a href="NMSetting8021x.html#NMSetting8021x--altsubject-matches"><span class="type">“altsubject-matches”</span></a> property of this setting.</p> +<span class="type">“altsubject-matches”</span> property of this setting.</p> <div class="refsect3"> <a name="nm-setting-802-1x-get-num-altsubject-matches.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table class="informaltable" width="100%" border="0"> @@ -1884,7 +1884,7 @@ nm_setting_802_1x_get_domain_suffix_match </div> <div class="refsect3"> <a name="nm-setting-802-1x-get-domain-suffix-match.returns"></a><h4>Returns</h4> -<p> the <a href="NMSetting8021x.html#NMSetting8021x--domain-suffix-match"><span class="type">“domain-suffix-match”</span></a> property.</p> +<p> the <span class="type">“domain-suffix-match”</span> property.</p> </div> <p class="since">Since: 1.2</p> </div> @@ -1910,7 +1910,7 @@ nm_setting_802_1x_get_domain_match (<em class="parameter"><code><a class="link" </div> <div class="refsect3"> <a name="nm-setting-802-1x-get-domain-match.returns"></a><h4>Returns</h4> -<p> the <a href="NMSetting8021x.html#NMSetting8021x--domain-match"><span class="type">“domain-match”</span></a> property.</p> +<p> the <span class="type">“domain-match”</span> property.</p> </div> <p class="since">Since: 1.24</p> </div> @@ -2044,7 +2044,7 @@ nm_setting_802_1x_set_client_cert (<em class="parameter"><code><a class="link" h <em class="parameter"><code><a class="link" href="NMSetting8021x.html#NMSetting8021xCKScheme" title="enum NMSetting8021xCKScheme"><span class="type">NMSetting8021xCKScheme</span></a> scheme</code></em>, <em class="parameter"><code><a class="link" href="NMSetting8021x.html#NMSetting8021xCKFormat" title="enum NMSetting8021xCKFormat"><span class="type">NMSetting8021xCKFormat</span></a> *out_format</code></em>, <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre> -<p>Reads a certificate from disk and sets the <a href="NMSetting8021x.html#NMSetting8021x--client-cert"><span class="type">“client-cert”</span></a> +<p>Reads a certificate from disk and sets the <span class="type">“client-cert”</span> property with the raw certificate data if using the <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CK-SCHEME-BLOB:CAPS"><code class="literal">NM_SETTING_802_1X_CK_SCHEME_BLOB</code></a> scheme, or with the path to the certificate file if using the <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CK-SCHEME-PATH:CAPS"><code class="literal">NM_SETTING_802_1X_CK_SCHEME_PATH</code></a> scheme.</p> @@ -2123,7 +2123,7 @@ nm_setting_802_1x_get_client_cert_password <div class="refsect3"> <a name="nm-setting-802-1x-get-client-cert-password.returns"></a><h4>Returns</h4> <p> the password used to access the client certificate stored in -<a href="NMSetting8021x.html#NMSetting8021x--client-cert"><span class="type">“client-cert”</span></a> property. Only makes sense if the certificate +<span class="type">“client-cert”</span> property. Only makes sense if the certificate is stored on a PKCS#11 token that requires a login.</p> </div> <p class="since">Since: 1.8</p> @@ -2152,7 +2152,7 @@ nm_setting_802_1x_get_client_cert_password_flags <div class="refsect3"> <a name="nm-setting-802-1x-get-client-cert-password-flags.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="type">NMSettingSecretFlags</span></a> pertaining to the -<a href="NMSetting8021x.html#NMSetting8021x--client-cert-password"><span class="type">“client-cert-password”</span></a></p> +<span class="type">“client-cert-password”</span></p> </div> <p class="since">Since: 1.8</p> </div> @@ -2179,7 +2179,7 @@ nm_setting_802_1x_get_phase1_peapver (<em class="parameter"><code><a class="link <div class="refsect3"> <a name="nm-setting-802-1x-get-phase1-peapver.returns"></a><h4>Returns</h4> <p> the "phase 1" PEAP version to be used when authenticating with -EAP-PEAP as contained in the <a href="NMSetting8021x.html#NMSetting8021x--phase1-peapver"><span class="type">“phase1-peapver”</span></a> property. Valid +EAP-PEAP as contained in the <span class="type">“phase1-peapver”</span> property. Valid values are <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> (unset), "0" (PEAP version 0), and "1" (PEAP version 1).</p> </div> </div> @@ -2208,7 +2208,7 @@ nm_setting_802_1x_get_phase1_peaplabel <a name="nm-setting-802-1x-get-phase1-peaplabel.returns"></a><h4>Returns</h4> <p> whether the "phase 1" PEAP label is new-style or old-style, to be used when authenticating with EAP-PEAP, as contained in the -<a href="NMSetting8021x.html#NMSetting8021x--phase1-peaplabel"><span class="type">“phase1-peaplabel”</span></a> property. Valid values are <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> (unset), +<span class="type">“phase1-peaplabel”</span> property. Valid values are <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> (unset), "0" (use old-style label), and "1" (use new-style label). See the wpa_supplicant documentation for more details.</p> </div> @@ -2237,7 +2237,7 @@ nm_setting_802_1x_get_phase1_fast_provisioning <div class="refsect3"> <a name="nm-setting-802-1x-get-phase1-fast-provisioning.returns"></a><h4>Returns</h4> <p> whether "phase 1" PEAP fast provisioning should be used, as specified -by the <a href="NMSetting8021x.html#NMSetting8021x--phase1-fast-provisioning"><span class="type">“phase1-fast-provisioning”</span></a> property. See the +by the <span class="type">“phase1-fast-provisioning”</span> property. See the wpa_supplicant documentation for more details.</p> </div> </div> @@ -2264,7 +2264,7 @@ nm_setting_802_1x_get_phase2_auth (<em class="parameter"><code><a class="link" h <div class="refsect3"> <a name="nm-setting-802-1x-get-phase2-auth.returns"></a><h4>Returns</h4> <p> the "phase 2" non-EAP (ex MD5) allowed authentication method as -specified by the <a href="NMSetting8021x.html#NMSetting8021x--phase2-auth"><span class="type">“phase2-auth”</span></a> property.</p> +specified by the <span class="type">“phase2-auth”</span> property.</p> </div> </div> <hr> @@ -2290,7 +2290,7 @@ nm_setting_802_1x_get_phase2_autheap (<em class="parameter"><code><a class="link <div class="refsect3"> <a name="nm-setting-802-1x-get-phase2-autheap.returns"></a><h4>Returns</h4> <p> the "phase 2" EAP-based (ex TLS) allowed authentication method as -specified by the <a href="NMSetting8021x.html#NMSetting8021x--phase2-autheap"><span class="type">“phase2-autheap”</span></a> property.</p> +specified by the <span class="type">“phase2-autheap”</span> property.</p> </div> </div> <hr> @@ -2431,7 +2431,7 @@ nm_setting_802_1x_set_phase2_ca_cert (<em class="parameter"><code><a class="link <em class="parameter"><code><a class="link" href="NMSetting8021x.html#NMSetting8021xCKScheme" title="enum NMSetting8021xCKScheme"><span class="type">NMSetting8021xCKScheme</span></a> scheme</code></em>, <em class="parameter"><code><a class="link" href="NMSetting8021x.html#NMSetting8021xCKFormat" title="enum NMSetting8021xCKFormat"><span class="type">NMSetting8021xCKFormat</span></a> *out_format</code></em>, <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre> -<p>Reads a certificate from disk and sets the <a href="NMSetting8021x.html#NMSetting8021x--phase2-ca-cert"><span class="type">“phase2-ca-cert”</span></a> +<p>Reads a certificate from disk and sets the <span class="type">“phase2-ca-cert”</span> property with the raw certificate data if using the <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CK-SCHEME-BLOB:CAPS"><code class="literal">NM_SETTING_802_1X_CK_SCHEME_BLOB</code></a> scheme, or with the path to the certificate file if using the <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CK-SCHEME-PATH:CAPS"><code class="literal">NM_SETTING_802_1X_CK_SCHEME_PATH</code></a> scheme.</p> @@ -2506,7 +2506,7 @@ nm_setting_802_1x_get_phase2_ca_cert_password <div class="refsect3"> <a name="nm-setting-802-1x-get-phase2-ca-cert-password.returns"></a><h4>Returns</h4> <p> the password used to access the "phase2" CA certificate stored in -<a href="NMSetting8021x.html#NMSetting8021x--phase2-ca-cert"><span class="type">“phase2-ca-cert”</span></a> property. Only makes sense if the certificate +<span class="type">“phase2-ca-cert”</span> property. Only makes sense if the certificate is stored on a PKCS#11 token that requires a login.</p> </div> <p class="since">Since: 1.8</p> @@ -2535,7 +2535,7 @@ nm_setting_802_1x_get_phase2_ca_cert_password_flags <div class="refsect3"> <a name="nm-setting-802-1x-get-phase2-ca-cert-password-flags.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="type">NMSettingSecretFlags</span></a> pertaining to the -<a href="NMSetting8021x.html#NMSetting8021x--phase2-private-key-password"><span class="type">“phase2-private-key-password”</span></a></p> +<span class="type">“phase2-private-key-password”</span></p> </div> <p class="since">Since: 1.8</p> </div> @@ -2562,7 +2562,7 @@ nm_setting_802_1x_get_phase2_subject_match </div> <div class="refsect3"> <a name="nm-setting-802-1x-get-phase2-subject-match.returns"></a><h4>Returns</h4> -<p> the <a href="NMSetting8021x.html#NMSetting8021x--phase2-subject-match"><span class="type">“phase2-subject-match”</span></a> property. This is +<p> the <span class="type">“phase2-subject-match”</span> property. This is the substring to be matched against the subject of the "phase 2" authentication server certificate, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> no subject verification is to be performed.</p> @@ -2575,7 +2575,7 @@ is to be performed.</p> nm_setting_802_1x_get_num_phase2_altsubject_matches (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <p>Returns the number of entries in the -<a href="NMSetting8021x.html#NMSetting8021x--phase2-altsubject-matches"><span class="type">“phase2-altsubject-matches”</span></a> property of this setting.</p> +<span class="type">“phase2-altsubject-matches”</span> property of this setting.</p> <div class="refsect3"> <a name="nm-setting-802-1x-get-num-phase2-altsubject-matches.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table class="informaltable" width="100%" border="0"> @@ -2786,7 +2786,7 @@ nm_setting_802_1x_get_phase2_domain_suffix_match </div> <div class="refsect3"> <a name="nm-setting-802-1x-get-phase2-domain-suffix-match.returns"></a><h4>Returns</h4> -<p> the <a href="NMSetting8021x.html#NMSetting8021x--phase2-domain-suffix-match"><span class="type">“phase2-domain-suffix-match”</span></a> property.</p> +<p> the <span class="type">“phase2-domain-suffix-match”</span> property.</p> </div> <p class="since">Since: 1.2</p> </div> @@ -2813,7 +2813,7 @@ nm_setting_802_1x_get_phase2_domain_match </div> <div class="refsect3"> <a name="nm-setting-802-1x-get-phase2-domain-match.returns"></a><h4>Returns</h4> -<p> the <a href="NMSetting8021x.html#NMSetting8021x--phase2-domain-match"><span class="type">“phase2-domain-match”</span></a> property.</p> +<p> the <span class="type">“phase2-domain-match”</span> property.</p> </div> <p class="since">Since: 1.24</p> </div> @@ -2952,7 +2952,7 @@ nm_setting_802_1x_set_phase2_client_cert <em class="parameter"><code><a class="link" href="NMSetting8021x.html#NMSetting8021xCKScheme" title="enum NMSetting8021xCKScheme"><span class="type">NMSetting8021xCKScheme</span></a> scheme</code></em>, <em class="parameter"><code><a class="link" href="NMSetting8021x.html#NMSetting8021xCKFormat" title="enum NMSetting8021xCKFormat"><span class="type">NMSetting8021xCKFormat</span></a> *out_format</code></em>, <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre> -<p>Reads a certificate from disk and sets the <a href="NMSetting8021x.html#NMSetting8021x--phase2-client-cert"><span class="type">“phase2-client-cert”</span></a> +<p>Reads a certificate from disk and sets the <span class="type">“phase2-client-cert”</span> property with the raw certificate data if using the <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CK-SCHEME-BLOB:CAPS"><code class="literal">NM_SETTING_802_1X_CK_SCHEME_BLOB</code></a> scheme, or with the path to the certificate file if using the <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CK-SCHEME-PATH:CAPS"><code class="literal">NM_SETTING_802_1X_CK_SCHEME_PATH</code></a> scheme.</p> @@ -3031,7 +3031,7 @@ nm_setting_802_1x_get_phase2_client_cert_password <div class="refsect3"> <a name="nm-setting-802-1x-get-phase2-client-cert-password.returns"></a><h4>Returns</h4> <p> the password used to access the "phase2" client certificate stored in -<a href="NMSetting8021x.html#NMSetting8021x--phase2-client-cert"><span class="type">“phase2-client-cert”</span></a> property. Only makes sense if the certificate +<span class="type">“phase2-client-cert”</span> property. Only makes sense if the certificate is stored on a PKCS#11 token that requires a login.</p> </div> <p class="since">Since: 1.8</p> @@ -3060,7 +3060,7 @@ nm_setting_802_1x_get_phase2_client_cert_password_flags <div class="refsect3"> <a name="nm-setting-802-1x-get-phase2-client-cert-password-flags.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="type">NMSettingSecretFlags</span></a> pertaining to the -<a href="NMSetting8021x.html#NMSetting8021x--phase2-client-cert-password"><span class="type">“phase2-client-cert-password”</span></a></p> +<span class="type">“phase2-client-cert-password”</span></p> </div> <p class="since">Since: 1.8</p> </div> @@ -3087,7 +3087,7 @@ nm_setting_802_1x_get_password (<em class="parameter"><code><a class="link" href <div class="refsect3"> <a name="nm-setting-802-1x-get-password.returns"></a><h4>Returns</h4> <p> the password used by the authentication method, if any, as specified -by the <a href="NMSetting8021x.html#NMSetting8021x--password"><span class="type">“password”</span></a> property</p> +by the <span class="type">“password”</span> property</p> </div> </div> <hr> @@ -3112,7 +3112,7 @@ nm_setting_802_1x_get_password_flags (<em class="parameter"><code><a class="link </div> <div class="refsect3"> <a name="nm-setting-802-1x-get-password-flags.returns"></a><h4>Returns</h4> -<p> the <a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="type">NMSettingSecretFlags</span></a> pertaining to the <a href="NMSetting8021x.html#NMSetting8021x--password"><span class="type">“password”</span></a></p> +<p> the <a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="type">NMSettingSecretFlags</span></a> pertaining to the <span class="type">“password”</span></p> </div> </div> <hr> @@ -3139,7 +3139,7 @@ nm_setting_802_1x_get_password_raw (<em class="parameter"><code><a class="link" <a name="nm-setting-802-1x-get-password-raw.returns"></a><h4>Returns</h4> <p>the password used by the authentication method as a UTF-8-encoded array of bytes, as specified by the -<a href="NMSetting8021x.html#NMSetting8021x--password-raw"><span class="type">“password-raw”</span></a> property. </p> +<span class="type">“password-raw”</span> property. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> </div> @@ -3167,7 +3167,7 @@ nm_setting_802_1x_get_password_raw_flags <div class="refsect3"> <a name="nm-setting-802-1x-get-password-raw-flags.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="type">NMSettingSecretFlags</span></a> pertaining to the -<a href="NMSetting8021x.html#NMSetting8021x--password-raw"><span class="type">“password-raw”</span></a></p> +<span class="type">“password-raw”</span></p> </div> </div> <hr> @@ -3193,7 +3193,7 @@ nm_setting_802_1x_get_pin (<em class="parameter"><code><a class="link" href="NMS <div class="refsect3"> <a name="nm-setting-802-1x-get-pin.returns"></a><h4>Returns</h4> <p> the PIN used by the authentication method, if any, as specified -by the <a href="NMSetting8021x.html#NMSetting8021x--pin"><span class="type">“pin”</span></a> property</p> +by the <span class="type">“pin”</span> property</p> </div> </div> <hr> @@ -3219,7 +3219,7 @@ nm_setting_802_1x_get_pin_flags (<em class="parameter"><code><a class="link" hre <div class="refsect3"> <a name="nm-setting-802-1x-get-pin-flags.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="type">NMSettingSecretFlags</span></a> pertaining to the -<a href="NMSetting8021x.html#NMSetting8021x--pin"><span class="type">“pin”</span></a></p> +<span class="type">“pin”</span></p> </div> </div> <hr> @@ -3363,14 +3363,14 @@ nm_setting_802_1x_set_private_key (<em class="parameter"><code><a class="link" h when EAP-TLS is used as either the "phase 1" or "phase 2" 802.1x authentication method.</p> <p>This function reads a private key from disk and sets the -<a href="NMSetting8021x.html#NMSetting8021x--private-key"><span class="type">“private-key”</span></a> property with the private key file data if using +<span class="type">“private-key”</span> property with the private key file data if using the <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CK-SCHEME-BLOB:CAPS"><code class="literal">NM_SETTING_802_1X_CK_SCHEME_BLOB</code></a> scheme, or with the path to the private key file if using the <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CK-SCHEME-PATH:CAPS"><code class="literal">NM_SETTING_802_1X_CK_SCHEME_PATH</code></a> scheme.</p> <p>If <em class="parameter"><code>password</code></em> is given, this function attempts to decrypt the private key to verify that <em class="parameter"><code>password</code></em> is correct, and if it is, updates the -<a href="NMSetting8021x.html#NMSetting8021x--private-key-password"><span class="type">“private-key-password”</span></a> property with the given <em class="parameter"><code>password</code></em> +<span class="type">“private-key-password”</span> property with the given <em class="parameter"><code>password</code></em> . If the decryption is unsuccessful, <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> is returned, <em class="parameter"><code>error</code></em> is set, and no @@ -3461,7 +3461,7 @@ nm_setting_802_1x_get_private_key_password <a name="nm-setting-802-1x-get-private-key-password.returns"></a><h4>Returns</h4> <p> the private key password used to decrypt the private key if previously set with <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-set-private-key" title="nm_setting_802_1x_set_private_key ()"><code class="function">nm_setting_802_1x_set_private_key()</code></a>, or the -<a href="NMSetting8021x.html#NMSetting8021x--private-key-password"><span class="type">“private-key-password”</span></a> property.</p> +<span class="type">“private-key-password”</span> property.</p> </div> </div> <hr> @@ -3488,7 +3488,7 @@ nm_setting_802_1x_get_private_key_password_flags <div class="refsect3"> <a name="nm-setting-802-1x-get-private-key-password-flags.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="type">NMSettingSecretFlags</span></a> pertaining to the -<a href="NMSetting8021x.html#NMSetting8021x--private-key-password"><span class="type">“private-key-password”</span></a></p> +<span class="type">“private-key-password”</span></p> </div> </div> <hr> @@ -3515,7 +3515,7 @@ nm_setting_802_1x_get_private_key_format <div class="refsect3"> <a name="nm-setting-802-1x-get-private-key-format.returns"></a><h4>Returns</h4> <p> the data format of the private key data stored in the -<a href="NMSetting8021x.html#NMSetting8021x--private-key"><span class="type">“private-key”</span></a> property</p> +<span class="type">“private-key”</span> property</p> </div> </div> <hr> @@ -3661,14 +3661,14 @@ nm_setting_802_1x_set_phase2_private_key when EAP-TLS is used as either the "phase 1" or "phase 2" 802.1x authentication method.</p> <p>This function reads a private key from disk and sets the -<a href="NMSetting8021x.html#NMSetting8021x--phase2-private-key"><span class="type">“phase2-private-key”</span></a> property with the private key file data if +<span class="type">“phase2-private-key”</span> property with the private key file data if using the <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CK-SCHEME-BLOB:CAPS"><code class="literal">NM_SETTING_802_1X_CK_SCHEME_BLOB</code></a> scheme, or with the path to the private key file if using the <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CK-SCHEME-PATH:CAPS"><code class="literal">NM_SETTING_802_1X_CK_SCHEME_PATH</code></a> scheme.</p> <p>If <em class="parameter"><code>password</code></em> is given, this function attempts to decrypt the private key to verify that <em class="parameter"><code>password</code></em> is correct, and if it is, updates the -<a href="NMSetting8021x.html#NMSetting8021x--phase2-private-key-password"><span class="type">“phase2-private-key-password”</span></a> property with the given +<span class="type">“phase2-private-key-password”</span> property with the given <em class="parameter"><code>password</code></em> . If the decryption is unsuccessful, <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> is returned, <em class="parameter"><code>error</code></em> is @@ -3760,7 +3760,7 @@ nm_setting_802_1x_get_phase2_private_key_password <a name="nm-setting-802-1x-get-phase2-private-key-password.returns"></a><h4>Returns</h4> <p> the private key password used to decrypt the private key if previously set with <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-set-phase2-private-key" title="nm_setting_802_1x_set_phase2_private_key ()"><code class="function">nm_setting_802_1x_set_phase2_private_key()</code></a> or the -<a href="NMSetting8021x.html#NMSetting8021x--phase2-private-key-password"><span class="type">“phase2-private-key-password”</span></a> property.</p> +<span class="type">“phase2-private-key-password”</span> property.</p> </div> </div> <hr> @@ -3787,7 +3787,7 @@ nm_setting_802_1x_get_phase2_private_key_password_flags <div class="refsect3"> <a name="nm-setting-802-1x-get-phase2-private-key-password-flags.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="type">NMSettingSecretFlags</span></a> pertaining to the -<a href="NMSetting8021x.html#NMSetting8021x--phase2-private-key-password"><span class="type">“phase2-private-key-password”</span></a></p> +<span class="type">“phase2-private-key-password”</span></p> </div> </div> <hr> @@ -3814,7 +3814,7 @@ nm_setting_802_1x_get_phase2_private_key_format <div class="refsect3"> <a name="nm-setting-802-1x-get-phase2-private-key-format.returns"></a><h4>Returns</h4> <p> the data format of the "phase 2" private key data stored in the -<a href="NMSetting8021x.html#NMSetting8021x--phase2-private-key"><span class="type">“phase2-private-key”</span></a> property</p> +<span class="type">“phase2-private-key”</span> property</p> </div> </div> <hr> @@ -3849,7 +3849,7 @@ nm_setting_802_1x_get_phase1_auth_flags <a name="nm-setting-802-1x-get-auth-timeout"></a><h3>nm_setting_802_1x_get_auth_timeout ()</h3> <pre class="programlisting"><span class="returnvalue">int</span> nm_setting_802_1x_get_auth_timeout (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> -<p>Returns the value contained in the <a href="NMSetting8021x.html#NMSetting8021x--auth-timeout"><span class="type">“auth-timeout”</span></a> property.</p> +<p>Returns the value contained in the <span class="type">“auth-timeout”</span> property.</p> <div class="refsect3"> <a name="nm-setting-802-1x-get-auth-timeout.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table class="informaltable" width="100%" border="0"> @@ -3877,7 +3877,7 @@ global default value.</p> <a name="nm-setting-802-1x-get-optional"></a><h3>nm_setting_802_1x_get_optional ()</h3> <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> nm_setting_802_1x_get_optional (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> -<p>Returns the value contained in the <a href="NMSetting8021x.html#NMSetting8021x--optional"><span class="type">“optional”</span></a> property.</p> +<p>Returns the value contained in the <span class="type">“optional”</span> property.</p> <div class="refsect3"> <a name="nm-setting-802-1x-get-optional.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table class="informaltable" width="100%" border="0"> diff --git a/docs/libnm/html/NMSettingAdsl.html b/docs/libnm/html/NMSettingAdsl.html index 5c7ba4c7..be71a24a 100644 --- a/docs/libnm/html/NMSettingAdsl.html +++ b/docs/libnm/html/NMSettingAdsl.html @@ -204,7 +204,7 @@ nm_setting_adsl_get_username (<em class="parameter"><code><a class="link" href=" </div> <div class="refsect3"> <a name="nm-setting-adsl-get-username.returns"></a><h4>Returns</h4> -<p> the <a href="NMSettingAdsl.html#NMSettingAdsl--username"><span class="type">“username”</span></a> property of the setting</p> +<p> the <span class="type">“username”</span> property of the setting</p> </div> </div> <hr> @@ -229,7 +229,7 @@ nm_setting_adsl_get_password (<em class="parameter"><code><a class="link" href=" </div> <div class="refsect3"> <a name="nm-setting-adsl-get-password.returns"></a><h4>Returns</h4> -<p> the <a href="NMSettingAdsl.html#NMSettingAdsl--password"><span class="type">“password”</span></a> property of the setting</p> +<p> the <span class="type">“password”</span> property of the setting</p> </div> </div> <hr> @@ -254,7 +254,7 @@ nm_setting_adsl_get_protocol (<em class="parameter"><code><a class="link" href=" </div> <div class="refsect3"> <a name="nm-setting-adsl-get-protocol.returns"></a><h4>Returns</h4> -<p> the <a href="NMSettingAdsl.html#NMSettingAdsl--protocol"><span class="type">“protocol”</span></a> property of the setting</p> +<p> the <span class="type">“protocol”</span> property of the setting</p> </div> </div> <hr> @@ -279,7 +279,7 @@ nm_setting_adsl_get_encapsulation (<em class="parameter"><code><a class="link" h </div> <div class="refsect3"> <a name="nm-setting-adsl-get-encapsulation.returns"></a><h4>Returns</h4> -<p> the <a href="NMSettingAdsl.html#NMSettingAdsl--encapsulation"><span class="type">“encapsulation”</span></a> property of the setting</p> +<p> the <span class="type">“encapsulation”</span> property of the setting</p> </div> </div> <hr> @@ -304,7 +304,7 @@ nm_setting_adsl_get_vpi (<em class="parameter"><code><a class="link" href="NMSet </div> <div class="refsect3"> <a name="nm-setting-adsl-get-vpi.returns"></a><h4>Returns</h4> -<p> the <a href="NMSettingAdsl.html#NMSettingAdsl--vpi"><span class="type">“vpi”</span></a> property of the setting</p> +<p> the <span class="type">“vpi”</span> property of the setting</p> </div> </div> <hr> @@ -329,7 +329,7 @@ nm_setting_adsl_get_vci (<em class="parameter"><code><a class="link" href="NMSet </div> <div class="refsect3"> <a name="nm-setting-adsl-get-vci.returns"></a><h4>Returns</h4> -<p> the <a href="NMSettingAdsl.html#NMSettingAdsl--vci"><span class="type">“vci”</span></a> property of the setting</p> +<p> the <span class="type">“vci”</span> property of the setting</p> </div> </div> <hr> @@ -354,7 +354,7 @@ nm_setting_adsl_get_password_flags (<em class="parameter"><code><a class="link" </div> <div class="refsect3"> <a name="nm-setting-adsl-get-password-flags.returns"></a><h4>Returns</h4> -<p> the <a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="type">NMSettingSecretFlags</span></a> pertaining to the <a href="NMSettingAdsl.html#NMSettingAdsl--password"><span class="type">“password”</span></a></p> +<p> the <a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="type">NMSettingSecretFlags</span></a> pertaining to the <span class="type">“password”</span></p> </div> </div> </div> diff --git a/docs/libnm/html/NMSettingBluetooth.html b/docs/libnm/html/NMSettingBluetooth.html index 318b8b7c..dc649be1 100644 --- a/docs/libnm/html/NMSettingBluetooth.html +++ b/docs/libnm/html/NMSettingBluetooth.html @@ -7,7 +7,7 @@ <link rel="home" href="index.html" title="libnm Reference Manual"> <link rel="up" href="ch03.html" title="Connection and Setting API Reference"> <link rel="prev" href="NMSettingAdsl.html" title="NMSettingAdsl"> -<link rel="next" href="NMSettingBond.html" title="NMSettingBond"> +<link rel="next" href="NMSettingBondPort.html" title="NMSettingBondPort"> <meta name="generator" content="GTK-Doc V1.33.0 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> @@ -20,7 +20,7 @@ <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> <td><a accesskey="u" href="ch03.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> <td><a accesskey="p" href="NMSettingAdsl.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> -<td><a accesskey="n" href="NMSettingBond.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +<td><a accesskey="n" href="NMSettingBondPort.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> </tr></table> <div class="refentry"> <a name="NMSettingBluetooth"></a><div class="titlepage"></div> diff --git a/docs/libnm/html/NMSettingBond.html b/docs/libnm/html/NMSettingBond.html index 1f9b33d6..7c23901f 100644 --- a/docs/libnm/html/NMSettingBond.html +++ b/docs/libnm/html/NMSettingBond.html @@ -6,7 +6,7 @@ <meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"> <link rel="home" href="index.html" title="libnm Reference Manual"> <link rel="up" href="ch03.html" title="Connection and Setting API Reference"> -<link rel="prev" href="NMSettingBluetooth.html" title="NMSettingBluetooth"> +<link rel="prev" href="NMSettingBondPort.html" title="NMSettingBondPort"> <link rel="next" href="NMSettingBridgePort.html" title="NMSettingBridgePort"> <meta name="generator" content="GTK-Doc V1.33.0 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> @@ -19,7 +19,7 @@ </td> <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> <td><a accesskey="u" href="ch03.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> -<td><a accesskey="p" href="NMSettingBluetooth.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="p" href="NMSettingBondPort.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> <td><a accesskey="n" href="NMSettingBridgePort.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> </tr></table> <div class="refentry"> @@ -577,7 +577,7 @@ nm_setting_bond_get_option_default (<em class="parameter"><code><a class="link" <div class="refsect3"> <a name="nm-setting-bond-get-option-default.returns"></a><h4>Returns</h4> <p> the value of the bond option if not overridden by an entry in -the <a href="NMSettingBond.html#NMSettingBond--options"><span class="type">“options”</span></a> property.</p> +the <span class="type">“options”</span> property.</p> </div> </div> <hr> diff --git a/docs/libnm/html/NMSettingBondPort.html b/docs/libnm/html/NMSettingBondPort.html new file mode 100644 index 00000000..e8f55039 --- /dev/null +++ b/docs/libnm/html/NMSettingBondPort.html @@ -0,0 +1,144 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>NMSettingBondPort: libnm Reference Manual + + + + + + + + + + + + + + + + +
+
+
+ + +
+

NMSettingBondPort

+

NMSettingBondPort — Describes connection properties for bond ports

+
+
+

Functions

+
++++ + + + + + + + + + + +
+NMSetting * + +nm_setting_bond_port_new () +
+guint32 + +nm_setting_bond_port_get_queue_id () +
+
+
+

Types and Values

+
++++ + + + + + + + + + + +
#defineNM_SETTING_BOND_PORT_SETTING_NAME
#defineNM_SETTING_BOND_PORT_QUEUE_ID
+
+
+

Description

+

The NMSettingBondPort object is a NMSetting subclass that describes +optional properties that apply to bond ports.

+
+
+

Functions

+
+

nm_setting_bond_port_new ()

+
NMSetting *
+nm_setting_bond_port_new (void);
+

Creates a new NMSettingBondPort object with default values.

+
+

Returns

+

the new empty NMSettingBondPort object.

+

[transfer full]

+
+

Since: 1.34

+
+
+
+

nm_setting_bond_port_get_queue_id ()

+
guint32
+nm_setting_bond_port_get_queue_id (NMSettingBondPort *setting);
+
+

Parameters

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

setting

the NMSettingBondPort

 
+
+
+

Returns

+

the “queue_id” property of the setting

+
+

Since: 1.34

+
+
+
+

Types and Values

+
+

NM_SETTING_BOND_PORT_SETTING_NAME

+
#define NM_SETTING_BOND_PORT_SETTING_NAME "bond-port"
+
+
+
+
+

NM_SETTING_BOND_PORT_QUEUE_ID

+
#define NM_SETTING_BOND_PORT_QUEUE_ID "queue-id"
+
+
+
+
+ + + \ No newline at end of file diff --git a/docs/libnm/html/NMSettingBridgePort.html b/docs/libnm/html/NMSettingBridgePort.html index 66fc6a09..9a72cdb8 100644 --- a/docs/libnm/html/NMSettingBridgePort.html +++ b/docs/libnm/html/NMSettingBridgePort.html @@ -193,7 +193,7 @@ nm_setting_bridge_port_get_priority (

Returns

-

the “priority” property of the setting

+

the “priority” property of the setting


@@ -218,7 +218,7 @@ nm_setting_bridge_port_get_path_cost (

Returns

-

the “path-cost” property of the setting

+

the “path-cost” property of the setting


@@ -244,7 +244,7 @@ nm_setting_bridge_port_get_hairpin_mode

Returns

-

the “hairpin-mode” property of the setting

+

the “hairpin-mode” property of the setting


diff --git a/docs/libnm/html/NMSettingCdma.html b/docs/libnm/html/NMSettingCdma.html index 3d62dad5..f8f9df3e 100644 --- a/docs/libnm/html/NMSettingCdma.html +++ b/docs/libnm/html/NMSettingCdma.html @@ -162,7 +162,7 @@ nm_setting_cdma_get_number (

Returns

-

the “number” property of the setting

+

the “number” property of the setting


@@ -187,7 +187,7 @@ nm_setting_cdma_get_username (

Returns

-

the “username” property of the setting

+

the “username” property of the setting


@@ -212,7 +212,7 @@ nm_setting_cdma_get_password (

Returns

-

the “password” property of the setting

+

the “password” property of the setting


@@ -237,7 +237,7 @@ nm_setting_cdma_get_password_flags (

Returns

-

the NMSettingSecretFlags pertaining to the “password”

+

the NMSettingSecretFlags pertaining to the “password”


@@ -262,7 +262,7 @@ nm_setting_cdma_get_mtu (

Returns

-

the “mtu” property of the setting

+

the “mtu” property of the setting

Since: 1.8

diff --git a/docs/libnm/html/NMSettingConnection.html b/docs/libnm/html/NMSettingConnection.html index 26337e4b..2908451c 100644 --- a/docs/libnm/html/NMSettingConnection.html +++ b/docs/libnm/html/NMSettingConnection.html @@ -305,6 +305,14 @@
+NMSettingConnectionDnsOverTls + +nm_setting_connection_get_dns_over_tls () +
gint32 @@ -439,6 +447,10 @@
#defineNM_SETTING_CONNECTION_DNS_OVER_TLS
#define NM_SETTING_CONNECTION_WAIT_DEVICE_TIMEOUT
enum NMSettingConnectionLlmnr
enumNMSettingConnectionDnsOverTls
@@ -468,6 +484,7 @@

Object Hierarchy

    GEnum
     ├── NMSettingConnectionAutoconnectSlaves
+    ├── NMSettingConnectionDnsOverTls
     ├── NMSettingConnectionLldp
     ├── NMSettingConnectionLlmnr
     ╰── NMSettingConnectionMdns
@@ -497,7 +514,7 @@ nm_setting_connection_new (void

nm_setting_connection_get_id ()

const char *
 nm_setting_connection_get_id (NMSettingConnection *setting);
-

Returns the “id” property of the connection.

+

Returns the “id” property of the connection.

Parameters

@@ -523,7 +540,7 @@ nm_setting_connection_get_id (

nm_setting_connection_get_uuid ()

const char *
 nm_setting_connection_get_uuid (NMSettingConnection *setting);
-

Returns the “uuid” property of the connection.

+

Returns the “uuid” property of the connection.

Parameters

@@ -549,7 +566,7 @@ nm_setting_connection_get_uuid (

nm_setting_connection_get_stable_id ()

const char *
 nm_setting_connection_get_stable_id (NMSettingConnection *setting);
-

Returns the “stable_id” property of the connection.

+

Returns the “stable_id” property of the connection.

Parameters

@@ -577,7 +594,7 @@ nm_setting_connection_get_stable_id (const char * nm_setting_connection_get_interface_name (NMSettingConnection *setting); -

Returns the “interface-name” property of the connection.

+

Returns the “interface-name” property of the connection.

Parameters

@@ -604,7 +621,7 @@ nm_setting_connection_get_interface_name
const char *
 nm_setting_connection_get_connection_type
                                (NMSettingConnection *setting);
-

Returns the “type” property of the connection.

+

Returns the “type” property of the connection.

Parameters

@@ -630,7 +647,7 @@ nm_setting_connection_get_connection_type

nm_setting_connection_get_autoconnect ()

gboolean
 nm_setting_connection_get_autoconnect (NMSettingConnection *setting);
-

Returns the “autoconnect” property of the connection.

+

Returns the “autoconnect” property of the connection.

Parameters

@@ -657,7 +674,7 @@ nm_setting_connection_get_autoconnect (int nm_setting_connection_get_autoconnect_priority (NMSettingConnection *setting); -

Returns the “autoconnect-priority” property of the connection. +

Returns the “autoconnect-priority” property of the connection. The higher number, the higher priority.

Parameters

@@ -685,7 +702,7 @@ The higher number, the higher priority.

int
 nm_setting_connection_get_autoconnect_retries
                                (NMSettingConnection *setting);
-

Returns the “autoconnect-retries” property of the connection. +

Returns the “autoconnect-retries” property of the connection. Zero means infinite, -1 means the global default value.

Parameters

@@ -731,7 +748,7 @@ nm_setting_connection_get_multi_connect

Returns

-

the “multi-connect” property of the connection.

+

the “multi-connect” property of the connection.

Since: 1.14

@@ -740,7 +757,7 @@ nm_setting_connection_get_multi_connect

nm_setting_connection_get_timestamp ()

guint64
 nm_setting_connection_get_timestamp (NMSettingConnection *setting);
-

Returns the “timestamp” property of the connection.

+

Returns the “timestamp” property of the connection.

Parameters

@@ -766,7 +783,7 @@ nm_setting_connection_get_timestamp (

nm_setting_connection_get_read_only ()

gboolean
 nm_setting_connection_get_read_only (NMSettingConnection *setting);
-

Returns the “read-only” property of the connection.

+

Returns the “read-only” property of the connection.

Parameters

@@ -793,7 +810,7 @@ nm_setting_connection_get_read_only (guint32 nm_setting_connection_get_num_permissions (NMSettingConnection *setting); -

Returns the number of entries in the “permissions” +

Returns the number of entries in the “permissions” property of this setting.

Parameters

@@ -824,7 +841,7 @@ nm_setting_connection_get_permission (const char **out_ptype, const char **out_pitem, const char **out_detail); -

Retrieve one of the entries of the “permissions” property +

Retrieve one of the entries of the “permissions” property of this setting.

Parameters

@@ -855,7 +872,7 @@ unless the entry is invalid, in which case it returns "invalid".

+“permissions” for more detail

@@ -877,7 +894,7 @@ was invalid

nm_setting_connection_get_zone ()

const char *
 nm_setting_connection_get_zone (NMSettingConnection *setting);
-

Returns the “zone” property of the connection.

+

Returns the “zone” property of the connection.

Parameters

out_pitem

on return, the permission item (formatted according to ptype , see -“permissions” for more detail

 
@@ -945,7 +962,7 @@ nm_setting_connection_add_permission (pitem must be a username. See -“permissions”: for more details.

+“permissions”: for more details.

Parameters

@@ -1034,7 +1051,7 @@ nm_setting_connection_remove_permission_by_value

Removes the permission from the connection. At this time, only the "user" permission type is supported, and pitem must -be a username. See “permissions”: for more details.

+be a username. See “permissions”: for more details.

Parameters

@@ -1078,7 +1095,7 @@ be a username. See

nm_setting_connection_get_master ()

const char *
 nm_setting_connection_get_master (NMSettingConnection *setting);
-

Returns the “master” property of the connection.

+

Returns the “master” property of the connection.

Parameters

@@ -1141,7 +1158,7 @@ against setting

nm_setting_connection_get_slave_type ()

const char *
 nm_setting_connection_get_slave_type (NMSettingConnection *setting);
-

Returns the “slave-type” property of the connection.

+

Returns the “slave-type” property of the connection.

Parameters

@@ -1168,7 +1185,7 @@ nm_setting_connection_get_slave_type (NMSettingConnectionAutoconnectSlaves nm_setting_connection_get_autoconnect_slaves (NMSettingConnection *setting); -

Returns the “autoconnect-slaves” property of the connection.

+

Returns the “autoconnect-slaves” property of the connection.

Parameters

@@ -1381,7 +1398,7 @@ nm_setting_connection_get_gateway_ping_timeout

Returns

-

the value contained in the “gateway-ping-timeout” +

the value contained in the “gateway-ping-timeout” property.

@@ -1407,7 +1424,7 @@ nm_setting_connection_get_metered (

Returns

-

the “metered” property of the setting.

+

the “metered” property of the setting.

Since: 1.2

@@ -1416,7 +1433,7 @@ nm_setting_connection_get_metered (

nm_setting_connection_get_lldp ()

NMSettingConnectionLldp
 nm_setting_connection_get_lldp (NMSettingConnection *setting);
-

Returns the “lldp” property of the connection.

+

Returns the “lldp” property of the connection.

Parameters

@@ -1445,7 +1462,7 @@ enabled for the connection.

int
 nm_setting_connection_get_auth_retries
                                (NMSettingConnection *setting);
-

Returns the value contained in the “auth-retries” property.

+

Returns the value contained in the “auth-retries” property.

Parameters

@@ -1490,7 +1507,7 @@ nm_setting_connection_get_mdns (

Returns

-

the “mdns” property of the setting.

+

the “mdns” property of the setting.

Since: 1.12

@@ -1516,12 +1533,39 @@ nm_setting_connection_get_llmnr (

Returns

-

the “llmnr” property of the setting.

+

the “llmnr” property of the setting.

Since: 1.14


+

nm_setting_connection_get_dns_over_tls ()

+
NMSettingConnectionDnsOverTls
+nm_setting_connection_get_dns_over_tls
+                               (NMSettingConnection *setting);
+
+

Parameters

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

setting

the NMSettingConnection

 
+
+
+

Returns

+

the “dns-over-tls” property of the setting.

+
+

Since: 1.34

+ +
+

nm_setting_connection_get_wait_device_timeout ()

gint32
 nm_setting_connection_get_wait_device_timeout
@@ -1553,7 +1597,7 @@ the timeout in milliseconds. -1 is the default.

nm_setting_connection_get_mud_url ()

const char *
 nm_setting_connection_get_mud_url (NMSettingConnection *setting);
-

Returns the value contained in the “mud-url” +

Returns the value contained in the “mud-url” property.

Parameters

@@ -1738,6 +1782,12 @@ property.


+

NM_SETTING_CONNECTION_DNS_OVER_TLS

+
#define NM_SETTING_CONNECTION_DNS_OVER_TLS         "dns-over-tls"
+
+
+
+

NM_SETTING_CONNECTION_WAIT_DEVICE_TIMEOUT

#define NM_SETTING_CONNECTION_WAIT_DEVICE_TIMEOUT  "wait-device-timeout"
 
@@ -1919,6 +1969,52 @@ master is activated

Since: 1.14

+
+
+

enum NMSettingConnectionDnsOverTls

+

NMSettingConnectionDnsOverTls values indicate whether DNSOverTls should be enabled.

+
+

Members

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

NM_SETTING_CONNECTION_DNS_OVER_TLS_DEFAULT

+

default value

+
 

NM_SETTING_CONNECTION_DNS_OVER_TLS_NO

+

disable DNSOverTls

+
 

NM_SETTING_CONNECTION_DNS_OVER_TLS_OPPORTUNISTIC

+

enable opportunistic mode

+
 

NM_SETTING_CONNECTION_DNS_OVER_TLS_YES

+

enable strict mode

+
 
+
+

Since: 1.34

+

@@ -379,7 +379,7 @@ nm_setting_dcb_get_app_fcoe_priority (

Returns

-

the “app-fcoe-priority” property of the setting

+

the “app-fcoe-priority” property of the setting


@@ -404,7 +404,7 @@ nm_setting_dcb_get_app_fcoe_mode (

Returns

-

the “app-fcoe-mode” property of the setting

+

the “app-fcoe-mode” property of the setting


@@ -429,7 +429,7 @@ nm_setting_dcb_get_app_iscsi_flags (

Returns

-

the “app-iscsi-flags” property of the setting

+

the “app-iscsi-flags” property of the setting


@@ -454,7 +454,7 @@ nm_setting_dcb_get_app_iscsi_priority (

Returns

-

the “app-iscsi-priority” property of the setting

+

the “app-iscsi-priority” property of the setting


@@ -479,7 +479,7 @@ nm_setting_dcb_get_app_fip_flags (

Returns

-

the “app-fip-flags” property of the setting

+

the “app-fip-flags” property of the setting


@@ -504,7 +504,7 @@ nm_setting_dcb_get_app_fip_priority (

Returns

-

the “app-fip-priority” property of the setting

+

the “app-fip-priority” property of the setting


@@ -530,7 +530,7 @@ nm_setting_dcb_get_priority_flow_control_flags

Returns

-

the “priority-flow-control-flags” property of the setting

+

the “priority-flow-control-flags” property of the setting


@@ -577,7 +577,7 @@ nm_setting_dcb_set_priority_flow_control (NMSettingDcb *setting, guint user_priority, gboolean enabled);
-

These values are only valid when “priority-flow-control” includes +

These values are only valid when “priority-flow-control” includes the NM_SETTING_DCB_FLAG_ENABLE flag.

Parameters

@@ -630,7 +630,7 @@ nm_setting_dcb_get_priority_group_flags

Returns

-

the “priority-group-flags” property of the setting

+

the “priority-group-flags” property of the setting


@@ -665,7 +665,7 @@ nm_setting_dcb_get_priority_group_id (

Returns

the group number user_priority is assigned to. These values are -only valid when “priority-group-flags” includes the +only valid when “priority-group-flags” includes the NM_SETTING_DCB_FLAG_ENABLE flag.

@@ -676,7 +676,7 @@ only valid when < nm_setting_dcb_set_priority_group_id (NMSettingDcb *setting, guint user_priority, guint group_id); -

These values are only valid when “priority-group-flags” includes +

These values are only valid when “priority-group-flags” includes the NM_SETTING_DCB_FLAG_ENABLE flag.

Parameters

@@ -741,7 +741,7 @@ nm_setting_dcb_get_priority_group_bandwidth

Returns

the bandwidth percentage assigned to group_id . These values are -only valid when “priority-group-flags” includes the +only valid when “priority-group-flags” includes the NM_SETTING_DCB_FLAG_ENABLE flag.

@@ -753,7 +753,7 @@ nm_setting_dcb_set_priority_group_bandwidth (NMSettingDcb *setting, guint group_id, guint bandwidth_percent); -

These values are only valid when “priority-group-flags” includes +

These values are only valid when “priority-group-flags” includes the NM_SETTING_DCB_FLAG_ENABLE flag.

Parameters

@@ -816,7 +816,7 @@ nm_setting_dcb_get_priority_bandwidth (

Returns

the allowed bandwidth percentage of user_priority in its priority group. -These values are only valid when “priority-group-flags” includes the +These values are only valid when “priority-group-flags” includes the NM_SETTING_DCB_FLAG_ENABLE flag.

@@ -827,7 +827,7 @@ These values are only valid when NMSettingDcb *setting, guint user_priority, guint bandwidth_percent); -

These values are only valid when “priority-group-flags” includes +

These values are only valid when “priority-group-flags” includes the NM_SETTING_DCB_FLAG_ENABLE flag.

Parameters

@@ -893,7 +893,7 @@ nm_setting_dcb_get_priority_strict_bandwidth

TRUE if user_priority may use all of the bandwidth allocated to its assigned group, or FALSE if not. These values are only valid when -“priority-group-flags” includes the NM_SETTING_DCB_FLAG_ENABLE flag.

+“priority-group-flags” includes the NM_SETTING_DCB_FLAG_ENABLE flag.


@@ -904,7 +904,7 @@ nm_setting_dcb_set_priority_strict_bandwidth (NMSettingDcb *setting, guint user_priority, gboolean strict); -

These values are only valid when “priority-group-flags” includes +

These values are only valid when “priority-group-flags” includes the NM_SETTING_DCB_FLAG_ENABLE flag.

Parameters

@@ -969,7 +969,7 @@ nm_setting_dcb_get_priority_traffic_class

Returns

the traffic class assigned to user_priority . These values are only -valid when “priority-group-flags” includes the +valid when “priority-group-flags” includes the NM_SETTING_DCB_FLAG_ENABLE flag.

diff --git a/docs/libnm/html/NMSettingGsm.html b/docs/libnm/html/NMSettingGsm.html index 0231362c..07b24783 100644 --- a/docs/libnm/html/NMSettingGsm.html +++ b/docs/libnm/html/NMSettingGsm.html @@ -264,7 +264,7 @@ nm_setting_gsm_get_auto_config (

Returns

-

the “auto-config” property of the setting

+

the “auto-config” property of the setting

Since: 1.22

@@ -290,7 +290,7 @@ nm_setting_gsm_get_username (

Returns

-

the “username” property of the setting

+

the “username” property of the setting


@@ -315,7 +315,7 @@ nm_setting_gsm_get_password (

Returns

-

the “password” property of the setting

+

the “password” property of the setting


@@ -340,7 +340,7 @@ nm_setting_gsm_get_apn (

Returns

-

the “apn” property of the setting

+

the “apn” property of the setting


@@ -365,7 +365,7 @@ nm_setting_gsm_get_network_id (

Returns

-

the “network-id” property of the setting

+

the “network-id” property of the setting


@@ -390,7 +390,7 @@ nm_setting_gsm_get_pin (

Returns

-

the “pin” property of the setting

+

the “pin” property of the setting


@@ -415,7 +415,7 @@ nm_setting_gsm_get_home_only (

Returns

-

the “home-only” property of the setting

+

the “home-only” property of the setting


@@ -440,7 +440,7 @@ nm_setting_gsm_get_device_id (

Returns

-

the “device-id” property of the setting

+

the “device-id” property of the setting

Since: 1.2

@@ -466,7 +466,7 @@ nm_setting_gsm_get_sim_id (

Returns

-

the “sim-id” property of the setting

+

the “sim-id” property of the setting

Since: 1.2

@@ -492,7 +492,7 @@ nm_setting_gsm_get_sim_operator_id (

Returns

-

the “sim-operator-id” property of the setting

+

the “sim-operator-id” property of the setting

Since: 1.2

@@ -518,7 +518,7 @@ nm_setting_gsm_get_mtu (

Returns

-

the “mtu” property of the setting

+

the “mtu” property of the setting

Since: 1.8

@@ -548,7 +548,7 @@ nm_setting_gsm_get_number (

Returns

-

the “number” property of the setting

+

the “number” property of the setting


@@ -573,7 +573,7 @@ nm_setting_gsm_get_pin_flags (

Returns

-

the NMSettingSecretFlags pertaining to the “pin”

+

the NMSettingSecretFlags pertaining to the “pin”


@@ -598,7 +598,7 @@ nm_setting_gsm_get_password_flags (

Returns

-

the NMSettingSecretFlags pertaining to the “password”

+

the NMSettingSecretFlags pertaining to the “password”

diff --git a/docs/libnm/html/NMSettingIP4Config.html b/docs/libnm/html/NMSettingIP4Config.html index 6c0038ff..cfa184e9 100644 --- a/docs/libnm/html/NMSettingIP4Config.html +++ b/docs/libnm/html/NMSettingIP4Config.html @@ -6,7 +6,7 @@ - + @@ -19,7 +19,7 @@ Home Up -Prev +Prev Next
@@ -124,7 +124,7 @@ properties related to IPv4 addressing, routing, and Domain Name Service.

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

-

NetworkManager supports 5 values for the “method” property +

NetworkManager supports 5 values for the “method” property for IPv4. If "auto" is specified then the appropriate automatic method (DHCP, PPP, etc) is used for the interface and most other properties can be left unset. If "link-local" is specified, then a link-local address in the @@ -156,7 +156,7 @@ nm_setting_ip4_config_new (voidconst char * nm_setting_ip4_config_get_dhcp_client_id (NMSettingIP4Config *setting); -

Returns the value contained in the “dhcp-client-id” +

Returns the value contained in the “dhcp-client-id” property.

Parameters

@@ -184,7 +184,7 @@ addresses via DHCP.

nm_setting_ip4_config_get_dhcp_fqdn ()

const char *
 nm_setting_ip4_config_get_dhcp_fqdn (NMSettingIP4Config *setting);
-

Returns the value contained in the “dhcp-fqdn” +

Returns the value contained in the “dhcp-fqdn” property.

Parameters

@@ -213,7 +213,7 @@ property.

const char *
 nm_setting_ip4_config_get_dhcp_vendor_class_identifier
                                (NMSettingIP4Config *setting);
-

Returns the value contained in the “dhcp_vendor_class_identifier” +

Returns the value contained in the “dhcp_vendor_class_identifier” property.

Parameters

diff --git a/docs/libnm/html/NMSettingIP6Config.html b/docs/libnm/html/NMSettingIP6Config.html index c421f761..e6283e4a 100644 --- a/docs/libnm/html/NMSettingIP6Config.html +++ b/docs/libnm/html/NMSettingIP6Config.html @@ -7,7 +7,7 @@ - + @@ -21,7 +21,7 @@ Home Up Prev -Next +Next
@@ -173,7 +173,7 @@ properties related to IPv6 addressing, routing, and Domain Name Service

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

-

NetworkManager supports 7 values for the “method” property +

NetworkManager supports 7 values for the “method” property for IPv6. If "auto" is specified then the appropriate automatic method (PPP, router advertisement, etc) is used for the device and most other properties can be left unset. To force the use of DHCP only, specify "dhcp"; this @@ -203,7 +203,7 @@ nm_setting_ip6_config_new (void

nm_setting_ip6_config_get_ip6_privacy ()

NMSettingIP6ConfigPrivacy
 nm_setting_ip6_config_get_ip6_privacy (NMSettingIP6Config *setting);
-

Returns the value contained in the “ip6-privacy” +

Returns the value contained in the “ip6-privacy” property.

Parameters

@@ -231,7 +231,7 @@ property.

NMSettingIP6ConfigAddrGenMode
 nm_setting_ip6_config_get_addr_gen_mode
                                (NMSettingIP6Config *setting);
-

Returns the value contained in the “addr-gen-mode” +

Returns the value contained in the “addr-gen-mode” property.

Parameters

@@ -259,7 +259,7 @@ property.

nm_setting_ip6_config_get_token ()

const char *
 nm_setting_ip6_config_get_token (NMSettingIP6Config *setting);
-

Returns the value contained in the “token” +

Returns the value contained in the “token” property.

Parameters

@@ -287,7 +287,7 @@ property.

nm_setting_ip6_config_get_dhcp_duid ()

const char *
 nm_setting_ip6_config_get_dhcp_duid (NMSettingIP6Config *setting);
-

Returns the value contained in the “dhcp-duid” +

Returns the value contained in the “dhcp-duid” property.

Parameters

diff --git a/docs/libnm/html/NMSettingIPConfig.html b/docs/libnm/html/NMSettingIPConfig.html index e19560b5..6981e33d 100644 --- a/docs/libnm/html/NMSettingIPConfig.html +++ b/docs/libnm/html/NMSettingIPConfig.html @@ -6,7 +6,7 @@ - + @@ -20,7 +20,7 @@ Home Up -Prev +Prev Next
@@ -4117,7 +4117,7 @@ or 0 if the range is not set.

Returns

TRUE if a uid range is set.

-

Since: 1.32. Due to a bug, the symbols of this function

+

Since: 1.34


@@ -4155,7 +4155,7 @@ If set to an invalid range, the range gets unset.

-

Since: 1.32. Due to a bug, the symbols of this function

+

Since: 1.34


@@ -4346,7 +4346,7 @@ nm_setting_ip_config_get_method (

Returns

-

the “method” property of the setting; see +

the “method” property of the setting; see NMSettingIP4Config and NMSettingIP6Config for details of the methods available with each type.

@@ -5385,7 +5385,7 @@ nm_setting_ip_config_clear_routes (

nm_setting_ip_config_get_route_metric ()

gint64
 nm_setting_ip_config_get_route_metric (NMSettingIPConfig *setting);
-

Returns the value contained in the “route-metric” +

Returns the value contained in the “route-metric” property.

Parameters

@@ -5405,7 +5405,7 @@ property.

Returns

the route metric that is used for routes that don't explicitly -specify a metric. See “route-metric” for more details.

+specify a metric. See “route-metric” for more details.


@@ -5413,7 +5413,7 @@ specify a metric. See

nm_setting_ip_config_get_route_table ()

guint32
 nm_setting_ip_config_get_route_table (NMSettingIPConfig *setting);
-

Returns the value contained in the “route-table” +

Returns the value contained in the “route-table” property.

Parameters

@@ -5597,7 +5597,7 @@ nm_setting_ip_config_clear_routing_rules
gboolean
 nm_setting_ip_config_get_ignore_auto_routes
                                (NMSettingIPConfig *setting);
-

Returns the value contained in the “ignore-auto-routes” +

Returns the value contained in the “ignore-auto-routes” property.

Parameters

@@ -5626,7 +5626,7 @@ ignored.

gboolean
 nm_setting_ip_config_get_ignore_auto_dns
                                (NMSettingIPConfig *setting);
-

Returns the value contained in the “ignore-auto-dns” +

Returns the value contained in the “ignore-auto-dns” property.

Parameters

@@ -5655,7 +5655,7 @@ should be ignored.

const char *
 nm_setting_ip_config_get_dhcp_hostname
                                (NMSettingIPConfig *setting);
-

Returns the value contained in the “dhcp-hostname” +

Returns the value contained in the “dhcp-hostname” property.

Parameters

@@ -5683,7 +5683,7 @@ property.

gboolean
 nm_setting_ip_config_get_dhcp_send_hostname
                                (NMSettingIPConfig *setting);
-

Returns the value contained in the “dhcp-send-hostname” +

Returns the value contained in the “dhcp-send-hostname” property.

Parameters

@@ -5713,7 +5713,7 @@ update DNS information for this machine.

gboolean
 nm_setting_ip_config_get_never_default
                                (NMSettingIPConfig *setting);
-

Returns the value contained in the “never-default” +

Returns the value contained in the “never-default” property.

Parameters

@@ -5741,7 +5741,7 @@ connection

nm_setting_ip_config_get_may_fail ()

gboolean
 nm_setting_ip_config_get_may_fail (NMSettingIPConfig *setting);
-

Returns the value contained in the “may-fail” +

Returns the value contained in the “may-fail” property.

Parameters

@@ -5786,7 +5786,7 @@ nm_setting_ip_config_get_dad_timeout (

Returns

-

the “dad-timeout” property.

+

the “dad-timeout” property.

Since: 1.2

@@ -5795,7 +5795,7 @@ nm_setting_ip_config_get_dad_timeout (

nm_setting_ip_config_get_dhcp_timeout ()

int
 nm_setting_ip_config_get_dhcp_timeout (NMSettingIPConfig *setting);
-

Returns the value contained in the “dhcp-timeout” +

Returns the value contained in the “dhcp-timeout” property.

Parameters

@@ -5846,14 +5846,14 @@ property.

Returns

the required timeout for the address family

-

Since: 1.34, 1.32.4

+

Since: 1.34


nm_setting_ip_config_get_dhcp_iaid ()

const char *
 nm_setting_ip_config_get_dhcp_iaid (NMSettingIPConfig *setting);
-

Returns the value contained in the “dhcp-iaid” +

Returns the value contained in the “dhcp-iaid” property.

Parameters

@@ -5882,7 +5882,7 @@ property.

NMDhcpHostnameFlags
 nm_setting_ip_config_get_dhcp_hostname_flags
                                (NMSettingIPConfig *setting);
-

Returns the value contained in the “dhcp-hostname-flags” +

Returns the value contained in the “dhcp-hostname-flags” property.

Parameters

diff --git a/docs/libnm/html/NMSettingIPTunnel.html b/docs/libnm/html/NMSettingIPTunnel.html index b97a37fe..b86c8cf5 100644 --- a/docs/libnm/html/NMSettingIPTunnel.html +++ b/docs/libnm/html/NMSettingIPTunnel.html @@ -7,7 +7,7 @@ - + @@ -21,7 +21,7 @@ Home Up Prev -Next +Next
@@ -249,7 +249,7 @@ nm_setting_ip_tunnel_new (void

nm_setting_ip_tunnel_get_parent ()

const char *
 nm_setting_ip_tunnel_get_parent (NMSettingIPTunnel *setting);
-

Returns the “parent” property of the setting

+

Returns the “parent” property of the setting

Parameters

@@ -276,7 +276,7 @@ nm_setting_ip_tunnel_get_parent (

nm_setting_ip_tunnel_get_mode ()

NMIPTunnelMode
 nm_setting_ip_tunnel_get_mode (NMSettingIPTunnel *setting);
-

Returns the “mode” property of the setting.

+

Returns the “mode” property of the setting.

Parameters

@@ -303,7 +303,7 @@ nm_setting_ip_tunnel_get_mode (

nm_setting_ip_tunnel_get_local ()

const char *
 nm_setting_ip_tunnel_get_local (NMSettingIPTunnel *setting);
-

Returns the “local” property of the setting.

+

Returns the “local” property of the setting.

Parameters

@@ -330,7 +330,7 @@ nm_setting_ip_tunnel_get_local (

nm_setting_ip_tunnel_get_remote ()

const char *
 nm_setting_ip_tunnel_get_remote (NMSettingIPTunnel *setting);
-

Returns the “remote” property of the setting.

+

Returns the “remote” property of the setting.

Parameters

@@ -357,7 +357,7 @@ nm_setting_ip_tunnel_get_remote (

nm_setting_ip_tunnel_get_ttl ()

guint
 nm_setting_ip_tunnel_get_ttl (NMSettingIPTunnel *setting);
-

Returns the “ttl” property of the setting.

+

Returns the “ttl” property of the setting.

Parameters

@@ -384,7 +384,7 @@ nm_setting_ip_tunnel_get_ttl (

nm_setting_ip_tunnel_get_tos ()

guint
 nm_setting_ip_tunnel_get_tos (NMSettingIPTunnel *setting);
-

Returns the “tos” property of the setting.

+

Returns the “tos” property of the setting.

Parameters

@@ -412,7 +412,7 @@ nm_setting_ip_tunnel_get_tos (gboolean nm_setting_ip_tunnel_get_path_mtu_discovery (NMSettingIPTunnel *setting); -

Returns the “path-mtu-discovery” property of the setting.

+

Returns the “path-mtu-discovery” property of the setting.

Parameters

@@ -439,7 +439,7 @@ nm_setting_ip_tunnel_get_path_mtu_discovery

nm_setting_ip_tunnel_get_input_key ()

const char *
 nm_setting_ip_tunnel_get_input_key (NMSettingIPTunnel *setting);
-

Returns the “input-key” property of the setting.

+

Returns the “input-key” property of the setting.

Parameters

@@ -466,7 +466,7 @@ nm_setting_ip_tunnel_get_input_key (

nm_setting_ip_tunnel_get_output_key ()

const char *
 nm_setting_ip_tunnel_get_output_key (NMSettingIPTunnel *setting);
-

Returns the “output-key” property of the setting.

+

Returns the “output-key” property of the setting.

Parameters

@@ -494,7 +494,7 @@ nm_setting_ip_tunnel_get_output_key (guint nm_setting_ip_tunnel_get_encapsulation_limit (NMSettingIPTunnel *setting); -

Returns the “encapsulation-limit” property of the setting.

+

Returns the “encapsulation-limit” property of the setting.

Parameters

@@ -521,7 +521,7 @@ nm_setting_ip_tunnel_get_encapsulation_limit

nm_setting_ip_tunnel_get_flow_label ()

guint
 nm_setting_ip_tunnel_get_flow_label (NMSettingIPTunnel *setting);
-

Returns the “flow-label” property of the setting.

+

Returns the “flow-label” property of the setting.

Parameters

@@ -548,7 +548,7 @@ nm_setting_ip_tunnel_get_flow_label (

nm_setting_ip_tunnel_get_mtu ()

guint
 nm_setting_ip_tunnel_get_mtu (NMSettingIPTunnel *setting);
-

Returns the “mtu” property of the setting.

+

Returns the “mtu” property of the setting.

Parameters

diff --git a/docs/libnm/html/NMSettingInfiniband.html b/docs/libnm/html/NMSettingInfiniband.html index 784f83db..8b981899 100644 --- a/docs/libnm/html/NMSettingInfiniband.html +++ b/docs/libnm/html/NMSettingInfiniband.html @@ -7,7 +7,7 @@ - + @@ -20,7 +20,7 @@ - +
Home Up PrevNextNext
@@ -169,7 +169,7 @@ nm_setting_infiniband_get_mac_address (

Returns

-

the “mac-address” property of the setting

+

the “mac-address” property of the setting


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

Returns

-

the “mtu” property of the setting

+

the “mtu” property of the setting


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

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

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

Parameters

diff --git a/docs/libnm/html/NMSettingMacsec.html b/docs/libnm/html/NMSettingMacsec.html index 6951968e..511276b4 100644 --- a/docs/libnm/html/NMSettingMacsec.html +++ b/docs/libnm/html/NMSettingMacsec.html @@ -6,7 +6,7 @@ - + @@ -20,7 +20,7 @@ Home Up -Prev +Prev Next
@@ -235,7 +235,7 @@ nm_setting_macsec_get_parent (

Returns

-

the “parent” property of the setting

+

the “parent” property of the setting

Since: 1.6

@@ -261,7 +261,7 @@ nm_setting_macsec_get_mode (

Returns

-

the “mode” property of the setting

+

the “mode” property of the setting

Since: 1.6

@@ -287,7 +287,7 @@ nm_setting_macsec_get_encrypt (

Returns

-

the “encrypt” property of the setting

+

the “encrypt” property of the setting

Since: 1.6

@@ -313,7 +313,7 @@ nm_setting_macsec_get_mka_cak (

Returns

-

the “mka-cak” property of the setting

+

the “mka-cak” property of the setting

Since: 1.6

@@ -339,7 +339,7 @@ nm_setting_macsec_get_mka_cak_flags (

Returns

-

the NMSettingSecretFlags pertaining to the “mka-cak”

+

the NMSettingSecretFlags pertaining to the “mka-cak”

Since: 1.6

@@ -365,7 +365,7 @@ nm_setting_macsec_get_mka_ckn (

Returns

-

the “mka-ckn” property of the setting

+

the “mka-ckn” property of the setting

Since: 1.6

@@ -391,7 +391,7 @@ nm_setting_macsec_get_port (

Returns

-

the “port” property of the setting

+

the “port” property of the setting

Since: 1.6

@@ -417,7 +417,7 @@ nm_setting_macsec_get_validation (

Returns

-

the “validation” property of the setting

+

the “validation” property of the setting

Since: 1.6

@@ -443,7 +443,7 @@ nm_setting_macsec_get_send_sci (

Returns

-

the “send-sci” property of the setting

+

the “send-sci” property of the setting

Since: 1.12

diff --git a/docs/libnm/html/NMSettingMacvlan.html b/docs/libnm/html/NMSettingMacvlan.html index e989162a..393773f7 100644 --- a/docs/libnm/html/NMSettingMacvlan.html +++ b/docs/libnm/html/NMSettingMacvlan.html @@ -164,7 +164,7 @@ nm_setting_macvlan_get_parent (

Returns

-

the “parent” property of the setting

+

the “parent” property of the setting

Since: 1.2

@@ -190,7 +190,7 @@ nm_setting_macvlan_get_mode (

Returns

-

the “mode” property of the setting

+

the “mode” property of the setting

Since: 1.2

@@ -216,7 +216,7 @@ nm_setting_macvlan_get_promiscuous (

Returns

-

the “promiscuous” property of the setting

+

the “promiscuous” property of the setting

Since: 1.2

@@ -242,7 +242,7 @@ nm_setting_macvlan_get_tap (

Returns

-

the “tap” property of the setting

+

the “tap” property of the setting

Since: 1.2

diff --git a/docs/libnm/html/NMSettingOvsBridge.html b/docs/libnm/html/NMSettingOvsBridge.html index 1533db0c..f4a853c8 100644 --- a/docs/libnm/html/NMSettingOvsBridge.html +++ b/docs/libnm/html/NMSettingOvsBridge.html @@ -7,7 +7,7 @@ - + @@ -20,7 +20,7 @@ Home Up Prev -Next +Next
diff --git a/docs/libnm/html/NMSettingOvsDpdk.html b/docs/libnm/html/NMSettingOvsDpdk.html index 8ec3b30a..275ed461 100644 --- a/docs/libnm/html/NMSettingOvsDpdk.html +++ b/docs/libnm/html/NMSettingOvsDpdk.html @@ -6,8 +6,8 @@ - - + + @@ -19,8 +19,8 @@ Home Up -Prev -Next +Prev +Next
diff --git a/docs/libnm/html/NMSettingOvsExternalIDs.html b/docs/libnm/html/NMSettingOvsExternalIDs.html index de9579f1..95ac7f5b 100644 --- a/docs/libnm/html/NMSettingOvsExternalIDs.html +++ b/docs/libnm/html/NMSettingOvsExternalIDs.html @@ -6,8 +6,8 @@ - - + + @@ -19,8 +19,8 @@ Home Up -Prev -Next +Prev +Next
diff --git a/docs/libnm/html/NMSettingOvsInterface.html b/docs/libnm/html/NMSettingOvsInterface.html index 6b673a02..6d0dacda 100644 --- a/docs/libnm/html/NMSettingOvsInterface.html +++ b/docs/libnm/html/NMSettingOvsInterface.html @@ -6,8 +6,8 @@ - - + + @@ -19,8 +19,8 @@ Home Up -Prev -Next +Prev +Next
diff --git a/docs/libnm/html/NMSettingOvsPatch.html b/docs/libnm/html/NMSettingOvsPatch.html index 3bdab4a8..889191cd 100644 --- a/docs/libnm/html/NMSettingOvsPatch.html +++ b/docs/libnm/html/NMSettingOvsPatch.html @@ -6,7 +6,7 @@ - + @@ -19,7 +19,7 @@ Home Up -Prev +Prev Next
diff --git a/docs/libnm/html/NMSettingOvsPort.html b/docs/libnm/html/NMSettingOvsPort.html index ea6dcae1..18e19aac 100644 --- a/docs/libnm/html/NMSettingOvsPort.html +++ b/docs/libnm/html/NMSettingOvsPort.html @@ -7,7 +7,7 @@ - + @@ -20,7 +20,7 @@ Home Up Prev -Next +Next
diff --git a/docs/libnm/html/NMSettingPpp.html b/docs/libnm/html/NMSettingPpp.html index 5ee6a24a..8874fe03 100644 --- a/docs/libnm/html/NMSettingPpp.html +++ b/docs/libnm/html/NMSettingPpp.html @@ -6,7 +6,7 @@ - + @@ -19,7 +19,7 @@ Home Up -Prev +Prev Next
@@ -323,7 +323,7 @@ nm_setting_ppp_get_noauth (

Returns

-

the “noauth” property of the setting

+

the “noauth” property of the setting


@@ -348,7 +348,7 @@ nm_setting_ppp_get_refuse_eap (

Returns

-

the “refuse-eap” property of the setting

+

the “refuse-eap” property of the setting


@@ -373,7 +373,7 @@ nm_setting_ppp_get_refuse_pap (

Returns

-

the “refuse-pap” property of the setting

+

the “refuse-pap” property of the setting


@@ -398,7 +398,7 @@ nm_setting_ppp_get_refuse_chap (

Returns

-

the “refuse-chap” property of the setting

+

the “refuse-chap” property of the setting


@@ -423,7 +423,7 @@ nm_setting_ppp_get_refuse_mschap (

Returns

-

the “refuse-mschap” property of the setting

+

the “refuse-mschap” property of the setting


@@ -448,7 +448,7 @@ nm_setting_ppp_get_refuse_mschapv2 (

Returns

-

the “refuse-mschapv2” property of the setting

+

the “refuse-mschapv2” property of the setting


@@ -473,7 +473,7 @@ nm_setting_ppp_get_nobsdcomp (

Returns

-

the “nobsdcomp” property of the setting

+

the “nobsdcomp” property of the setting


@@ -498,7 +498,7 @@ nm_setting_ppp_get_nodeflate (

Returns

-

the “nodeflate” property of the setting

+

the “nodeflate” property of the setting


@@ -523,7 +523,7 @@ nm_setting_ppp_get_no_vj_comp (

Returns

-

the “no-vj-comp” property of the setting

+

the “no-vj-comp” property of the setting


@@ -548,7 +548,7 @@ nm_setting_ppp_get_require_mppe (

Returns

-

the “require-mppe” property of the setting

+

the “require-mppe” property of the setting


@@ -573,7 +573,7 @@ nm_setting_ppp_get_require_mppe_128 (

Returns

-

the “require-mppe-128” property of the setting

+

the “require-mppe-128” property of the setting


@@ -598,7 +598,7 @@ nm_setting_ppp_get_mppe_stateful (

Returns

-

the “mppe-stateful” property of the setting

+

the “mppe-stateful” property of the setting


@@ -623,7 +623,7 @@ nm_setting_ppp_get_crtscts (

Returns

-

the “crtscts” property of the setting

+

the “crtscts” property of the setting


@@ -648,7 +648,7 @@ nm_setting_ppp_get_baud (

Returns

-

the “baud” property of the setting

+

the “baud” property of the setting


@@ -673,7 +673,7 @@ nm_setting_ppp_get_mru (

Returns

-

the “mru” property of the setting

+

the “mru” property of the setting


@@ -698,7 +698,7 @@ nm_setting_ppp_get_mtu (

Returns

-

the “mtu” property of the setting

+

the “mtu” property of the setting


@@ -723,7 +723,7 @@ nm_setting_ppp_get_lcp_echo_failure (

Returns

-

the “lcp-echo-failure” property of the setting

+

the “lcp-echo-failure” property of the setting


@@ -748,7 +748,7 @@ nm_setting_ppp_get_lcp_echo_interval (

Returns

-

the “lcp-echo-interval” property of the setting

+

the “lcp-echo-interval” property of the setting

diff --git a/docs/libnm/html/NMSettingPppoe.html b/docs/libnm/html/NMSettingPppoe.html index f1439b19..a122631a 100644 --- a/docs/libnm/html/NMSettingPppoe.html +++ b/docs/libnm/html/NMSettingPppoe.html @@ -162,7 +162,7 @@ nm_setting_pppoe_get_parent (

Returns

-

the “parent” property of the setting

+

the “parent” property of the setting

Since: 1.10

@@ -188,7 +188,7 @@ nm_setting_pppoe_get_service (

Returns

-

the “service” property of the setting

+

the “service” property of the setting


@@ -213,7 +213,7 @@ nm_setting_pppoe_get_username (

Returns

-

the “username” property of the setting

+

the “username” property of the setting


@@ -238,7 +238,7 @@ nm_setting_pppoe_get_password (

Returns

-

the “password” property of the setting

+

the “password” property of the setting


@@ -263,7 +263,7 @@ nm_setting_pppoe_get_password_flags (

Returns

-

the NMSettingSecretFlags pertaining to the “password”

+

the NMSettingSecretFlags pertaining to the “password”

diff --git a/docs/libnm/html/NMSettingProxy.html b/docs/libnm/html/NMSettingProxy.html index 0ed60245..bba60204 100644 --- a/docs/libnm/html/NMSettingProxy.html +++ b/docs/libnm/html/NMSettingProxy.html @@ -126,7 +126,7 @@

Description

The NMSettingProxy object is a NMSetting subclass that describes properties related to Proxy settings like PAC URL, PAC script etc.

-

NetworkManager support 2 values for the “method” property for +

NetworkManager support 2 values for the “method” property for proxy. If "auto" is specified then WPAD takes place and the appropriate details are pushed into PacRunner or user can override this URL with a new PAC URL or a PAC script. If "none" is selected then no proxy configuration is given to PacRunner diff --git a/docs/libnm/html/NMSettingSerial.html b/docs/libnm/html/NMSettingSerial.html index d9d798f2..07f8d189 100644 --- a/docs/libnm/html/NMSettingSerial.html +++ b/docs/libnm/html/NMSettingSerial.html @@ -178,7 +178,7 @@ nm_setting_serial_get_baud (

Returns

-

the “baud” property of the setting

+

the “baud” property of the setting


@@ -203,7 +203,7 @@ nm_setting_serial_get_bits (

Returns

-

the “bits” property of the setting

+

the “bits” property of the setting


@@ -228,7 +228,7 @@ nm_setting_serial_get_parity (

Returns

-

the “parity” property of the setting

+

the “parity” property of the setting


@@ -253,7 +253,7 @@ nm_setting_serial_get_stopbits (

Returns

-

the “stopbits” property of the setting

+

the “stopbits” property of the setting


@@ -278,7 +278,7 @@ nm_setting_serial_get_send_delay (

Returns

-

the “send-delay” property of the setting

+

the “send-delay” property of the setting

diff --git a/docs/libnm/html/NMSettingSriov.html b/docs/libnm/html/NMSettingSriov.html index 10be809b..0b331f0a 100644 --- a/docs/libnm/html/NMSettingSriov.html +++ b/docs/libnm/html/NMSettingSriov.html @@ -578,7 +578,7 @@ property.

gboolean
 nm_sriov_vf_add_vlan (NMSriovVF *vf,
                       guint vlan_id);
-

Adds a VLAN to the VF.

+

Adds a VLAN to the VF. Currently kernel only supports one VLAN per VF.

Parameters

@@ -649,7 +649,8 @@ did not belong to the VF.

const guint *
 nm_sriov_vf_get_vlan_ids (const NMSriovVF *vf,
                           guint *length);
-

Returns the VLANs currently configured on the VF.

+

Returns the VLANs currently configured on the VF. Currently kernel only +supports one VLAN per VF.

Parameters

diff --git a/docs/libnm/html/NMSettingTeam.html b/docs/libnm/html/NMSettingTeam.html index 350171f2..ab4694c2 100644 --- a/docs/libnm/html/NMSettingTeam.html +++ b/docs/libnm/html/NMSettingTeam.html @@ -1202,7 +1202,7 @@ nm_setting_team_get_config (

Returns

-

the “config” property of the setting

+

the “config” property of the setting


@@ -1228,7 +1228,7 @@ nm_setting_team_get_notify_peers_count

Returns

-

the #“notify-peers-count” property of the setting

+

the #“notify-peers-count” property of the setting

Since: 1.12

@@ -1255,7 +1255,7 @@ nm_setting_team_get_notify_peers_interval

Returns

-

the #“notify-peers-interval” property of the setting

+

the #“notify-peers-interval” property of the setting

Since: 1.12

@@ -1282,7 +1282,7 @@ nm_setting_team_get_mcast_rejoin_count

Returns

-

the #“mcast-rejoin-count” property of the setting

+

the #“mcast-rejoin-count” property of the setting

Since: 1.12

@@ -1309,7 +1309,7 @@ nm_setting_team_get_mcast_rejoin_interval

Returns

-

the #“mcast-rejoin-interval” property of the setting

+

the #“mcast-rejoin-interval” property of the setting

Since: 1.12

@@ -1335,7 +1335,7 @@ nm_setting_team_get_runner (

Returns

-

the #“runner” property of the setting

+

the #“runner” property of the setting

Since: 1.12

@@ -1362,7 +1362,7 @@ nm_setting_team_get_runner_hwaddr_policy

Returns

-

the #“runner-hwaddr-policy” property of the setting

+

the #“runner-hwaddr-policy” property of the setting

Since: 1.12

@@ -1389,7 +1389,7 @@ nm_setting_team_get_runner_tx_balancer

Returns

-

the #“runner-tx-balancer” property of the setting

+

the #“runner-tx-balancer” property of the setting

Since: 1.12

@@ -1416,7 +1416,7 @@ nm_setting_team_get_runner_tx_balancer_interval

Returns

-

the #“runner-tx-balancer_interval” property of the setting

+

the #“runner-tx-balancer_interval” property of the setting

Since: 1.12

@@ -1442,7 +1442,7 @@ nm_setting_team_get_runner_active (

Returns

-

the #“runner_active” property of the setting

+

the #“runner_active” property of the setting

Since: 1.12

@@ -1468,7 +1468,7 @@ nm_setting_team_get_runner_fast_rate (

Returns

-

the #“runner-fast-rate” property of the setting

+

the #“runner-fast-rate” property of the setting

Since: 1.12

@@ -1494,7 +1494,7 @@ nm_setting_team_get_runner_sys_prio (

Returns

-

the #“runner-sys-prio” property of the setting

+

the #“runner-sys-prio” property of the setting

Since: 1.12

@@ -1520,7 +1520,7 @@ nm_setting_team_get_runner_min_ports (

Returns

-

the #“runner-min-ports” property of the setting

+

the #“runner-min-ports” property of the setting

Since: 1.12

@@ -1547,7 +1547,7 @@ nm_setting_team_get_runner_agg_select_policy

Returns

-

the #“runner-agg-select-policy” property of the setting

+

the #“runner-agg-select-policy” property of the setting

Since: 1.12

diff --git a/docs/libnm/html/NMSettingTeamPort.html b/docs/libnm/html/NMSettingTeamPort.html index 05c73ba0..64b20b67 100644 --- a/docs/libnm/html/NMSettingTeamPort.html +++ b/docs/libnm/html/NMSettingTeamPort.html @@ -236,7 +236,7 @@ nm_setting_team_port_get_config (

Returns

-

the “config” property of the setting

+

the “config” property of the setting


@@ -261,7 +261,7 @@ nm_setting_team_port_get_queue_id (

Returns

-

the “queue_id” property of the setting

+

the “queue_id” property of the setting

Since: 1.12

@@ -287,7 +287,7 @@ nm_setting_team_port_get_prio (

Returns

-

the “prio” property of the setting

+

the “prio” property of the setting

Since: 1.12

@@ -313,7 +313,7 @@ nm_setting_team_port_get_sticky (

Returns

-

the “sticky” property of the setting

+

the “sticky” property of the setting

Since: 1.12

@@ -339,7 +339,7 @@ nm_setting_team_port_get_lacp_prio (

Returns

-

the “lacp-prio” property of the setting

+

the “lacp-prio” property of the setting

Since: 1.12

@@ -365,7 +365,7 @@ nm_setting_team_port_get_lacp_key (

Returns

-

the “lacp-key” property of the setting

+

the “lacp-key” property of the setting

Since: 1.12

diff --git a/docs/libnm/html/NMSettingTun.html b/docs/libnm/html/NMSettingTun.html index 3f8524fe..061a08ef 100644 --- a/docs/libnm/html/NMSettingTun.html +++ b/docs/libnm/html/NMSettingTun.html @@ -187,7 +187,7 @@ nm_setting_tun_get_mode (

Returns

-

the “mode” property of the setting

+

the “mode” property of the setting

Since: 1.2

@@ -213,7 +213,7 @@ nm_setting_tun_get_owner (

Returns

-

the “owner” property of the setting

+

the “owner” property of the setting

Since: 1.2

@@ -239,7 +239,7 @@ nm_setting_tun_get_group (

Returns

-

the “group” property of the setting

+

the “group” property of the setting

Since: 1.2

@@ -265,7 +265,7 @@ nm_setting_tun_get_pi (

Returns

-

the “pi” property of the setting

+

the “pi” property of the setting

Since: 1.2

@@ -291,7 +291,7 @@ nm_setting_tun_get_vnet_hdr (

Returns

-

the “vnet_hdr” property of the setting

+

the “vnet_hdr” property of the setting

Since: 1.2

@@ -317,7 +317,7 @@ nm_setting_tun_get_multi_queue (

Returns

-

the “multi-queue” property of the setting

+

the “multi-queue” property of the setting

Since: 1.2

diff --git a/docs/libnm/html/NMSettingVlan.html b/docs/libnm/html/NMSettingVlan.html index 5486cd0d..8d7504f3 100644 --- a/docs/libnm/html/NMSettingVlan.html +++ b/docs/libnm/html/NMSettingVlan.html @@ -233,7 +233,7 @@ nm_setting_vlan_get_parent (

Returns

-

the “parent” property of the setting

+

the “parent” property of the setting


@@ -258,7 +258,7 @@ nm_setting_vlan_get_id (

Returns

-

the “id” property of the setting

+

the “id” property of the setting


@@ -283,7 +283,7 @@ nm_setting_vlan_get_flags (

Returns

-

the “flags” property of the setting

+

the “flags” property of the setting


@@ -293,7 +293,7 @@ nm_setting_vlan_get_flags (NMSettingVlan *setting, NMVlanPriorityMap map);

Returns the number of entries in the -“ingress_priority_map” or “egress_priority_map” +“ingress_priority_map” or “egress_priority_map” properties of this setting.

Parameters

@@ -331,8 +331,8 @@ nm_setting_vlan_get_priority (guint32 idx, guint32 *out_from, guint32 *out_to); -

Retrieve one of the entries of the “ingress_priority_map” -or “egress_priority_map” properties of this setting.

+

Retrieve one of the entries of the “ingress_priority_map” +or “egress_priority_map” properties of this setting.

Parameters

@@ -384,8 +384,8 @@ nm_setting_vlan_add_priority (NMVlanPriorityMap map, guint32 from, guint32 to); -

Adds a priority mapping to the “ingress_priority_map” or -“egress_priority_map” properties of the setting. If from +

Adds a priority mapping to the “ingress_priority_map” or +“egress_priority_map” properties of the setting. If from is already in the given priority map, this function will overwrite the existing entry with the new to @@ -448,7 +448,7 @@ nm_setting_vlan_remove_priority (guint32 idx);

Removes the priority map at index idx from the -“ingress_priority_map” or “egress_priority_map” +“ingress_priority_map” or “egress_priority_map” properties.

Parameters

@@ -489,8 +489,8 @@ nm_setting_vlan_remove_priority_by_value guint32 to);

Removes the priority map form :to - from the “ingress_priority_map” -or “egress_priority_map” (according to map + from the “ingress_priority_map” +or “egress_priority_map” (according to map argument) properties.

@@ -541,8 +541,8 @@ nm_setting_vlan_remove_priority_str_by_value NMVlanPriorityMap map, const char *str);

Removes the priority map str - from the “ingress_priority_map” -or “egress_priority_map” (according to map + from the “ingress_priority_map” +or “egress_priority_map” (according to map argument) properties.

@@ -583,8 +583,8 @@ properties.

void
 nm_setting_vlan_clear_priorities (NMSettingVlan *setting,
                                   NMVlanPriorityMap map);
-

Clear all the entries from “ingress_priority_map” or -“egress_priority_map” properties.

+

Clear all the entries from “ingress_priority_map” or +“egress_priority_map” properties.

Parameters

@@ -615,8 +615,8 @@ nm_setting_vlan_clear_priorities (NMSettingVlan *setting, NMVlanPriorityMap map, const char *str); -

Adds a priority map entry into either the “ingress_priority_map” -or the “egress_priority_map” properties. The priority map maps +

Adds a priority map entry into either the “ingress_priority_map” +or the “egress_priority_map” properties. The priority map maps the Linux SKB priorities to 802.1p priorities.

Parameters

diff --git a/docs/libnm/html/NMSettingVpn.html b/docs/libnm/html/NMSettingVpn.html index e73a701b..7572d5e5 100644 --- a/docs/libnm/html/NMSettingVpn.html +++ b/docs/libnm/html/NMSettingVpn.html @@ -327,7 +327,7 @@ nm_setting_vpn_get_user_name (

Returns

-

the “user-name” property of the setting

+

the “user-name” property of the setting


@@ -352,7 +352,7 @@ nm_setting_vpn_get_persistent (

Returns

-

the “persistent” property of the setting

+

the “persistent” property of the setting


@@ -822,7 +822,7 @@ nm_setting_vpn_get_timeout (

Returns

-

the “timeout” property of the setting

+

the “timeout” property of the setting

Since: 1.2

diff --git a/docs/libnm/html/NMSettingVxlan.html b/docs/libnm/html/NMSettingVxlan.html index 69a2a260..d2fe9165 100644 --- a/docs/libnm/html/NMSettingVxlan.html +++ b/docs/libnm/html/NMSettingVxlan.html @@ -295,7 +295,7 @@ nm_setting_vxlan_get_parent (

Returns

-

the “parent” property of the setting

+

the “parent” property of the setting

Since: 1.2

@@ -321,7 +321,7 @@ nm_setting_vxlan_get_id (

Returns

-

the “id” property of the setting

+

the “id” property of the setting

Since: 1.2

@@ -347,7 +347,7 @@ nm_setting_vxlan_get_local (

Returns

-

the “local” property of the setting

+

the “local” property of the setting

Since: 1.2

@@ -373,7 +373,7 @@ nm_setting_vxlan_get_remote (

Returns

-

the “remote” property of the setting

+

the “remote” property of the setting

Since: 1.2

@@ -399,7 +399,7 @@ nm_setting_vxlan_get_source_port_min (

Returns

-

the “source-port-min” property of the setting

+

the “source-port-min” property of the setting

Since: 1.2

@@ -425,7 +425,7 @@ nm_setting_vxlan_get_source_port_max (

Returns

-

the “source-port-max” property of the setting

+

the “source-port-max” property of the setting

Since: 1.2

@@ -451,7 +451,7 @@ nm_setting_vxlan_get_destination_port (

Returns

-

the “destination-port” property of the setting

+

the “destination-port” property of the setting

Since: 1.2

@@ -477,7 +477,7 @@ nm_setting_vxlan_get_tos (

Returns

-

the “tos” property of the setting

+

the “tos” property of the setting

Since: 1.2

@@ -503,7 +503,7 @@ nm_setting_vxlan_get_ttl (

Returns

-

the “ttl” property of the setting

+

the “ttl” property of the setting

Since: 1.2

@@ -529,7 +529,7 @@ nm_setting_vxlan_get_ageing (

Returns

-

the “ageing” property of the setting

+

the “ageing” property of the setting

Since: 1.2

@@ -555,7 +555,7 @@ nm_setting_vxlan_get_limit (

Returns

-

the “limit” property of the setting

+

the “limit” property of the setting

Since: 1.2

@@ -581,7 +581,7 @@ nm_setting_vxlan_get_proxy (

Returns

-

the “proxy” property of the setting

+

the “proxy” property of the setting

Since: 1.2

@@ -607,7 +607,7 @@ nm_setting_vxlan_get_learning (

Returns

-

the “learning” property of the setting

+

the “learning” property of the setting

Since: 1.2

@@ -633,7 +633,7 @@ nm_setting_vxlan_get_rsc (

Returns

-

the “rsc” property of the setting

+

the “rsc” property of the setting

Since: 1.2

@@ -659,7 +659,7 @@ nm_setting_vxlan_get_l2_miss (

Returns

-

the “l2_miss” property of the setting

+

the “l2_miss” property of the setting

Since: 1.2

@@ -685,7 +685,7 @@ nm_setting_vxlan_get_l3_miss (

Returns

-

the “l3_miss” property of the setting

+

the “l3_miss” property of the setting

Since: 1.2

diff --git a/docs/libnm/html/NMSettingWired.html b/docs/libnm/html/NMSettingWired.html index a27878e3..aa1ef24b 100644 --- a/docs/libnm/html/NMSettingWired.html +++ b/docs/libnm/html/NMSettingWired.html @@ -372,7 +372,7 @@ nm_setting_wired_get_port (

Returns

-

the “port” property of the setting

+

the “port” property of the setting


@@ -397,7 +397,7 @@ nm_setting_wired_get_speed (

Returns

-

the “speed” property of the setting

+

the “speed” property of the setting


@@ -422,7 +422,7 @@ nm_setting_wired_get_duplex (

Returns

-

the “duplex” property of the setting

+

the “duplex” property of the setting


@@ -447,7 +447,7 @@ nm_setting_wired_get_auto_negotiate (

Returns

-

the “auto-negotiate” property of the setting

+

the “auto-negotiate” property of the setting


@@ -472,7 +472,7 @@ nm_setting_wired_get_mac_address (

Returns

-

the “mac-address” property of the setting

+

the “mac-address” property of the setting


@@ -498,7 +498,7 @@ nm_setting_wired_get_cloned_mac_address

Returns

-

the “cloned-mac-address” property of the setting

+

the “cloned-mac-address” property of the setting


@@ -551,7 +551,7 @@ nm_setting_wired_get_generate_mac_address_mask

Returns

-

the “generate-mac-address-mask” property of the setting

+

the “generate-mac-address-mask” property of the setting

Since: 1.4

@@ -578,7 +578,7 @@ nm_setting_wired_get_mac_address_blacklist

Returns

-

the “mac-address-blacklist” property of the setting

+

the “mac-address-blacklist” property of the setting


@@ -650,7 +650,7 @@ at index idx nm_setting_wired_add_mac_blacklist_item (NMSettingWired *setting, const char *mac); -

Adds a new MAC address to the “mac-address-blacklist” property.

+

Adds a new MAC address to the “mac-address-blacklist” property.

Parameters

@@ -793,7 +793,7 @@ nm_setting_wired_get_mtu (

Returns

-

the “mtu” property of the setting

+

the “mtu” property of the setting


@@ -1153,7 +1153,7 @@ nm_setting_wired_get_wake_on_lan_password

enum NMSettingWiredWakeOnLan

-

Options for “wake-on-lan”. Note that not all options +

Options for “wake-on-lan”. Note that not all options are supported by all devices.

Members

diff --git a/docs/libnm/html/NMSettingWireless.html b/docs/libnm/html/NMSettingWireless.html index 18a91960..60e5ddfd 100644 --- a/docs/libnm/html/NMSettingWireless.html +++ b/docs/libnm/html/NMSettingWireless.html @@ -417,7 +417,7 @@ nm_setting_wireless_get_ssid (

Returns

-

the “ssid” property of the setting.

+

the “ssid” property of the setting.

[transfer none]

@@ -443,7 +443,7 @@ nm_setting_wireless_get_mode (

Returns

-

the “mode” property of the setting

+

the “mode” property of the setting


@@ -468,7 +468,7 @@ nm_setting_wireless_get_band (

Returns

-

the “band” property of the setting

+

the “band” property of the setting


@@ -493,7 +493,7 @@ nm_setting_wireless_get_channel (

Returns

-

the “channel” property of the setting

+

the “channel” property of the setting


@@ -518,7 +518,7 @@ nm_setting_wireless_get_bssid (

Returns

-

the “bssid” property of the setting

+

the “bssid” property of the setting


@@ -543,7 +543,7 @@ nm_setting_wireless_get_rate (

Returns

-

the “rate” property of the setting

+

the “rate” property of the setting


@@ -568,7 +568,7 @@ nm_setting_wireless_get_tx_power (

Returns

-

the “tx-power” property of the setting

+

the “tx-power” property of the setting


@@ -593,7 +593,7 @@ nm_setting_wireless_get_mac_address (

Returns

-

the “mac-address” property of the setting

+

the “mac-address” property of the setting


@@ -619,7 +619,7 @@ nm_setting_wireless_get_cloned_mac_address

Returns

-

the “cloned-mac-address” property of the setting

+

the “cloned-mac-address” property of the setting


@@ -645,7 +645,7 @@ nm_setting_wireless_get_generate_mac_address_mask

Returns

-

the “generate-mac-address-mask” property of the setting

+

the “generate-mac-address-mask” property of the setting

Since: 1.4

@@ -672,7 +672,7 @@ nm_setting_wireless_get_mac_address_blacklist

Returns

-

the “mac-address-blacklist” property of the setting

+

the “mac-address-blacklist” property of the setting


@@ -744,7 +744,7 @@ at index idx nm_setting_wireless_add_mac_blacklist_item (NMSettingWireless *setting, const char *mac); -

Adds a new MAC address to the “mac-address-blacklist” property.

+

Adds a new MAC address to the “mac-address-blacklist” property.

Parameters

@@ -887,7 +887,7 @@ nm_setting_wireless_get_mtu (

Returns

-

the “mtu” property of the setting

+

the “mtu” property of the setting


@@ -912,7 +912,7 @@ nm_setting_wireless_get_hidden (

Returns

-

the “hidden” property of the setting

+

the “hidden” property of the setting


@@ -937,7 +937,7 @@ nm_setting_wireless_get_powersave (

Returns

-

the “powersave” property of the setting

+

the “powersave” property of the setting

Since: 1.2

@@ -964,7 +964,7 @@ nm_setting_wireless_get_mac_address_randomization

Returns

-

the “mac-address-randomization” property of the +

the “mac-address-randomization” property of the setting

Since: 1.2

@@ -1183,7 +1183,7 @@ nm_setting_wireless_get_ap_isolation (

Returns

-

the “ap-isolation” property of the setting

+

the “ap-isolation” property of the setting

Since: 1.28

@@ -1198,7 +1198,7 @@ nm_setting_wireless_get_ap_isolation (

enum NMSettingWirelessWakeOnWLan

-

Options for “wake-on-wlan”. Note that not all options +

Options for “wake-on-wlan”. Note that not all options are supported by all devices.

Members

diff --git a/docs/libnm/html/NMSettingWirelessSecurity.html b/docs/libnm/html/NMSettingWirelessSecurity.html index a98578ed..c622764f 100644 --- a/docs/libnm/html/NMSettingWirelessSecurity.html +++ b/docs/libnm/html/NMSettingWirelessSecurity.html @@ -479,7 +479,7 @@ nm_setting_wireless_security_get_key_mgmt

Returns

-

the “key-mgmt” property of the setting

+

the “key-mgmt” property of the setting


@@ -1093,7 +1093,7 @@ nm_setting_wireless_security_get_psk (

Returns

-

the “psk” property of the setting

+

the “psk” property of the setting


@@ -1120,7 +1120,7 @@ nm_setting_wireless_security_get_psk_flags

Returns

the NMSettingSecretFlags pertaining to the -“psk”

+“psk”


@@ -1146,7 +1146,7 @@ nm_setting_wireless_security_get_leap_username

Returns

-

the “leap-username” property of the setting

+

the “leap-username” property of the setting


@@ -1172,7 +1172,7 @@ nm_setting_wireless_security_get_leap_password

Returns

-

the “leap-password” property of the setting

+

the “leap-password” property of the setting


@@ -1199,7 +1199,7 @@ nm_setting_wireless_security_get_leap_password_flags

Returns

the NMSettingSecretFlags pertaining to the -“leap-password”

+“leap-password”


@@ -1267,7 +1267,7 @@ nm_setting_wireless_security_set_wep_key
@@ -1298,7 +1298,7 @@ nm_setting_wireless_security_get_wep_tx_keyidx

Returns

-

the “wep-tx-keyidx” property of the setting

+

the “wep-tx-keyidx” property of the setting


@@ -1324,7 +1324,7 @@ nm_setting_wireless_security_get_auth_alg

Returns

-

the “auth-alg” property of the setting

+

the “auth-alg” property of the setting


@@ -1376,7 +1376,7 @@ nm_setting_wireless_security_get_wep_key_type

Returns

-

the “wep-key-type” property of the setting

+

the “wep-key-type” property of the setting


@@ -1402,7 +1402,7 @@ nm_setting_wireless_security_get_wps_method

Returns

-

the “wps-method” property of the setting

+

the “wps-method” property of the setting

Since: 1.10

diff --git a/docs/libnm/html/api-index-full.html b/docs/libnm/html/api-index-full.html index 8356b714..08102244 100644 --- a/docs/libnm/html/api-index-full.html +++ b/docs/libnm/html/api-index-full.html @@ -585,6 +585,10 @@ NMDevice:physical-port-id, object property in NMDeviceOvs
+NMDevice:ports, object property in NMDeviceOvs +
+
+
NMDevice:product, object property in NMDeviceOvs
@@ -1497,6 +1501,10 @@ nml_dbus_property_ao_is_ready, function in NMIPConfig + +
+
nml_dbus_property_ao_notify_changed_many, function in NMIPConfig
@@ -1573,6 +1581,10 @@ NMObject, struct in NMDeviceOvs
+NMObject:client, object property in NMDeviceOvs +
+
+
NMObject:path, object property in NMDeviceOvs
@@ -1665,7 +1677,7 @@ NMRemoteConnection:visible, object property in NMDeviceOvs
-NMSetting, struct in NMSettingOvs +NMSetting, struct in NMSettingOvs
@@ -1677,195 +1689,195 @@ NMSetting6Lowpan:parent, object property in NMSettingOvs
-NMSetting8021x, struct in NMSettingOvs +NMSetting8021x, struct in NMSettingOvs
-NMSetting8021x:altsubject-matches, object property in NMSettingOvs +NMSetting8021x:altsubject-matches, object property in NMSettingOvs
-NMSetting8021x:anonymous-identity, object property in NMSettingOvs +NMSetting8021x:anonymous-identity, object property in NMSettingOvs
-NMSetting8021x:auth-timeout, object property in NMSettingOvs +NMSetting8021x:auth-timeout, object property in NMSettingOvs
-NMSetting8021x:ca-cert, object property in NMSettingOvs +NMSetting8021x:ca-cert, object property in NMSettingOvs
-NMSetting8021x:ca-cert-password, object property in NMSettingOvs +NMSetting8021x:ca-cert-password, object property in NMSettingOvs
-NMSetting8021x:ca-cert-password-flags, object property in NMSettingOvs +NMSetting8021x:ca-cert-password-flags, object property in NMSettingOvs
-NMSetting8021x:ca-path, object property in NMSettingOvs +NMSetting8021x:ca-path, object property in NMSettingOvs
-NMSetting8021x:client-cert, object property in NMSettingOvs +NMSetting8021x:client-cert, object property in NMSettingOvs
-NMSetting8021x:client-cert-password, object property in NMSettingOvs +NMSetting8021x:client-cert-password, object property in NMSettingOvs
-NMSetting8021x:client-cert-password-flags, object property in NMSettingOvs +NMSetting8021x:client-cert-password-flags, object property in NMSettingOvs
-NMSetting8021x:domain-match, object property in NMSettingOvs +NMSetting8021x:domain-match, object property in NMSettingOvs
-NMSetting8021x:domain-suffix-match, object property in NMSettingOvs +NMSetting8021x:domain-suffix-match, object property in NMSettingOvs
-NMSetting8021x:eap, object property in NMSettingOvs +NMSetting8021x:eap, object property in NMSettingOvs
-NMSetting8021x:identity, object property in NMSettingOvs +NMSetting8021x:identity, object property in NMSettingOvs
-NMSetting8021x:optional, object property in NMSettingOvs +NMSetting8021x:optional, object property in NMSettingOvs
-NMSetting8021x:pac-file, object property in NMSettingOvs +NMSetting8021x:pac-file, object property in NMSettingOvs
-NMSetting8021x:password, object property in NMSettingOvs +NMSetting8021x:password, object property in NMSettingOvs
-NMSetting8021x:password-flags, object property in NMSettingOvs +NMSetting8021x:password-flags, object property in NMSettingOvs
-NMSetting8021x:password-raw, object property in NMSettingOvs +NMSetting8021x:password-raw, object property in NMSettingOvs
-NMSetting8021x:password-raw-flags, object property in NMSettingOvs +NMSetting8021x:password-raw-flags, object property in NMSettingOvs
-NMSetting8021x:phase1-auth-flags, object property in NMSettingOvs +NMSetting8021x:phase1-auth-flags, object property in NMSettingOvs
-NMSetting8021x:phase1-fast-provisioning, object property in NMSettingOvs +NMSetting8021x:phase1-fast-provisioning, object property in NMSettingOvs
-NMSetting8021x:phase1-peaplabel, object property in NMSettingOvs +NMSetting8021x:phase1-peaplabel, object property in NMSettingOvs
-NMSetting8021x:phase1-peapver, object property in NMSettingOvs +NMSetting8021x:phase1-peapver, object property in NMSettingOvs
-NMSetting8021x:phase2-altsubject-matches, object property in NMSettingOvs +NMSetting8021x:phase2-altsubject-matches, object property in NMSettingOvs
-NMSetting8021x:phase2-auth, object property in NMSettingOvs +NMSetting8021x:phase2-auth, object property in NMSettingOvs
-NMSetting8021x:phase2-autheap, object property in NMSettingOvs +NMSetting8021x:phase2-autheap, object property in NMSettingOvs
-NMSetting8021x:phase2-ca-cert, object property in NMSettingOvs +NMSetting8021x:phase2-ca-cert, object property in NMSettingOvs
-NMSetting8021x:phase2-ca-cert-password, object property in NMSettingOvs +NMSetting8021x:phase2-ca-cert-password, object property in NMSettingOvs
-NMSetting8021x:phase2-ca-cert-password-flags, object property in NMSettingOvs +NMSetting8021x:phase2-ca-cert-password-flags, object property in NMSettingOvs
-NMSetting8021x:phase2-ca-path, object property in NMSettingOvs +NMSetting8021x:phase2-ca-path, object property in NMSettingOvs
-NMSetting8021x:phase2-client-cert, object property in NMSettingOvs +NMSetting8021x:phase2-client-cert, object property in NMSettingOvs
-NMSetting8021x:phase2-client-cert-password, object property in NMSettingOvs +NMSetting8021x:phase2-client-cert-password, object property in NMSettingOvs
-NMSetting8021x:phase2-client-cert-password-flags, object property in NMSettingOvs +NMSetting8021x:phase2-client-cert-password-flags, object property in NMSettingOvs
-NMSetting8021x:phase2-domain-match, object property in NMSettingOvs +NMSetting8021x:phase2-domain-match, object property in NMSettingOvs
-NMSetting8021x:phase2-domain-suffix-match, object property in NMSettingOvs +NMSetting8021x:phase2-domain-suffix-match, object property in NMSettingOvs
-NMSetting8021x:phase2-private-key, object property in NMSettingOvs +NMSetting8021x:phase2-private-key, object property in NMSettingOvs
-NMSetting8021x:phase2-private-key-password, object property in NMSettingOvs +NMSetting8021x:phase2-private-key-password, object property in NMSettingOvs
-NMSetting8021x:phase2-private-key-password-flags, object property in NMSettingOvs +NMSetting8021x:phase2-private-key-password-flags, object property in NMSettingOvs
-NMSetting8021x:phase2-subject-match, object property in NMSettingOvs +NMSetting8021x:phase2-subject-match, object property in NMSettingOvs
-NMSetting8021x:pin, object property in NMSettingOvs +NMSetting8021x:pin, object property in NMSettingOvs
-NMSetting8021x:pin-flags, object property in NMSettingOvs +NMSetting8021x:pin-flags, object property in NMSettingOvs
-NMSetting8021x:private-key, object property in NMSettingOvs +NMSetting8021x:private-key, object property in NMSettingOvs
-NMSetting8021x:private-key-password, object property in NMSettingOvs +NMSetting8021x:private-key-password, object property in NMSettingOvs
-NMSetting8021x:private-key-password-flags, object property in NMSettingOvs +NMSetting8021x:private-key-password-flags, object property in NMSettingOvs
-NMSetting8021x:subject-match, object property in NMSettingOvs +NMSetting8021x:subject-match, object property in NMSettingOvs
-NMSetting8021x:system-ca-certs, object property in NMSettingOvs +NMSetting8021x:system-ca-certs, object property in NMSettingOvs
@@ -1881,59 +1893,67 @@ NMSetting6Lowpan:parent, object property in NMSettingOvs
-NMSetting:name, object property in NMSettingOvs +NMSetting:name, object property in NMSettingOvs +
+
+
+NMSettingAdsl, struct in NMSettingOvs +
+
+
+NMSettingAdsl:encapsulation, object property in NMSettingOvs
-NMSettingAdsl, struct in NMSettingOvs +NMSettingAdsl:password, object property in NMSettingOvs
-NMSettingAdsl:encapsulation, object property in NMSettingOvs +NMSettingAdsl:password-flags, object property in NMSettingOvs
-NMSettingAdsl:password, object property in NMSettingOvs +NMSettingAdsl:protocol, object property in NMSettingOvs
-NMSettingAdsl:password-flags, object property in NMSettingOvs +NMSettingAdsl:username, object property in NMSettingOvs
-NMSettingAdsl:protocol, object property in NMSettingOvs +NMSettingAdsl:vci, object property in NMSettingOvs
-NMSettingAdsl:username, object property in NMSettingOvs +NMSettingAdsl:vpi, object property in NMSettingOvs
-NMSettingAdsl:vci, object property in NMSettingOvs +NMSettingBluetooth, struct in NMSettingOvs
-NMSettingAdsl:vpi, object property in NMSettingOvs +NMSettingBluetooth:bdaddr, object property in NMSettingOvs
-NMSettingBluetooth, struct in NMSettingOvs +NMSettingBluetooth:type, object property in NMSettingOvs
-NMSettingBluetooth:bdaddr, object property in NMSettingOvs +NMSettingBond, struct in NMSettingOvs
-NMSettingBluetooth:type, object property in NMSettingOvs +NMSettingBond:options, object property in NMSettingOvs
-NMSettingBond, struct in NMSettingOvs +NMSettingBondPort, struct in NMSettingOvs
-NMSettingBond:options, object property in NMSettingOvs +NMSettingBondPort:queue-id, object property in NMSettingOvs
@@ -2049,47 +2069,47 @@ NMSettingBridge:vlans, object property in NMSettingOvs
-NMSettingBridgePort, struct in NMSettingOvs +NMSettingBridgePort, struct in NMSettingOvs
-NMSettingBridgePort:hairpin-mode, object property in NMSettingOvs +NMSettingBridgePort:hairpin-mode, object property in NMSettingOvs
-NMSettingBridgePort:path-cost, object property in NMSettingOvs +NMSettingBridgePort:path-cost, object property in NMSettingOvs
-NMSettingBridgePort:priority, object property in NMSettingOvs +NMSettingBridgePort:priority, object property in NMSettingOvs
-NMSettingBridgePort:vlans, object property in NMSettingOvs +NMSettingBridgePort:vlans, object property in NMSettingOvs
-NMSettingCdma, struct in NMSettingOvs +NMSettingCdma, struct in NMSettingOvs
-NMSettingCdma:mtu, object property in NMSettingOvs +NMSettingCdma:mtu, object property in NMSettingOvs
-NMSettingCdma:number, object property in NMSettingOvs +NMSettingCdma:number, object property in NMSettingOvs
-NMSettingCdma:password, object property in NMSettingOvs +NMSettingCdma:password, object property in NMSettingOvs
-NMSettingCdma:password-flags, object property in NMSettingOvs +NMSettingCdma:password-flags, object property in NMSettingOvs
-NMSettingCdma:username, object property in NMSettingOvs +NMSettingCdma:username, object property in NMSettingOvs
@@ -2101,107 +2121,111 @@ NMSettingBridge:vlans, object property in NMSettingOvs
-NMSettingConnection, struct in NMSettingOvs +NMSettingConnection, struct in NMSettingOvs
-NMSettingConnection:auth-retries, object property in NMSettingOvs +NMSettingConnection:auth-retries, object property in NMSettingOvs
-NMSettingConnection:autoconnect, object property in NMSettingOvs +NMSettingConnection:autoconnect, object property in NMSettingOvs
-NMSettingConnection:autoconnect-priority, object property in NMSettingOvs +NMSettingConnection:autoconnect-priority, object property in NMSettingOvs
-NMSettingConnection:autoconnect-retries, object property in NMSettingOvs +NMSettingConnection:autoconnect-retries, object property in NMSettingOvs
-NMSettingConnection:autoconnect-slaves, object property in NMSettingOvs +NMSettingConnection:autoconnect-slaves, object property in NMSettingOvs
-NMSettingConnection:gateway-ping-timeout, object property in NMSettingOvs +NMSettingConnection:dns-over-tls, object property in NMSettingOvs
-NMSettingConnection:id, object property in NMSettingOvs +NMSettingConnection:gateway-ping-timeout, object property in NMSettingOvs
-NMSettingConnection:interface-name, object property in NMSettingOvs +NMSettingConnection:id, object property in NMSettingOvs
-NMSettingConnection:lldp, object property in NMSettingOvs +NMSettingConnection:interface-name, object property in NMSettingOvs
-NMSettingConnection:llmnr, object property in NMSettingOvs +NMSettingConnection:lldp, object property in NMSettingOvs
-NMSettingConnection:master, object property in NMSettingOvs +NMSettingConnection:llmnr, object property in NMSettingOvs
-NMSettingConnection:mdns, object property in NMSettingOvs +NMSettingConnection:master, object property in NMSettingOvs
-NMSettingConnection:metered, object property in NMSettingOvs +NMSettingConnection:mdns, object property in NMSettingOvs
-NMSettingConnection:mud-url, object property in NMSettingOvs +NMSettingConnection:metered, object property in NMSettingOvs
-NMSettingConnection:multi-connect, object property in NMSettingOvs +NMSettingConnection:mud-url, object property in NMSettingOvs
-NMSettingConnection:permissions, object property in NMSettingOvs +NMSettingConnection:multi-connect, object property in NMSettingOvs
-NMSettingConnection:read-only, object property in NMSettingOvs +NMSettingConnection:permissions, object property in NMSettingOvs
-NMSettingConnection:secondaries, object property in NMSettingOvs +NMSettingConnection:read-only, object property in NMSettingOvs
-NMSettingConnection:slave-type, object property in NMSettingOvs +NMSettingConnection:secondaries, object property in NMSettingOvs
-NMSettingConnection:stable-id, object property in NMSettingOvs +NMSettingConnection:slave-type, object property in NMSettingOvs
-NMSettingConnection:timestamp, object property in NMSettingOvs +NMSettingConnection:stable-id, object property in NMSettingOvs
-NMSettingConnection:type, object property in NMSettingOvs +NMSettingConnection:timestamp, object property in NMSettingOvs
-NMSettingConnection:uuid, object property in NMSettingOvs +NMSettingConnection:type, object property in NMSettingOvs
-NMSettingConnection:wait-device-timeout, object property in NMSettingOvs +NMSettingConnection:uuid, object property in NMSettingOvs
-NMSettingConnection:zone, object property in NMSettingOvs +NMSettingConnection:wait-device-timeout, object property in NMSettingOvs +
+
+
+NMSettingConnection:zone, object property in NMSettingOvs
@@ -2209,6 +2233,10 @@ NMSettingBridge:vlans, object property in NMSettingOvs
+NMSettingConnectionDnsOverTls, enum in NMSettingConnection +
+
+
NMSettingConnectionLldp, enum in NMSettingConnection
@@ -2221,67 +2249,67 @@ NMSettingBridge:vlans, object property in NMSettingOvs
-NMSettingDcb, struct in NMSettingOvs +NMSettingDcb, struct in NMSettingOvs
-NMSettingDcb:app-fcoe-flags, object property in NMSettingOvs +NMSettingDcb:app-fcoe-flags, object property in NMSettingOvs
-NMSettingDcb:app-fcoe-mode, object property in NMSettingOvs +NMSettingDcb:app-fcoe-mode, object property in NMSettingOvs
-NMSettingDcb:app-fcoe-priority, object property in NMSettingOvs +NMSettingDcb:app-fcoe-priority, object property in NMSettingOvs
-NMSettingDcb:app-fip-flags, object property in NMSettingOvs +NMSettingDcb:app-fip-flags, object property in NMSettingOvs
-NMSettingDcb:app-fip-priority, object property in NMSettingOvs +NMSettingDcb:app-fip-priority, object property in NMSettingOvs
-NMSettingDcb:app-iscsi-flags, object property in NMSettingOvs +NMSettingDcb:app-iscsi-flags, object property in NMSettingOvs
-NMSettingDcb:app-iscsi-priority, object property in NMSettingOvs +NMSettingDcb:app-iscsi-priority, object property in NMSettingOvs
-NMSettingDcb:priority-bandwidth, object property in NMSettingOvs +NMSettingDcb:priority-bandwidth, object property in NMSettingOvs
-NMSettingDcb:priority-flow-control, object property in NMSettingOvs +NMSettingDcb:priority-flow-control, object property in NMSettingOvs
-NMSettingDcb:priority-flow-control-flags, object property in NMSettingOvs +NMSettingDcb:priority-flow-control-flags, object property in NMSettingOvs
-NMSettingDcb:priority-group-bandwidth, object property in NMSettingOvs +NMSettingDcb:priority-group-bandwidth, object property in NMSettingOvs
-NMSettingDcb:priority-group-flags, object property in NMSettingOvs +NMSettingDcb:priority-group-flags, object property in NMSettingOvs
-NMSettingDcb:priority-group-id, object property in NMSettingOvs +NMSettingDcb:priority-group-id, object property in NMSettingOvs
-NMSettingDcb:priority-strict-bandwidth, object property in NMSettingOvs +NMSettingDcb:priority-strict-bandwidth, object property in NMSettingOvs
-NMSettingDcb:priority-traffic-class, object property in NMSettingOvs +NMSettingDcb:priority-traffic-class, object property in NMSettingOvs
@@ -2293,7 +2321,7 @@ NMSettingBridge:vlans, object property in NMSettingOvs
-NMSettingDummy, struct in NMSettingOvs +NMSettingDummy, struct in NMSettingOvs
@@ -2301,67 +2329,67 @@ NMSettingEthtool, struct in NMSettingOvs
-NMSettingGeneric, struct in NMSettingOvs +NMSettingGeneric, struct in NMSettingOvs
-NMSettingGsm, struct in NMSettingOvs +NMSettingGsm, struct in NMSettingOvs
-NMSettingGsm:apn, object property in NMSettingOvs +NMSettingGsm:apn, object property in NMSettingOvs
-NMSettingGsm:auto-config, object property in NMSettingOvs +NMSettingGsm:auto-config, object property in NMSettingOvs
-NMSettingGsm:device-id, object property in NMSettingOvs +NMSettingGsm:device-id, object property in NMSettingOvs
-NMSettingGsm:home-only, object property in NMSettingOvs +NMSettingGsm:home-only, object property in NMSettingOvs
-NMSettingGsm:mtu, object property in NMSettingOvs +NMSettingGsm:mtu, object property in NMSettingOvs
-NMSettingGsm:network-id, object property in NMSettingOvs +NMSettingGsm:network-id, object property in NMSettingOvs
-NMSettingGsm:number, object property in NMSettingOvs +NMSettingGsm:number, object property in NMSettingOvs
-NMSettingGsm:password, object property in NMSettingOvs +NMSettingGsm:password, object property in NMSettingOvs
-NMSettingGsm:password-flags, object property in NMSettingOvs +NMSettingGsm:password-flags, object property in NMSettingOvs
-NMSettingGsm:pin, object property in NMSettingOvs +NMSettingGsm:pin, object property in NMSettingOvs
-NMSettingGsm:pin-flags, object property in NMSettingOvs +NMSettingGsm:pin-flags, object property in NMSettingOvs
-NMSettingGsm:sim-id, object property in NMSettingOvs +NMSettingGsm:sim-id, object property in NMSettingOvs
-NMSettingGsm:sim-operator-id, object property in NMSettingOvs +NMSettingGsm:sim-operator-id, object property in NMSettingOvs
-NMSettingGsm:username, object property in NMSettingOvs +NMSettingGsm:username, object property in NMSettingOvs
@@ -2385,67 +2413,67 @@ NMSettingHostname:priority, object property in NMSettingOvs
-NMSettingInfiniband, struct in NMSettingOvs +NMSettingInfiniband, struct in NMSettingOvs
-NMSettingInfiniband:mac-address, object property in NMSettingOvs +NMSettingInfiniband:mac-address, object property in NMSettingOvs
-NMSettingInfiniband:mtu, object property in NMSettingOvs +NMSettingInfiniband:mtu, object property in NMSettingOvs
-NMSettingInfiniband:p-key, object property in NMSettingOvs +NMSettingInfiniband:p-key, object property in NMSettingOvs
-NMSettingInfiniband:parent, object property in NMSettingOvs +NMSettingInfiniband:parent, object property in NMSettingOvs
-NMSettingInfiniband:transport-mode, object property in NMSettingOvs +NMSettingInfiniband:transport-mode, object property in NMSettingOvs
-NMSettingIP4Config, struct in NMSettingOvs +NMSettingIP4Config, struct in NMSettingOvs
-NMSettingIP4Config:dhcp-client-id, object property in NMSettingOvs +NMSettingIP4Config:dhcp-client-id, object property in NMSettingOvs
-NMSettingIP4Config:dhcp-fqdn, object property in NMSettingOvs +NMSettingIP4Config:dhcp-fqdn, object property in NMSettingOvs
-NMSettingIP4Config:dhcp-vendor-class-identifier, object property in NMSettingOvs +NMSettingIP4Config:dhcp-vendor-class-identifier, object property in NMSettingOvs
-NMSettingIP6Config, struct in NMSettingOvs +NMSettingIP6Config, struct in NMSettingOvs
-NMSettingIP6Config:addr-gen-mode, object property in NMSettingOvs +NMSettingIP6Config:addr-gen-mode, object property in NMSettingOvs
-NMSettingIP6Config:dhcp-duid, object property in NMSettingOvs +NMSettingIP6Config:dhcp-duid, object property in NMSettingOvs
-NMSettingIP6Config:ip6-privacy, object property in NMSettingOvs +NMSettingIP6Config:ip6-privacy, object property in NMSettingOvs
-NMSettingIP6Config:ra-timeout, object property in NMSettingOvs +NMSettingIP6Config:ra-timeout, object property in NMSettingOvs
-NMSettingIP6Config:token, object property in NMSettingOvs +NMSettingIP6Config:token, object property in NMSettingOvs
@@ -2457,79 +2485,79 @@ NMSettingHostname:priority, object property in NMSettingOvs
-NMSettingIPConfig, struct in NMSettingOvs +NMSettingIPConfig, struct in NMSettingOvs
-NMSettingIPConfig:addresses, object property in NMSettingOvs +NMSettingIPConfig:addresses, object property in NMSettingOvs
-NMSettingIPConfig:dad-timeout, object property in NMSettingOvs +NMSettingIPConfig:dad-timeout, object property in NMSettingOvs
-NMSettingIPConfig:dhcp-hostname, object property in NMSettingOvs +NMSettingIPConfig:dhcp-hostname, object property in NMSettingOvs
-NMSettingIPConfig:dhcp-hostname-flags, object property in NMSettingOvs +NMSettingIPConfig:dhcp-hostname-flags, object property in NMSettingOvs
-NMSettingIPConfig:dhcp-iaid, object property in NMSettingOvs +NMSettingIPConfig:dhcp-iaid, object property in NMSettingOvs
-NMSettingIPConfig:dhcp-reject-servers, object property in NMSettingOvs +NMSettingIPConfig:dhcp-reject-servers, object property in NMSettingOvs
-NMSettingIPConfig:dhcp-send-hostname, object property in NMSettingOvs +NMSettingIPConfig:dhcp-send-hostname, object property in NMSettingOvs
-NMSettingIPConfig:dhcp-timeout, object property in NMSettingOvs +NMSettingIPConfig:dhcp-timeout, object property in NMSettingOvs
-NMSettingIPConfig:dns, object property in NMSettingOvs +NMSettingIPConfig:dns, object property in NMSettingOvs
-NMSettingIPConfig:dns-options, object property in NMSettingOvs +NMSettingIPConfig:dns-options, object property in NMSettingOvs
-NMSettingIPConfig:dns-priority, object property in NMSettingOvs +NMSettingIPConfig:dns-priority, object property in NMSettingOvs
-NMSettingIPConfig:dns-search, object property in NMSettingOvs +NMSettingIPConfig:dns-search, object property in NMSettingOvs
-NMSettingIPConfig:gateway, object property in NMSettingOvs +NMSettingIPConfig:gateway, object property in NMSettingOvs
-NMSettingIPConfig:ignore-auto-dns, object property in NMSettingOvs +NMSettingIPConfig:ignore-auto-dns, object property in NMSettingOvs
-NMSettingIPConfig:ignore-auto-routes, object property in NMSettingOvs +NMSettingIPConfig:ignore-auto-routes, object property in NMSettingOvs
-NMSettingIPConfig:may-fail, object property in NMSettingOvs +NMSettingIPConfig:may-fail, object property in NMSettingOvs
-NMSettingIPConfig:method, object property in NMSettingOvs +NMSettingIPConfig:method, object property in NMSettingOvs
-NMSettingIPConfig:never-default, object property in NMSettingOvs +NMSettingIPConfig:never-default, object property in NMSettingOvs
@@ -2537,71 +2565,71 @@ NMSettingIPConfig:required-timeout, object property in NMSettingOvs
-NMSettingIPConfig:route-metric, object property in NMSettingOvs +NMSettingIPConfig:route-metric, object property in NMSettingOvs
-NMSettingIPConfig:route-table, object property in NMSettingOvs +NMSettingIPConfig:route-table, object property in NMSettingOvs
-NMSettingIPConfig:routes, object property in NMSettingOvs +NMSettingIPConfig:routes, object property in NMSettingOvs
-NMSettingIPTunnel, struct in NMSettingOvs +NMSettingIPTunnel, struct in NMSettingOvs
-NMSettingIPTunnel:encapsulation-limit, object property in NMSettingOvs +NMSettingIPTunnel:encapsulation-limit, object property in NMSettingOvs
-NMSettingIPTunnel:flags, object property in NMSettingOvs +NMSettingIPTunnel:flags, object property in NMSettingOvs
-NMSettingIPTunnel:flow-label, object property in NMSettingOvs +NMSettingIPTunnel:flow-label, object property in NMSettingOvs
-NMSettingIPTunnel:input-key, object property in NMSettingOvs +NMSettingIPTunnel:input-key, object property in NMSettingOvs
-NMSettingIPTunnel:local, object property in NMSettingOvs +NMSettingIPTunnel:local, object property in NMSettingOvs
-NMSettingIPTunnel:mode, object property in NMSettingOvs +NMSettingIPTunnel:mode, object property in NMSettingOvs
-NMSettingIPTunnel:mtu, object property in NMSettingOvs +NMSettingIPTunnel:mtu, object property in NMSettingOvs
-NMSettingIPTunnel:output-key, object property in NMSettingOvs +NMSettingIPTunnel:output-key, object property in NMSettingOvs
-NMSettingIPTunnel:parent, object property in NMSettingOvs +NMSettingIPTunnel:parent, object property in NMSettingOvs
-NMSettingIPTunnel:path-mtu-discovery, object property in NMSettingOvs +NMSettingIPTunnel:path-mtu-discovery, object property in NMSettingOvs
-NMSettingIPTunnel:remote, object property in NMSettingOvs +NMSettingIPTunnel:remote, object property in NMSettingOvs
-NMSettingIPTunnel:tos, object property in NMSettingOvs +NMSettingIPTunnel:tos, object property in NMSettingOvs
-NMSettingIPTunnel:ttl, object property in NMSettingOvs +NMSettingIPTunnel:ttl, object property in NMSettingOvs
@@ -2609,43 +2637,43 @@ NMSettingIPConfig:required-timeout, object property in NMSettingOvs
-NMSettingMacsec, struct in NMSettingOvs +NMSettingMacsec, struct in NMSettingOvs
-NMSettingMacsec:encrypt, object property in NMSettingOvs +NMSettingMacsec:encrypt, object property in NMSettingOvs
-NMSettingMacsec:mka-cak, object property in NMSettingOvs +NMSettingMacsec:mka-cak, object property in NMSettingOvs
-NMSettingMacsec:mka-cak-flags, object property in NMSettingOvs +NMSettingMacsec:mka-cak-flags, object property in NMSettingOvs
-NMSettingMacsec:mka-ckn, object property in NMSettingOvs +NMSettingMacsec:mka-ckn, object property in NMSettingOvs
-NMSettingMacsec:mode, object property in NMSettingOvs +NMSettingMacsec:mode, object property in NMSettingOvs
-NMSettingMacsec:parent, object property in NMSettingOvs +NMSettingMacsec:parent, object property in NMSettingOvs
-NMSettingMacsec:port, object property in NMSettingOvs +NMSettingMacsec:port, object property in NMSettingOvs
-NMSettingMacsec:send-sci, object property in NMSettingOvs +NMSettingMacsec:send-sci, object property in NMSettingOvs
-NMSettingMacsec:validation, object property in NMSettingOvs +NMSettingMacsec:validation, object property in NMSettingOvs
@@ -2657,23 +2685,23 @@ NMSettingIPConfig:required-timeout, object property in NMSettingOvs
-NMSettingMacvlan, struct in NMSettingOvs +NMSettingMacvlan, struct in NMSettingOvs
-NMSettingMacvlan:mode, object property in NMSettingOvs +NMSettingMacvlan:mode, object property in NMSettingOvs
-NMSettingMacvlan:parent, object property in NMSettingOvs +NMSettingMacvlan:parent, object property in NMSettingOvs
-NMSettingMacvlan:promiscuous, object property in NMSettingOvs +NMSettingMacvlan:promiscuous, object property in NMSettingOvs
-NMSettingMacvlan:tap, object property in NMSettingOvs +NMSettingMacvlan:tap, object property in NMSettingOvs
@@ -2701,19 +2729,19 @@ NMSettingMatch:path, object property in NMSettingOvs
-NMSettingOlpcMesh, struct in NMSettingOvs +NMSettingOlpcMesh, struct in NMSettingOvs
-NMSettingOlpcMesh:channel, object property in NMSettingOvs +NMSettingOlpcMesh:channel, object property in NMSettingOvs
-NMSettingOlpcMesh:dhcp-anycast-address, object property in NMSettingOvs +NMSettingOlpcMesh:dhcp-anycast-address, object property in NMSettingOvs
-NMSettingOlpcMesh:ssid, object property in NMSettingOvs +NMSettingOlpcMesh:ssid, object property in NMSettingOvs
@@ -2801,123 +2829,123 @@ NMSettingOvsPort:vlan-mode, object property in NMSettingOvs
-NMSettingPpp, struct in NMSettingOvs +NMSettingPpp, struct in NMSettingOvs
-NMSettingPpp:baud, object property in NMSettingOvs +NMSettingPpp:baud, object property in NMSettingOvs
-NMSettingPpp:crtscts, object property in NMSettingOvs +NMSettingPpp:crtscts, object property in NMSettingOvs
-NMSettingPpp:lcp-echo-failure, object property in NMSettingOvs +NMSettingPpp:lcp-echo-failure, object property in NMSettingOvs
-NMSettingPpp:lcp-echo-interval, object property in NMSettingOvs +NMSettingPpp:lcp-echo-interval, object property in NMSettingOvs
-NMSettingPpp:mppe-stateful, object property in NMSettingOvs +NMSettingPpp:mppe-stateful, object property in NMSettingOvs
-NMSettingPpp:mru, object property in NMSettingOvs +NMSettingPpp:mru, object property in NMSettingOvs
-NMSettingPpp:mtu, object property in NMSettingOvs +NMSettingPpp:mtu, object property in NMSettingOvs
-NMSettingPpp:no-vj-comp, object property in NMSettingOvs +NMSettingPpp:no-vj-comp, object property in NMSettingOvs
-NMSettingPpp:noauth, object property in NMSettingOvs +NMSettingPpp:noauth, object property in NMSettingOvs
-NMSettingPpp:nobsdcomp, object property in NMSettingOvs +NMSettingPpp:nobsdcomp, object property in NMSettingOvs
-NMSettingPpp:nodeflate, object property in NMSettingOvs +NMSettingPpp:nodeflate, object property in NMSettingOvs
-NMSettingPpp:refuse-chap, object property in NMSettingOvs +NMSettingPpp:refuse-chap, object property in NMSettingOvs
-NMSettingPpp:refuse-eap, object property in NMSettingOvs +NMSettingPpp:refuse-eap, object property in NMSettingOvs
-NMSettingPpp:refuse-mschap, object property in NMSettingOvs +NMSettingPpp:refuse-mschap, object property in NMSettingOvs
-NMSettingPpp:refuse-mschapv2, object property in NMSettingOvs +NMSettingPpp:refuse-mschapv2, object property in NMSettingOvs
-NMSettingPpp:refuse-pap, object property in NMSettingOvs +NMSettingPpp:refuse-pap, object property in NMSettingOvs
-NMSettingPpp:require-mppe, object property in NMSettingOvs +NMSettingPpp:require-mppe, object property in NMSettingOvs
-NMSettingPpp:require-mppe-128, object property in NMSettingOvs +NMSettingPpp:require-mppe-128, object property in NMSettingOvs
-NMSettingPppoe, struct in NMSettingOvs +NMSettingPppoe, struct in NMSettingOvs
-NMSettingPppoe:parent, object property in NMSettingOvs +NMSettingPppoe:parent, object property in NMSettingOvs
-NMSettingPppoe:password, object property in NMSettingOvs +NMSettingPppoe:password, object property in NMSettingOvs
-NMSettingPppoe:password-flags, object property in NMSettingOvs +NMSettingPppoe:password-flags, object property in NMSettingOvs
-NMSettingPppoe:service, object property in NMSettingOvs +NMSettingPppoe:service, object property in NMSettingOvs
-NMSettingPppoe:username, object property in NMSettingOvs +NMSettingPppoe:username, object property in NMSettingOvs
-NMSettingProxy, struct in NMSettingOvs +NMSettingProxy, struct in NMSettingOvs
-NMSettingProxy:browser-only, object property in NMSettingOvs +NMSettingProxy:browser-only, object property in NMSettingOvs
-NMSettingProxy:method, object property in NMSettingOvs +NMSettingProxy:method, object property in NMSettingOvs
-NMSettingProxy:pac-script, object property in NMSettingOvs +NMSettingProxy:pac-script, object property in NMSettingOvs
-NMSettingProxy:pac-url, object property in NMSettingOvs +NMSettingProxy:pac-url, object property in NMSettingOvs
@@ -2937,27 +2965,27 @@ NMSettingOvsPort:vlan-mode, object property in NMSettingOvs
-NMSettingSerial, struct in NMSettingOvs +NMSettingSerial, struct in NMSettingOvs
-NMSettingSerial:baud, object property in NMSettingOvs +NMSettingSerial:baud, object property in NMSettingOvs
-NMSettingSerial:bits, object property in NMSettingOvs +NMSettingSerial:bits, object property in NMSettingOvs
-NMSettingSerial:parity, object property in NMSettingOvs +NMSettingSerial:parity, object property in NMSettingOvs
-NMSettingSerial:send-delay, object property in NMSettingOvs +NMSettingSerial:send-delay, object property in NMSettingOvs
-NMSettingSerial:stopbits, object property in NMSettingOvs +NMSettingSerial:stopbits, object property in NMSettingOvs
@@ -3001,131 +3029,131 @@ NMSettingTCConfig:tfilters, object property in NMSettingOvs
-NMSettingTeam, struct in NMSettingOvs +NMSettingTeam, struct in NMSettingOvs
-NMSettingTeam:config, object property in NMSettingOvs +NMSettingTeam:config, object property in NMSettingOvs
-NMSettingTeam:link-watchers, object property in NMSettingOvs +NMSettingTeam:link-watchers, object property in NMSettingOvs
-NMSettingTeam:mcast-rejoin-count, object property in NMSettingOvs +NMSettingTeam:mcast-rejoin-count, object property in NMSettingOvs
-NMSettingTeam:mcast-rejoin-interval, object property in NMSettingOvs +NMSettingTeam:mcast-rejoin-interval, object property in NMSettingOvs
-NMSettingTeam:notify-peers-count, object property in NMSettingOvs +NMSettingTeam:notify-peers-count, object property in NMSettingOvs
-NMSettingTeam:notify-peers-interval, object property in NMSettingOvs +NMSettingTeam:notify-peers-interval, object property in NMSettingOvs
-NMSettingTeam:runner, object property in NMSettingOvs +NMSettingTeam:runner, object property in NMSettingOvs
-NMSettingTeam:runner-active, object property in NMSettingOvs +NMSettingTeam:runner-active, object property in NMSettingOvs
-NMSettingTeam:runner-agg-select-policy, object property in NMSettingOvs +NMSettingTeam:runner-agg-select-policy, object property in NMSettingOvs
-NMSettingTeam:runner-fast-rate, object property in NMSettingOvs +NMSettingTeam:runner-fast-rate, object property in NMSettingOvs
-NMSettingTeam:runner-hwaddr-policy, object property in NMSettingOvs +NMSettingTeam:runner-hwaddr-policy, object property in NMSettingOvs
-NMSettingTeam:runner-min-ports, object property in NMSettingOvs +NMSettingTeam:runner-min-ports, object property in NMSettingOvs
-NMSettingTeam:runner-sys-prio, object property in NMSettingOvs +NMSettingTeam:runner-sys-prio, object property in NMSettingOvs
-NMSettingTeam:runner-tx-balancer, object property in NMSettingOvs +NMSettingTeam:runner-tx-balancer, object property in NMSettingOvs
-NMSettingTeam:runner-tx-balancer-interval, object property in NMSettingOvs +NMSettingTeam:runner-tx-balancer-interval, object property in NMSettingOvs
-NMSettingTeam:runner-tx-hash, object property in NMSettingOvs +NMSettingTeam:runner-tx-hash, object property in NMSettingOvs
-NMSettingTeamPort, struct in NMSettingOvs +NMSettingTeamPort, struct in NMSettingOvs
-NMSettingTeamPort:config, object property in NMSettingOvs +NMSettingTeamPort:config, object property in NMSettingOvs
-NMSettingTeamPort:lacp-key, object property in NMSettingOvs +NMSettingTeamPort:lacp-key, object property in NMSettingOvs
-NMSettingTeamPort:lacp-prio, object property in NMSettingOvs +NMSettingTeamPort:lacp-prio, object property in NMSettingOvs
-NMSettingTeamPort:link-watchers, object property in NMSettingOvs +NMSettingTeamPort:link-watchers, object property in NMSettingOvs
-NMSettingTeamPort:prio, object property in NMSettingOvs +NMSettingTeamPort:prio, object property in NMSettingOvs
-NMSettingTeamPort:queue-id, object property in NMSettingOvs +NMSettingTeamPort:queue-id, object property in NMSettingOvs
-NMSettingTeamPort:sticky, object property in NMSettingOvs +NMSettingTeamPort:sticky, object property in NMSettingOvs
-NMSettingTun, struct in NMSettingOvs +NMSettingTun, struct in NMSettingOvs
-NMSettingTun:group, object property in NMSettingOvs +NMSettingTun:group, object property in NMSettingOvs
-NMSettingTun:mode, object property in NMSettingOvs +NMSettingTun:mode, object property in NMSettingOvs
-NMSettingTun:multi-queue, object property in NMSettingOvs +NMSettingTun:multi-queue, object property in NMSettingOvs
-NMSettingTun:owner, object property in NMSettingOvs +NMSettingTun:owner, object property in NMSettingOvs
-NMSettingTun:pi, object property in NMSettingOvs +NMSettingTun:pi, object property in NMSettingOvs
-NMSettingTun:vnet-hdr, object property in NMSettingOvs +NMSettingTun:vnet-hdr, object property in NMSettingOvs
@@ -3153,55 +3181,55 @@ NMSettingVeth:peer, object property in NMSettingOvs
-NMSettingVlan, struct in NMSettingOvs +NMSettingVlan, struct in NMSettingOvs
-NMSettingVlan:egress-priority-map, object property in NMSettingOvs +NMSettingVlan:egress-priority-map, object property in NMSettingOvs
-NMSettingVlan:flags, object property in NMSettingOvs +NMSettingVlan:flags, object property in NMSettingOvs
-NMSettingVlan:id, object property in NMSettingOvs +NMSettingVlan:id, object property in NMSettingOvs
-NMSettingVlan:ingress-priority-map, object property in NMSettingOvs +NMSettingVlan:ingress-priority-map, object property in NMSettingOvs
-NMSettingVlan:parent, object property in NMSettingOvs +NMSettingVlan:parent, object property in NMSettingOvs
-NMSettingVpn, struct in NMSettingOvs +NMSettingVpn, struct in NMSettingOvs
-NMSettingVpn:data, object property in NMSettingOvs +NMSettingVpn:data, object property in NMSettingOvs
-NMSettingVpn:persistent, object property in NMSettingOvs +NMSettingVpn:persistent, object property in NMSettingOvs
-NMSettingVpn:secrets, object property in NMSettingOvs +NMSettingVpn:secrets, object property in NMSettingOvs
-NMSettingVpn:service-type, object property in NMSettingOvs +NMSettingVpn:service-type, object property in NMSettingOvs
-NMSettingVpn:timeout, object property in NMSettingOvs +NMSettingVpn:timeout, object property in NMSettingOvs
-NMSettingVpn:user-name, object property in NMSettingOvs +NMSettingVpn:user-name, object property in NMSettingOvs
@@ -3213,71 +3241,71 @@ NMSettingVrf:table, object property in NMSettingOvs
-NMSettingVxlan, struct in NMSettingOvs +NMSettingVxlan, struct in NMSettingOvs
-NMSettingVxlan:ageing, object property in NMSettingOvs +NMSettingVxlan:ageing, object property in NMSettingOvs
-NMSettingVxlan:destination-port, object property in NMSettingOvs +NMSettingVxlan:destination-port, object property in NMSettingOvs
-NMSettingVxlan:id, object property in NMSettingOvs +NMSettingVxlan:id, object property in NMSettingOvs
-NMSettingVxlan:l2-miss, object property in NMSettingOvs +NMSettingVxlan:l2-miss, object property in NMSettingOvs
-NMSettingVxlan:l3-miss, object property in NMSettingOvs +NMSettingVxlan:l3-miss, object property in NMSettingOvs
-NMSettingVxlan:learning, object property in NMSettingOvs +NMSettingVxlan:learning, object property in NMSettingOvs
-NMSettingVxlan:limit, object property in NMSettingOvs +NMSettingVxlan:limit, object property in NMSettingOvs
-NMSettingVxlan:local, object property in NMSettingOvs +NMSettingVxlan:local, object property in NMSettingOvs
-NMSettingVxlan:parent, object property in NMSettingOvs +NMSettingVxlan:parent, object property in NMSettingOvs
-NMSettingVxlan:proxy, object property in NMSettingOvs +NMSettingVxlan:proxy, object property in NMSettingOvs
-NMSettingVxlan:remote, object property in NMSettingOvs +NMSettingVxlan:remote, object property in NMSettingOvs
-NMSettingVxlan:rsc, object property in NMSettingOvs +NMSettingVxlan:rsc, object property in NMSettingOvs
-NMSettingVxlan:source-port-max, object property in NMSettingOvs +NMSettingVxlan:source-port-max, object property in NMSettingOvs
-NMSettingVxlan:source-port-min, object property in NMSettingOvs +NMSettingVxlan:source-port-min, object property in NMSettingOvs
-NMSettingVxlan:tos, object property in NMSettingOvs +NMSettingVxlan:tos, object property in NMSettingOvs
-NMSettingVxlan:ttl, object property in NMSettingOvs +NMSettingVxlan:ttl, object property in NMSettingOvs
@@ -3297,19 +3325,19 @@ NMSettingWifiP2P:wps-method, object property in NMSettingOvs
-NMSettingWimax, struct in NMSettingOvs +NMSettingWimax, struct in NMSettingOvs
-NMSettingWimax:mac-address, object property in NMSettingOvs +NMSettingWimax:mac-address, object property in NMSettingOvs
-NMSettingWimax:network-name, object property in NMSettingOvs +NMSettingWimax:network-name, object property in NMSettingOvs
-NMSettingWired, struct in NMSettingOvs +NMSettingWired, struct in NMSettingOvs
@@ -3317,59 +3345,59 @@ NMSettingWired:accept-all-mac-addresses, object property in NMSettingOvs
-NMSettingWired:auto-negotiate, object property in NMSettingOvs +NMSettingWired:auto-negotiate, object property in NMSettingOvs
-NMSettingWired:cloned-mac-address, object property in NMSettingOvs +NMSettingWired:cloned-mac-address, object property in NMSettingOvs
-NMSettingWired:duplex, object property in NMSettingOvs +NMSettingWired:duplex, object property in NMSettingOvs
-NMSettingWired:generate-mac-address-mask, object property in NMSettingOvs +NMSettingWired:generate-mac-address-mask, object property in NMSettingOvs
-NMSettingWired:mac-address, object property in NMSettingOvs +NMSettingWired:mac-address, object property in NMSettingOvs
-NMSettingWired:mac-address-blacklist, object property in NMSettingOvs +NMSettingWired:mac-address-blacklist, object property in NMSettingOvs
-NMSettingWired:mtu, object property in NMSettingOvs +NMSettingWired:mtu, object property in NMSettingOvs
-NMSettingWired:port, object property in NMSettingOvs +NMSettingWired:port, object property in NMSettingOvs
-NMSettingWired:s390-nettype, object property in NMSettingOvs +NMSettingWired:s390-nettype, object property in NMSettingOvs
-NMSettingWired:s390-options, object property in NMSettingOvs +NMSettingWired:s390-options, object property in NMSettingOvs
-NMSettingWired:s390-subchannels, object property in NMSettingOvs +NMSettingWired:s390-subchannels, object property in NMSettingOvs
-NMSettingWired:speed, object property in NMSettingOvs +NMSettingWired:speed, object property in NMSettingOvs
-NMSettingWired:wake-on-lan, object property in NMSettingOvs +NMSettingWired:wake-on-lan, object property in NMSettingOvs
-NMSettingWired:wake-on-lan-password, object property in NMSettingOvs +NMSettingWired:wake-on-lan-password, object property in NMSettingOvs
@@ -3413,79 +3441,79 @@ NMSettingWireGuard:private-key-flags, object property in NMSettingOvs
-NMSettingWireless, struct in NMSettingOvs +NMSettingWireless, struct in NMSettingOvs
-NMSettingWireless:ap-isolation, object property in NMSettingOvs +NMSettingWireless:ap-isolation, object property in NMSettingOvs
-NMSettingWireless:band, object property in NMSettingOvs +NMSettingWireless:band, object property in NMSettingOvs
-NMSettingWireless:bssid, object property in NMSettingOvs +NMSettingWireless:bssid, object property in NMSettingOvs
-NMSettingWireless:channel, object property in NMSettingOvs +NMSettingWireless:channel, object property in NMSettingOvs
-NMSettingWireless:cloned-mac-address, object property in NMSettingOvs +NMSettingWireless:cloned-mac-address, object property in NMSettingOvs
-NMSettingWireless:generate-mac-address-mask, object property in NMSettingOvs +NMSettingWireless:generate-mac-address-mask, object property in NMSettingOvs
-NMSettingWireless:hidden, object property in NMSettingOvs +NMSettingWireless:hidden, object property in NMSettingOvs
-NMSettingWireless:mac-address, object property in NMSettingOvs +NMSettingWireless:mac-address, object property in NMSettingOvs
-NMSettingWireless:mac-address-blacklist, object property in NMSettingOvs +NMSettingWireless:mac-address-blacklist, object property in NMSettingOvs
-NMSettingWireless:mac-address-randomization, object property in NMSettingOvs +NMSettingWireless:mac-address-randomization, object property in NMSettingOvs
-NMSettingWireless:mode, object property in NMSettingOvs +NMSettingWireless:mode, object property in NMSettingOvs
-NMSettingWireless:mtu, object property in NMSettingOvs +NMSettingWireless:mtu, object property in NMSettingOvs
-NMSettingWireless:powersave, object property in NMSettingOvs +NMSettingWireless:powersave, object property in NMSettingOvs
-NMSettingWireless:rate, object property in NMSettingOvs +NMSettingWireless:rate, object property in NMSettingOvs
-NMSettingWireless:seen-bssids, object property in NMSettingOvs +NMSettingWireless:seen-bssids, object property in NMSettingOvs
-NMSettingWireless:ssid, object property in NMSettingOvs +NMSettingWireless:ssid, object property in NMSettingOvs
-NMSettingWireless:tx-power, object property in NMSettingOvs +NMSettingWireless:tx-power, object property in NMSettingOvs
-NMSettingWireless:wake-on-wlan, object property in NMSettingOvs +NMSettingWireless:wake-on-wlan, object property in NMSettingOvs
@@ -3493,87 +3521,87 @@ NMSettingWireGuard:private-key-flags, object property in NMSettingOvs
-NMSettingWirelessSecurity, struct in NMSettingOvs +NMSettingWirelessSecurity, struct in NMSettingOvs
-NMSettingWirelessSecurity:auth-alg, object property in NMSettingOvs +NMSettingWirelessSecurity:auth-alg, object property in NMSettingOvs
-NMSettingWirelessSecurity:fils, object property in NMSettingOvs +NMSettingWirelessSecurity:fils, object property in NMSettingOvs
-NMSettingWirelessSecurity:group, object property in NMSettingOvs +NMSettingWirelessSecurity:group, object property in NMSettingOvs
-NMSettingWirelessSecurity:key-mgmt, object property in NMSettingOvs +NMSettingWirelessSecurity:key-mgmt, object property in NMSettingOvs
-NMSettingWirelessSecurity:leap-password, object property in NMSettingOvs +NMSettingWirelessSecurity:leap-password, object property in NMSettingOvs
-NMSettingWirelessSecurity:leap-password-flags, object property in NMSettingOvs +NMSettingWirelessSecurity:leap-password-flags, object property in NMSettingOvs
-NMSettingWirelessSecurity:leap-username, object property in NMSettingOvs +NMSettingWirelessSecurity:leap-username, object property in NMSettingOvs
-NMSettingWirelessSecurity:pairwise, object property in NMSettingOvs +NMSettingWirelessSecurity:pairwise, object property in NMSettingOvs
-NMSettingWirelessSecurity:pmf, object property in NMSettingOvs +NMSettingWirelessSecurity:pmf, object property in NMSettingOvs
-NMSettingWirelessSecurity:proto, object property in NMSettingOvs +NMSettingWirelessSecurity:proto, object property in NMSettingOvs
-NMSettingWirelessSecurity:psk, object property in NMSettingOvs +NMSettingWirelessSecurity:psk, object property in NMSettingOvs
-NMSettingWirelessSecurity:psk-flags, object property in NMSettingOvs +NMSettingWirelessSecurity:psk-flags, object property in NMSettingOvs
-NMSettingWirelessSecurity:wep-key-flags, object property in NMSettingOvs +NMSettingWirelessSecurity:wep-key-flags, object property in NMSettingOvs
-NMSettingWirelessSecurity:wep-key-type, object property in NMSettingOvs +NMSettingWirelessSecurity:wep-key-type, object property in NMSettingOvs
-NMSettingWirelessSecurity:wep-key0, object property in NMSettingOvs +NMSettingWirelessSecurity:wep-key0, object property in NMSettingOvs
-NMSettingWirelessSecurity:wep-key1, object property in NMSettingOvs +NMSettingWirelessSecurity:wep-key1, object property in NMSettingOvs
-NMSettingWirelessSecurity:wep-key2, object property in NMSettingOvs +NMSettingWirelessSecurity:wep-key2, object property in NMSettingOvs
-NMSettingWirelessSecurity:wep-key3, object property in NMSettingOvs +NMSettingWirelessSecurity:wep-key3, object property in NMSettingOvs
-NMSettingWirelessSecurity:wep-tx-keyidx, object property in NMSettingOvs +NMSettingWirelessSecurity:wep-tx-keyidx, object property in NMSettingOvs
-NMSettingWirelessSecurity:wps-method, object property in NMSettingOvs +NMSettingWirelessSecurity:wps-method, object property in NMSettingOvs
@@ -3617,7 +3645,7 @@ NMSettingWpan:short-address, object property in NMSettingOvs
-NMSimpleConnection, struct in NMSettingOvs +NMSimpleConnection, struct in NMSettingOvs
@@ -4241,7 +4269,7 @@ nm_auto_unref_nml_dbusobj, macro in
-NM_AVAILABLE_IN_1_32_4, macro in nm-version +NM_AVAILABLE_IN_1_34, macro in nm-version
@@ -5145,6 +5173,10 @@ NM_CLIENT_NOTIFY_EVENT_PRIO_GPROP, macro in NM_CONNECTION_NORMALIZE_PARAM_IP4_CONFIG_METHOD, macro in NMConnection +
+
+
NM_CONNECTION_NORMALIZE_PARAM_IP6_CONFIG_METHOD, macro in NMConnection
@@ -5653,6 +5685,14 @@ NM_DBUS_VPN_WRONG_STATE, macro in nm-vpn-dbus-interface
+NM_DEPRECATED_IN_1_34, macro in nm-version +
+
+
+NM_DEPRECATED_IN_1_34_FOR, macro in nm-version +
+
+
NM_DEPRECATED_IN_1_4, macro in nm-version
@@ -6033,6 +6073,10 @@ NM_DBUS_VPN_WRONG_STATE, macro in nm-vpn-dbus-interface
+nm_device_get_ports, function in NMDevice +
+
+
nm_device_get_product, function in NMDevice
@@ -6465,6 +6509,10 @@ NM_DBUS_VPN_WRONG_STATE, macro in nm-vpn-dbus-interface
+NM_DEVICE_PORTS, macro in NMDevice +
+
+
NM_DEVICE_PRODUCT, macro in NMDevice
@@ -8073,6 +8121,10 @@ NM_MINOR_VERSION, macro in nm-version-macros
+NM_OBJECT_CLIENT, macro in NMObject +
+
+
nm_object_get_client, function in NMObject
@@ -9125,6 +9177,22 @@ NM_MINOR_VERSION, macro in nm-version-macros
+nm_setting_bond_port_get_queue_id, function in NMSettingBondPort +
+
+
+nm_setting_bond_port_new, function in NMSettingBondPort +
+
+
+NM_SETTING_BOND_PORT_QUEUE_ID, macro in NMSettingBondPort +
+
+
+NM_SETTING_BOND_PORT_SETTING_NAME, macro in NMSettingBondPort +
+
+
nm_setting_bond_remove_option, function in NMSettingBond
@@ -9533,6 +9601,10 @@ NM_MINOR_VERSION, macro in nm-version-macros
+NM_SETTING_CONNECTION_DNS_OVER_TLS, macro in NMSettingConnection +
+
+
NM_SETTING_CONNECTION_GATEWAY_PING_TIMEOUT, macro in NMSettingConnection
@@ -9561,6 +9633,10 @@ NM_MINOR_VERSION, macro in nm-version-macros
+nm_setting_connection_get_dns_over_tls, function in NMSettingConnection +
+
+
nm_setting_connection_get_gateway_ping_timeout, function in NMSettingConnection
@@ -13365,10 +13441,6 @@ nm_sett_info_propert_type_team_i, variable in nm-team-utils
-nm_sett_info_propert_type_team_link_watchers, variable in nm-team-utils -
-
-
nm_sett_info_propert_type_team_s, variable in nm-team-utils
@@ -14177,7 +14249,7 @@ NM_VERSION_1_32, macro in nm-version-macros
-NM_VERSION_1_32_4, macro in nm-version-macros +NM_VERSION_1_34, macro in nm-version-macros
diff --git a/docs/libnm/html/ch03.html b/docs/libnm/html/ch03.html index e6b5dbee..ae4cdf94 100644 --- a/docs/libnm/html/ch03.html +++ b/docs/libnm/html/ch03.html @@ -51,6 +51,9 @@ NMSettingBluetooth — Describes Bluetooth connection properties
+NMSettingBondPort — Describes connection properties for bond ports +
+
NMSettingBond — Describes connection properties for bonds
@@ -84,17 +87,17 @@ NMSettingInfiniband — Describes connection properties for IP-over-InfiniBand networks
-NMSettingIP4Config — Describes IPv4 addressing, routing, and name service properties +NMSettingIPConfig — Abstract base class for IPv4 and IPv6 +addressing, routing, and name service properties
-NMSettingIP6Config — Describes IPv6 addressing, routing, and name service properties +NMSettingIPTunnel — Describes connection properties for IP tunnel devices
-NMSettingIPConfig — Abstract base class for IPv4 and IPv6 -addressing, routing, and name service properties +NMSettingIP4Config — Describes IPv4 addressing, routing, and name service properties
-NMSettingIPTunnel — Describes connection properties for IP tunnel devices +NMSettingIP6Config — Describes IPv6 addressing, routing, and name service properties
NMSettingMacsec — Describes connection properties for MACSEC interfaces @@ -112,19 +115,19 @@ addressing, routing, and name service properties NMSettingOvsBridge — Describes connection properties for Open vSwitch bridges.
-NMSettingOvsInterface — Describes connection properties for Open vSwitch interfaces. +NMSettingOvsDpdk — Describes connection properties for Open vSwitch DPDK interfaces.
-NMSettingOvsDpdk — Describes connection properties for Open vSwitch DPDK interfaces. +NMSettingOvsExternalIDs — External-IDs for OVS database
-NMSettingOvsPatch — Describes connection properties for Open vSwitch patch interfaces. +NMSettingOvsInterface — Describes connection properties for Open vSwitch interfaces.
-NMSettingOvsPort — Describes connection properties for Open vSwitch ports. +NMSettingOvsPatch — Describes connection properties for Open vSwitch patch interfaces.
-NMSettingOvsExternalIDs — External-IDs for OVS database +NMSettingOvsPort — Describes connection properties for Open vSwitch ports.
NMSettingPpp — Describes connection properties for devices/networks diff --git a/docs/libnm/html/index.html b/docs/libnm/html/index.html index 8810942a..8ba3ec8e 100644 --- a/docs/libnm/html/index.html +++ b/docs/libnm/html/index.html @@ -15,10 +15,10 @@

key

the WEP key as a string, in either hexadecimal, ASCII, or passphrase -form as determined by the value of the “wep-key-type” +form as determined by the value of the “wep-key-type” property.

 

- for libnm 1.32.12 + for libnm 1.34.0 The latest version of this documentation can be found on-line at - https://developer.gnome.org/libnm/stable/. + https://networkmanager.dev/docs/libnm/latest/.

@@ -100,6 +100,9 @@ NMSettingBluetooth — Describes Bluetooth connection properties
+NMSettingBondPort — Describes connection properties for bond ports +
+
NMSettingBond — Describes connection properties for bonds
@@ -133,17 +136,17 @@ NMSettingInfiniband — Describes connection properties for IP-over-InfiniBand networks
-NMSettingIP4Config — Describes IPv4 addressing, routing, and name service properties +NMSettingIPConfig — Abstract base class for IPv4 and IPv6 +addressing, routing, and name service properties
-NMSettingIP6Config — Describes IPv6 addressing, routing, and name service properties +NMSettingIPTunnel — Describes connection properties for IP tunnel devices
-NMSettingIPConfig — Abstract base class for IPv4 and IPv6 -addressing, routing, and name service properties +NMSettingIP4Config — Describes IPv4 addressing, routing, and name service properties
-NMSettingIPTunnel — Describes connection properties for IP tunnel devices +NMSettingIP6Config — Describes IPv6 addressing, routing, and name service properties
NMSettingMacsec — Describes connection properties for MACSEC interfaces @@ -161,19 +164,19 @@ addressing, routing, and name service properties NMSettingOvsBridge — Describes connection properties for Open vSwitch bridges.
-NMSettingOvsInterface — Describes connection properties for Open vSwitch interfaces. +NMSettingOvsDpdk — Describes connection properties for Open vSwitch DPDK interfaces.
-NMSettingOvsDpdk — Describes connection properties for Open vSwitch DPDK interfaces. +NMSettingOvsExternalIDs — External-IDs for OVS database
-NMSettingOvsPatch — Describes connection properties for Open vSwitch patch interfaces. +NMSettingOvsInterface — Describes connection properties for Open vSwitch interfaces.
-NMSettingOvsPort — Describes connection properties for Open vSwitch ports. +NMSettingOvsPatch — Describes connection properties for Open vSwitch patch interfaces.
-NMSettingOvsExternalIDs — External-IDs for OVS database +NMSettingOvsPort — Describes connection properties for Open vSwitch ports.
NMSettingPpp — Describes connection properties for devices/networks diff --git a/docs/libnm/html/libnm-nm-errors.html b/docs/libnm/html/libnm-nm-errors.html index 2977a95b..c4575070 100644 --- a/docs/libnm/html/libnm-nm-errors.html +++ b/docs/libnm/html/libnm-nm-errors.html @@ -326,7 +326,7 @@ request

enum NMConnectionError

Describes errors that may result from operations involving a NMConnection -or its NMSettings.

+or its NMSettings.

These errors may be returned directly from NMConnection and NMSetting methods, or may be returned from D-Bus operations (eg on NMClient or NMDevice), where they correspond to errors in the diff --git a/docs/libnm/html/libnm-nm-utils.html b/docs/libnm/html/libnm-nm-utils.html index d5f25422..e67dbdca 100644 --- a/docs/libnm/html/libnm-nm-utils.html +++ b/docs/libnm/html/libnm-nm-utils.html @@ -1730,7 +1730,7 @@ nm_utils_uuid_generate (void

Returns

a newly allocated UUID suitable for use as the NMSettingConnection -object's “id”: property. Should be freed with g_free()

+object's “id”: property. Should be freed with g_free()


diff --git a/docs/libnm/html/libnm-nm-version.html b/docs/libnm/html/libnm-nm-version.html index f40fa138..2c476533 100644 --- a/docs/libnm/html/libnm-nm-version.html +++ b/docs/libnm/html/libnm-nm-version.html @@ -149,6 +149,12 @@ NM_DEPRECATED_IN_1_32_FOR() + +#define + +NM_DEPRECATED_IN_1_34_FOR() + +
@@ -314,7 +320,11 @@ #define -NM_AVAILABLE_IN_1_32_4 +NM_DEPRECATED_IN_1_34 + + +#define +NM_AVAILABLE_IN_1_34 @@ -326,31 +336,31 @@

Functions

NM_DEPRECATED_IN_0_9_10_FOR()

-
    #define NM_DEPRECATED_IN_0_9_10_FOR(f) G_DEPRECATED_FOR(f)
+
#define NM_DEPRECATED_IN_0_9_10_FOR(f) G_DEPRECATED_FOR(f)
 

NM_DEPRECATED_IN_1_0_FOR()

-
    #define NM_DEPRECATED_IN_1_0_FOR(f) G_DEPRECATED_FOR(f)
+
#define NM_DEPRECATED_IN_1_0_FOR(f) G_DEPRECATED_FOR(f)
 

NM_DEPRECATED_IN_1_2_FOR()

-
    #define NM_DEPRECATED_IN_1_2_FOR(f) G_DEPRECATED_FOR(f)
+
#define NM_DEPRECATED_IN_1_2_FOR(f) G_DEPRECATED_FOR(f)
 

NM_DEPRECATED_IN_1_4_FOR()

-
    #define NM_DEPRECATED_IN_1_4_FOR(f) G_DEPRECATED_FOR(f)
+
#define NM_DEPRECATED_IN_1_4_FOR(f) G_DEPRECATED_FOR(f)
 

NM_DEPRECATED_IN_1_6_FOR()

-
    #define NM_DEPRECATED_IN_1_6_FOR(f) G_DEPRECATED_FOR(f)
+
#define NM_DEPRECATED_IN_1_6_FOR(f) G_DEPRECATED_FOR(f)
 

@@ -361,43 +371,43 @@

NM_DEPRECATED_IN_1_10_FOR()

-
    #define NM_DEPRECATED_IN_1_10_FOR(f) G_DEPRECATED_FOR(f)
+
#define NM_DEPRECATED_IN_1_10_FOR(f) G_DEPRECATED_FOR(f)
 

NM_DEPRECATED_IN_1_12_FOR()

-
    #define NM_DEPRECATED_IN_1_12_FOR(f) G_DEPRECATED_FOR(f)
+
#define NM_DEPRECATED_IN_1_12_FOR(f) G_DEPRECATED_FOR(f)
 

NM_DEPRECATED_IN_1_14_FOR()

-
    #define NM_DEPRECATED_IN_1_14_FOR(f) G_DEPRECATED_FOR(f)
+
#define NM_DEPRECATED_IN_1_14_FOR(f) G_DEPRECATED_FOR(f)
 

NM_DEPRECATED_IN_1_16_FOR()

-
    #define NM_DEPRECATED_IN_1_16_FOR(f) G_DEPRECATED_FOR(f)
+
#define NM_DEPRECATED_IN_1_16_FOR(f) G_DEPRECATED_FOR(f)
 

NM_DEPRECATED_IN_1_18_FOR()

-
    #define NM_DEPRECATED_IN_1_18_FOR(f) G_DEPRECATED_FOR(f)
+
#define NM_DEPRECATED_IN_1_18_FOR(f) G_DEPRECATED_FOR(f)
 

NM_DEPRECATED_IN_1_20_FOR()

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

NM_DEPRECATED_IN_1_22_FOR()

-
    #define NM_DEPRECATED_IN_1_22_FOR(f) G_DEPRECATED_FOR(f)
+
#define NM_DEPRECATED_IN_1_22_FOR(f) G_DEPRECATED_FOR(f)
 

@@ -410,25 +420,31 @@ NM_DEPRECATED_IN_1_24_FOR ();

NM_DEPRECATED_IN_1_26_FOR()

-
    #define NM_DEPRECATED_IN_1_26_FOR(f) G_DEPRECATED_FOR(f)
+
#define NM_DEPRECATED_IN_1_26_FOR(f) G_DEPRECATED_FOR(f)
 

NM_DEPRECATED_IN_1_28_FOR()

-
    #define NM_DEPRECATED_IN_1_28_FOR(f) G_DEPRECATED_FOR(f)
+
#define NM_DEPRECATED_IN_1_28_FOR(f) G_DEPRECATED_FOR(f)
 

NM_DEPRECATED_IN_1_30_FOR()

-
    #define NM_DEPRECATED_IN_1_30_FOR(f) G_DEPRECATED_FOR(f)
+
#define NM_DEPRECATED_IN_1_30_FOR(f) G_DEPRECATED_FOR(f)
 

NM_DEPRECATED_IN_1_32_FOR()

-
    #define NM_DEPRECATED_IN_1_32_FOR(f) G_DEPRECATED_FOR(f)
+
#define NM_DEPRECATED_IN_1_32_FOR(f) G_DEPRECATED_FOR(f)
+
+
+
+
+

NM_DEPRECATED_IN_1_34_FOR()

+
#define NM_DEPRECATED_IN_1_34_FOR(f) G_DEPRECATED_FOR(f)
 
@@ -436,43 +452,43 @@ NM_DEPRECATED_IN_1_24_FOR ();

Types and Values

NM_VERSION_MIN_REQUIRED

-
    #define NM_VERSION_MIN_REQUIRED (NM_API_VERSION)
+
#define NM_VERSION_MIN_REQUIRED (NM_API_VERSION)
 

NM_VERSION_MAX_ALLOWED

-
    #define NM_VERSION_MAX_ALLOWED (NM_API_VERSION)
+
#define NM_VERSION_MAX_ALLOWED (NM_API_VERSION)
 

NM_DEPRECATED_IN_0_9_10

-
    #define NM_DEPRECATED_IN_0_9_10        G_DEPRECATED
+
#define NM_DEPRECATED_IN_0_9_10        G_DEPRECATED
 

NM_AVAILABLE_IN_0_9_10

-
    #define NM_AVAILABLE_IN_0_9_10 G_UNAVAILABLE(0.9, 10)
+
#define NM_AVAILABLE_IN_0_9_10 G_UNAVAILABLE(0.9, 10)
 

NM_DEPRECATED_IN_1_0

-
    #define NM_DEPRECATED_IN_1_0        G_DEPRECATED
+
#define NM_DEPRECATED_IN_1_0        G_DEPRECATED
 

NM_AVAILABLE_IN_1_0

-
    #define NM_AVAILABLE_IN_1_0 G_UNAVAILABLE(1, 0)
+
#define NM_AVAILABLE_IN_1_0 G_UNAVAILABLE(1, 0)
 

NM_DEPRECATED_IN_1_2

-
    #define NM_DEPRECATED_IN_1_2        G_DEPRECATED
+
#define NM_DEPRECATED_IN_1_2        G_DEPRECATED
 

@@ -483,31 +499,31 @@ NM_DEPRECATED_IN_1_24_FOR ();

NM_DEPRECATED_IN_1_4

-
    #define NM_DEPRECATED_IN_1_4        G_DEPRECATED
+
#define NM_DEPRECATED_IN_1_4        G_DEPRECATED
 

NM_AVAILABLE_IN_1_4

-
    #define NM_AVAILABLE_IN_1_4 G_UNAVAILABLE(1, 4)
+
#define NM_AVAILABLE_IN_1_4 G_UNAVAILABLE(1, 4)
 

NM_DEPRECATED_IN_1_6

-
    #define NM_DEPRECATED_IN_1_6        G_DEPRECATED
+
#define NM_DEPRECATED_IN_1_6        G_DEPRECATED
 

NM_AVAILABLE_IN_1_6

-
    #define NM_AVAILABLE_IN_1_6 G_UNAVAILABLE(1, 6)
+
#define NM_AVAILABLE_IN_1_6 G_UNAVAILABLE(1, 6)
 

NM_DEPRECATED_IN_1_8

-
    #define NM_DEPRECATED_IN_1_8        G_DEPRECATED
+
#define NM_DEPRECATED_IN_1_8        G_DEPRECATED
 

@@ -518,151 +534,157 @@ NM_DEPRECATED_IN_1_24_FOR ();

NM_DEPRECATED_IN_1_10

-
    #define NM_DEPRECATED_IN_1_10        G_DEPRECATED
+
#define NM_DEPRECATED_IN_1_10        G_DEPRECATED
 

NM_AVAILABLE_IN_1_10

-
    #define NM_AVAILABLE_IN_1_10 G_UNAVAILABLE(1, 10)
+
#define NM_AVAILABLE_IN_1_10 G_UNAVAILABLE(1, 10)
 

NM_DEPRECATED_IN_1_12

-
    #define NM_DEPRECATED_IN_1_12        G_DEPRECATED
+
#define NM_DEPRECATED_IN_1_12        G_DEPRECATED
 

NM_AVAILABLE_IN_1_12

-
    #define NM_AVAILABLE_IN_1_12 G_UNAVAILABLE(1, 12)
+
#define NM_AVAILABLE_IN_1_12 G_UNAVAILABLE(1, 12)
 

NM_DEPRECATED_IN_1_14

-
    #define NM_DEPRECATED_IN_1_14        G_DEPRECATED
+
#define NM_DEPRECATED_IN_1_14        G_DEPRECATED
 

NM_AVAILABLE_IN_1_14

-
    #define NM_AVAILABLE_IN_1_14 G_UNAVAILABLE(1, 14)
+
#define NM_AVAILABLE_IN_1_14 G_UNAVAILABLE(1, 14)
 

NM_DEPRECATED_IN_1_16

-
    #define NM_DEPRECATED_IN_1_16        G_DEPRECATED
+
#define NM_DEPRECATED_IN_1_16        G_DEPRECATED
 

NM_AVAILABLE_IN_1_16

-
    #define NM_AVAILABLE_IN_1_16 G_UNAVAILABLE(1, 16)
+
#define NM_AVAILABLE_IN_1_16 G_UNAVAILABLE(1, 16)
 

NM_DEPRECATED_IN_1_18

-
    #define NM_DEPRECATED_IN_1_18        G_DEPRECATED
+
#define NM_DEPRECATED_IN_1_18        G_DEPRECATED
 

NM_AVAILABLE_IN_1_18

-
    #define NM_AVAILABLE_IN_1_18 G_UNAVAILABLE(1, 18)
+
#define NM_AVAILABLE_IN_1_18 G_UNAVAILABLE(1, 18)
 

NM_DEPRECATED_IN_1_20

-
    #define NM_DEPRECATED_IN_1_20        G_DEPRECATED
+
#define NM_DEPRECATED_IN_1_20        G_DEPRECATED
 

NM_AVAILABLE_IN_1_20

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

NM_DEPRECATED_IN_1_22

-
    #define NM_DEPRECATED_IN_1_22        G_DEPRECATED
+
#define NM_DEPRECATED_IN_1_22        G_DEPRECATED
 

NM_AVAILABLE_IN_1_22

-
    #define NM_AVAILABLE_IN_1_22 G_UNAVAILABLE(1, 22)
+
#define NM_AVAILABLE_IN_1_22 G_UNAVAILABLE(1, 22)
 

NM_DEPRECATED_IN_1_24

-
    #define NM_DEPRECATED_IN_1_24        G_DEPRECATED
+
#define NM_DEPRECATED_IN_1_24        G_DEPRECATED
 

NM_AVAILABLE_IN_1_24

-
    #define NM_AVAILABLE_IN_1_24 G_UNAVAILABLE(1, 24)
+
#define NM_AVAILABLE_IN_1_24 G_UNAVAILABLE(1, 24)
 

NM_DEPRECATED_IN_1_26

-
    #define NM_DEPRECATED_IN_1_26        G_DEPRECATED
+
#define NM_DEPRECATED_IN_1_26        G_DEPRECATED
 

NM_AVAILABLE_IN_1_26

-
    #define NM_AVAILABLE_IN_1_26 G_UNAVAILABLE(1, 26)
+
#define NM_AVAILABLE_IN_1_26 G_UNAVAILABLE(1, 26)
 

NM_DEPRECATED_IN_1_28

-
    #define NM_DEPRECATED_IN_1_28        G_DEPRECATED
+
#define NM_DEPRECATED_IN_1_28        G_DEPRECATED
 

NM_AVAILABLE_IN_1_28

-
    #define NM_AVAILABLE_IN_1_28 G_UNAVAILABLE(1, 28)
+
#define NM_AVAILABLE_IN_1_28 G_UNAVAILABLE(1, 28)
 

NM_DEPRECATED_IN_1_30

-
    #define NM_DEPRECATED_IN_1_30        G_DEPRECATED
+
#define NM_DEPRECATED_IN_1_30        G_DEPRECATED
 

NM_AVAILABLE_IN_1_30

-
    #define NM_AVAILABLE_IN_1_30 G_UNAVAILABLE(1, 30)
+
#define NM_AVAILABLE_IN_1_30 G_UNAVAILABLE(1, 30)
 

NM_DEPRECATED_IN_1_32

-
    #define NM_DEPRECATED_IN_1_32        G_DEPRECATED
+
#define NM_DEPRECATED_IN_1_32        G_DEPRECATED
 

NM_AVAILABLE_IN_1_32

-
    #define NM_AVAILABLE_IN_1_32 G_UNAVAILABLE(1, 32)
+
#define NM_AVAILABLE_IN_1_32 G_UNAVAILABLE(1, 32)
+
+
+
+
+

NM_DEPRECATED_IN_1_34

+
#define NM_DEPRECATED_IN_1_34        G_DEPRECATED
 

-

NM_AVAILABLE_IN_1_32_4

-
    #define NM_AVAILABLE_IN_1_32_4 G_UNAVAILABLE(1, 32.4)
+

NM_AVAILABLE_IN_1_34

+
#define NM_AVAILABLE_IN_1_34 G_UNAVAILABLE(1, 34)
 
diff --git a/docs/libnm/html/libnm.devhelp2 b/docs/libnm/html/libnm.devhelp2 index 4869e57e..40f15e9b 100644 --- a/docs/libnm/html/libnm.devhelp2 +++ b/docs/libnm/html/libnm.devhelp2 @@ -22,6 +22,7 @@ + @@ -33,20 +34,20 @@ - - + + - + + - @@ -303,6 +304,7 @@ + @@ -514,6 +516,7 @@ + @@ -610,6 +613,7 @@ + @@ -639,12 +643,14 @@ + + @@ -822,6 +828,10 @@ + + + + @@ -1074,40 +1084,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -1190,8 +1166,8 @@ - - + + @@ -1245,7 +1221,7 @@ - + @@ -1343,6 +1319,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1432,14 +1442,22 @@ - - - - + + + + + + + + + + + + @@ -1458,14 +1476,6 @@ - - - - - - - - @@ -2097,6 +2107,7 @@ + @@ -2178,6 +2189,7 @@ + @@ -2187,13 +2199,13 @@ - + - + @@ -2300,13 +2312,13 @@ - + - + - + @@ -2659,6 +2671,7 @@ + @@ -2697,7 +2710,8 @@ - + + @@ -3234,6 +3248,10 @@ + + + + @@ -3251,12 +3269,6 @@ - - - - - - @@ -3275,6 +3287,12 @@ + + + + + + diff --git a/docs/libnm/html/object-tree.html b/docs/libnm/html/object-tree.html index 8a54c5ad..0c874eae 100644 --- a/docs/libnm/html/object-tree.html +++ b/docs/libnm/html/object-tree.html @@ -72,6 +72,7 @@ ├── NMSettingAdsl ├── NMSettingBluetooth ├── NMSettingBond + ├── NMSettingBondPort ├── NMSettingBridge ├── NMSettingBridgePort ├── NMSettingCdma @@ -188,6 +189,7 @@ ├── NMSetting8021xCKScheme ├── NMSettingCompareFlags ├── NMSettingConnectionAutoconnectSlaves + ├── NMSettingConnectionDnsOverTls ├── NMSettingConnectionLldp ├── NMSettingConnectionLlmnr ├── NMSettingConnectionMdns diff --git a/docs/libnm/html/ref-overview.html b/docs/libnm/html/ref-overview.html index 675649fc..b0c7a2ef 100644 --- a/docs/libnm/html/ref-overview.html +++ b/docs/libnm/html/ref-overview.html @@ -34,7 +34,7 @@ management service. NetworkManager supports a wide variety of network configuration scenarios, hardware devices and protocol families. Most of the functionality is exposed on a - D-Bus API, + D-Bus API, allowing other tools to use the functionality provided by NetworkManager.

diff --git a/docs/libnm/html/style.css b/docs/libnm/html/style.css index c2b3cf7b..c163abaa 100644 --- a/docs/libnm/html/style.css +++ b/docs/libnm/html/style.css @@ -456,9 +456,9 @@ acronym,abbr } pre { line-height: 125%; } -td.linenos pre { color: #000000; background-color: #f0f0f0; padding-left: 5px; padding-right: 5px; } -span.linenos { color: #000000; background-color: #f0f0f0; padding-left: 5px; padding-right: 5px; } -td.linenos pre.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } +td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; } +span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; } +td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } .hll { background-color: #ffffcc } .c { color: #408080; font-style: italic } /* Comment */ diff --git a/docs/libnm/html/usage.html b/docs/libnm/html/usage.html index 2ce52797..060222f1 100644 --- a/docs/libnm/html/usage.html +++ b/docs/libnm/html/usage.html @@ -41,7 +41,7 @@

An alternative to use of libnm is the use of the - D-Bus API + D-Bus API, directly. This gives you larger flexibility and reduces the overhead of linking with the libnm library. This makes sense if your task is simple and you have a good D-Bus library at your disposal. Activating a particular connection profile @@ -96,7 +96,7 @@

$ cc $(pkg-config --libs --cflags libnm) -o hello-nm hello-nm.c
   $ ./hello-nm
-  NetworkManager version: 1.32.12
+  NetworkManager version: 1.34.0
 
   $ 

diff --git a/docs/libnm/libnm-docs.xml b/docs/libnm/libnm-docs.xml index fad95522..11a1b730 100644 --- a/docs/libnm/libnm-docs.xml +++ b/docs/libnm/libnm-docs.xml @@ -10,7 +10,7 @@ for libnm &version; The latest version of this documentation can be found on-line at - https://developer.gnome.org/libnm/stable/. + https://networkmanager.dev/docs/libnm/latest/. @@ -56,7 +56,7 @@ management service. NetworkManager supports a wide variety of network configuration scenarios, hardware devices and protocol families. Most of the functionality is exposed on a - D-Bus API, + D-Bus API, allowing other tools to use the functionality provided by NetworkManager. @@ -103,7 +103,7 @@ An alternative to use of libnm is the use of the - D-Bus API + D-Bus API, directly. This gives you larger flexibility and reduces the overhead of linking with the libnm library. This makes sense if your task is simple and you have a good D-Bus library at your disposal. Activating a particular connection profile @@ -315,6 +315,7 @@ print ("NetworkManager version " + client.get_version())]]> + @@ -326,20 +327,20 @@ print ("NetworkManager version " + client.get_version())]]> - - + + - + + - diff --git a/docs/libnm/libnm-sections.txt b/docs/libnm/libnm-sections.txt index 317f1d02..0225991a 100644 --- a/docs/libnm/libnm-sections.txt +++ b/docs/libnm/libnm-sections.txt @@ -276,6 +276,7 @@ nm_dns_entry_get_type NM_CONNECTION_SECRETS_UPDATED NM_CONNECTION_SECRETS_CLEARED NM_CONNECTION_CHANGED +NM_CONNECTION_NORMALIZE_PARAM_IP4_CONFIG_METHOD NM_CONNECTION_NORMALIZE_PARAM_IP6_CONFIG_METHOD NMConnectionInterface nm_connection_add_setting @@ -409,6 +410,7 @@ NM_TYPE_SETTING_802_1X_CK_FORMAT NM_TYPE_SETTING_802_1X_CK_SCHEME NM_TYPE_SETTING_COMPARE_FLAGS NM_TYPE_SETTING_CONNECTION_AUTOCONNECT_SLAVES +NM_TYPE_SETTING_CONNECTION_DNS_OVER_TLS NM_TYPE_SETTING_CONNECTION_LLDP NM_TYPE_SETTING_CONNECTION_LLMNR NM_TYPE_SETTING_CONNECTION_MDNS @@ -484,6 +486,7 @@ nm_setting_802_1x_ck_format_get_type nm_setting_802_1x_ck_scheme_get_type nm_setting_compare_flags_get_type nm_setting_connection_autoconnect_slaves_get_type +nm_setting_connection_dns_over_tls_get_type nm_setting_connection_lldp_get_type nm_setting_connection_llmnr_get_type nm_setting_connection_mdns_get_type @@ -534,6 +537,7 @@ NMSetting8021x NMSettingAdsl NMSettingBluetooth NMSettingBond +NMSettingBondPort NMSettingBridge NMSettingBridgePort NMSettingCdma @@ -745,6 +749,7 @@ NM_DEVICE_IP4_CONNECTIVITY NM_DEVICE_IP6_CONNECTIVITY NM_DEVICE_INTERFACE_FLAGS NM_DEVICE_HW_ADDRESS +NM_DEVICE_PORTS nm_device_get_iface nm_device_get_ip_iface nm_device_get_device_type @@ -757,6 +762,7 @@ nm_device_get_type_description nm_device_get_hw_address nm_device_get_capabilities nm_device_get_managed +nm_device_get_ports nm_device_set_managed nm_device_get_autoconnect nm_device_set_autoconnect @@ -1714,6 +1720,7 @@ nml_dbus_property_ao_clear nml_dbus_property_ao_clear_many nml_dbus_property_ao_notify_changed_many NMLDBusNotifyUpdatePropFlags +nml_dbus_property_ao_notify NMLDBusMetaProperty NML_DBUS_META_PROPERTY_INIT NML_DBUS_META_PROPERTY_INIT_B @@ -1777,6 +1784,7 @@ NML_IS_DBUS_OBJECT nm-object NMObject NM_OBJECT_PATH +NM_OBJECT_CLIENT nm_object_get_path nm_object_get_client @@ -2199,6 +2207,24 @@ NM_TYPE_SETTING_BOND nm_setting_bond_get_type +

+nm-setting-bond-port +NMSettingBondPort +NM_SETTING_BOND_PORT_SETTING_NAME +NM_SETTING_BOND_PORT_QUEUE_ID +nm_setting_bond_port_new +nm_setting_bond_port_get_queue_id + +NMSettingBondPortClass +NM_IS_SETTING_BOND_PORT +NM_IS_SETTING_BOND_PORT_CLASS +NM_SETTING_BOND_PORT +NM_SETTING_BOND_PORT_CLASS +NM_SETTING_BOND_PORT_GET_CLASS +NM_TYPE_SETTING_BOND_PORT +nm_setting_bond_port_get_type +
+
nm-setting-bridge NMSettingBridge @@ -2377,12 +2403,14 @@ NM_SETTING_CONNECTION_LLDP NM_SETTING_CONNECTION_AUTH_RETRIES NM_SETTING_CONNECTION_MDNS NM_SETTING_CONNECTION_LLMNR +NM_SETTING_CONNECTION_DNS_OVER_TLS NM_SETTING_CONNECTION_WAIT_DEVICE_TIMEOUT NM_SETTING_CONNECTION_MUD_URL NMSettingConnectionAutoconnectSlaves NMSettingConnectionLldp NMSettingConnectionMdns NMSettingConnectionLlmnr +NMSettingConnectionDnsOverTls nm_setting_connection_new nm_setting_connection_get_id nm_setting_connection_get_uuid @@ -2417,6 +2445,7 @@ nm_setting_connection_get_lldp nm_setting_connection_get_auth_retries nm_setting_connection_get_mdns nm_setting_connection_get_llmnr +nm_setting_connection_get_dns_over_tls nm_setting_connection_get_wait_device_timeout nm_setting_connection_get_mud_url @@ -4219,7 +4248,6 @@ nm_sett_info_propert_type_team_b nm_sett_info_propert_type_team_i nm_sett_info_propert_type_team_s nm_sett_info_propert_type_team_as -nm_sett_info_propert_type_team_link_watchers NMTeamLinkWatcher
@@ -4413,7 +4441,9 @@ NM_AVAILABLE_IN_1_30 NM_DEPRECATED_IN_1_32 NM_DEPRECATED_IN_1_32_FOR NM_AVAILABLE_IN_1_32 -NM_AVAILABLE_IN_1_32_4 +NM_DEPRECATED_IN_1_34 +NM_DEPRECATED_IN_1_34_FOR +NM_AVAILABLE_IN_1_34
@@ -4442,7 +4472,7 @@ NM_VERSION_1_26 NM_VERSION_1_28 NM_VERSION_1_30 NM_VERSION_1_32 -NM_VERSION_1_32_4 +NM_VERSION_1_34 NM_API_VERSION NM_VERSION_CUR_STABLE NM_VERSION_NEXT_STABLE diff --git a/docs/libnm/libnm.types b/docs/libnm/libnm.types index eb8841b7..d139a532 100644 --- a/docs/libnm/libnm.types +++ b/docs/libnm/libnm.types @@ -93,11 +93,13 @@ nm_setting_802_1x_get_type nm_setting_adsl_get_type nm_setting_bluetooth_get_type nm_setting_bond_get_type +nm_setting_bond_port_get_type nm_setting_bridge_get_type nm_setting_bridge_port_get_type nm_setting_cdma_get_type nm_setting_compare_flags_get_type nm_setting_connection_autoconnect_slaves_get_type +nm_setting_connection_dns_over_tls_get_type nm_setting_connection_get_type nm_setting_connection_lldp_get_type nm_setting_connection_llmnr_get_type diff --git a/docs/libnm/version.xml b/docs/libnm/version.xml index 62d91158..2b17ffd5 100644 --- a/docs/libnm/version.xml +++ b/docs/libnm/version.xml @@ -1 +1 @@ -1.32.12 +1.34.0 diff --git a/examples/python/dbus/add-connection-compat.py b/examples/python/dbus/add-connection-compat.py index d5218514..9463ec68 100755 --- a/examples/python/dbus/add-connection-compat.py +++ b/examples/python/dbus/add-connection-compat.py @@ -11,7 +11,7 @@ # add-connection.py, which only supports NM 1.0 and later. # # Configuration settings are described at -# https://developer.gnome.org/NetworkManager/1.0/ref-settings.html +# https://networkmanager.dev/docs/api/latest/ref-settings.html # import socket, struct, dbus, uuid diff --git a/examples/python/dbus/add-connection.py b/examples/python/dbus/add-connection.py index cfb46de2..7c0d1f5c 100755 --- a/examples/python/dbus/add-connection.py +++ b/examples/python/dbus/add-connection.py @@ -12,7 +12,7 @@ # NetworkManager as well. # # Configuration settings are described at -# https://developer.gnome.org/NetworkManager/1.0/ref-settings.html +# https://networkmanager.dev/docs/api/latest/ref-settings.html # import dbus, uuid diff --git a/examples/python/dbus/create-bond.py b/examples/python/dbus/create-bond.py index fe35fcc0..618c6696 100755 --- a/examples/python/dbus/create-bond.py +++ b/examples/python/dbus/create-bond.py @@ -8,7 +8,7 @@ # This example configures a Bond from ethernet devices and activates it # # NetworkManager D-Bus API: -# https://developer.gnome.org/NetworkManager/stable/spec.html +# https://networkmanager.dev/docs/api/latest/spec.html # import dbus, sys, uuid diff --git a/examples/python/dbus/update-ip4-method.py b/examples/python/dbus/update-ip4-method.py index d84e01b2..e52846bb 100755 --- a/examples/python/dbus/update-ip4-method.py +++ b/examples/python/dbus/update-ip4-method.py @@ -11,7 +11,7 @@ # for a similar example using the backward-compatible properties # # Configuration settings are described at -# https://developer.gnome.org/NetworkManager/1.0/ref-settings.html +# https://networkmanager.dev/docs/api/latest/ref-settings.html # import dbus, sys diff --git a/examples/python/dbus/wifi-active-ap.py b/examples/python/dbus/wifi-active-ap.py index bc8f1ea5..52ee73b9 100755 --- a/examples/python/dbus/wifi-active-ap.py +++ b/examples/python/dbus/wifi-active-ap.py @@ -8,7 +8,7 @@ # This example prints the current wifi access point # # Configuration settings are described at -# https://developer.gnome.org/NetworkManager/1.0/ref-settings.html +# https://networkmanager.dev/docs/api/latest/ref-settings.html # import dbus, sys diff --git a/examples/python/dbus/wifi-hotspot.py b/examples/python/dbus/wifi-hotspot.py index a441e7e9..b75d8b2e 100755 --- a/examples/python/dbus/wifi-hotspot.py +++ b/examples/python/dbus/wifi-hotspot.py @@ -8,7 +8,7 @@ # This example starts or stops a wifi hotspot # # Configuration settings are described at -# https://developer.gnome.org/NetworkManager/1.0/ref-settings.html +# https://networkmanager.dev/docs/api/latest/ref-settings.html # import dbus, sys, time diff --git a/examples/python/gi/add_connection.py b/examples/python/gi/add_connection.py index e6e1d5a6..74fed3fc 100755 --- a/examples/python/gi/add_connection.py +++ b/examples/python/gi/add_connection.py @@ -10,7 +10,7 @@ # # Documentation links: # https://developer.gnome.org/libnm/1.0/ -# https://developer.gnome.org/NetworkManager/1.0/ref-settings.html +# https://networkmanager.dev/docs/api/latest/ref-settings.html # import gi diff --git a/examples/python/gi/nm-up-many.py b/examples/python/gi/nm-up-many.py new file mode 100755 index 00000000..e5faad19 --- /dev/null +++ b/examples/python/gi/nm-up-many.py @@ -0,0 +1,345 @@ +#!/usr/bin/env python +# SPDX-License-Identifier: LGPL-2.1-or-later + +# A example script to activate many profiles in parallel. +# +# It uses entirely asynchronous API. At various points the +# script explicitly iterates the main context, which is unlike +# a more complex application that uses the GMainContext, which +# probably would run the context only at one point as long as +# the application is running (from the main function). + +import gi +import os +import sys +import time + +gi.require_version("NM", "1.0") +from gi.repository import NM, GLib + + +class MyError(Exception): + pass + + +NUM_PARALLEL_STARTING = 10 +NUM_PARALLEL_IN_PROGRESS = 50 + +s = os.getenv("NUM_PARALLEL_STARTING") +if s: + NUM_PARALLEL_STARTING = int(s) + +s = os.getenv("NUM_PARALLEL_IN_PROGRESS") +if s: + NUM_PARALLEL_IN_PROGRESS = int(s) + + +start_time = time.monotonic() + + +def log(msg): + # use nm_utils_print(), so that the log messages are in synch with + # LIBNM_CLIENT_DEBUG=trace messages. + NM.utils_print(0, "[%015.10f] %s\n" % (time.monotonic() - start_time, msg)) + + +def nmc_new(io_priority=GLib.PRIORITY_DEFAULT, cancellable=None): + # create a NMClient instance using the async initialization + # (but the function itself iterates the main context until + # the initialization completes). + + result = [] + + def cb(source_object, res): + + try: + source_object.init_finish(res) + except Exception as e: + result.append(e) + else: + result.append(None) + + nmc = NM.Client() + nmc.init_async(io_priority, cancellable, cb) + while not result: + nmc.get_main_context().iteration(may_block=True) + + if result[0]: + raise result[0] + + log("initialized NMClient cache") + + return nmc + + +def nmc_destroy(nmc_transfer_ref): + + # Just for fun, show how to completely cleanup a NMClient instance. + # An NMClient instance registers D-Bus signals and unrefing the instance + # will cancel/unsubscribe those signals, but there might still be some + # pending operations scheduled on the main context. That means, after + # unrefing the NMClient instance, we may need to iterate the GMainContext + # a bit longer, go get rid of all resources (otherwise, the GMainContext + # itself cannot be destroyed and leaks). + # + # We can use nm_client_get_context_busy_watcher() for that, by subscribing + # a weak reference and iterating the context as long as the object is + # alive. + + nmc = nmc_transfer_ref[0] + del nmc_transfer_ref[0] + + alive = [1] + + def weak_ref_cb(alive): + del alive[0] + + nmc.get_context_busy_watcher().weak_ref(weak_ref_cb, alive) + main_context = nmc.get_main_context() + + del nmc + + while alive: + main_context.iteration(may_block=True) + + log("NMClient instance cleaned up") + + +def find_connections(nmc, argv): + + # parse the inpurt argv and select the connection profiles to activate. + # The arguments are either "connection.id" or "connection.uuid", possibly + # qualified by "id" or "uuid". + + result = [] + + while True: + if not argv: + break + arg_type = argv.pop(0) + if arg_type in ["id", "uuid"]: + if not argv: + raise MyError('missing specifier after "%s"' % (arg_type)) + arg_param = argv.pop(0) + else: + arg_param = arg_type + arg_type = "*" + + cc = [] + for c in nmc.get_connections(): + if arg_type in ["id", "*"] and arg_param == c.get_id(): + cc.append(c) + if arg_type in ["uuid", "*"] and arg_param == c.get_uuid(): + cc.append(c) + + if not cc: + raise MyError( + 'Could not find a matching connection "%s" "%s"' % (arg_type, arg_param) + ) + if len(cc) > 1: + raise MyError( + 'Could not find a unique matching connection "%s" "%s", instead %d profiles found' + % (arg_type, arg_param, len(cc)) + ) + + if cc[0] not in result: + # we allow duplicates, but combine them. + result.extend(cc) + + for c in result: + log( + "requested connection: %s (%s) (%s)" + % (c.get_id(), c.get_uuid(), c.get_path()) + ) + + return result + + +class Activation(object): + ACTIVATION_STATE_START = "start" + ACTIVATION_STATE_STARTING = "starting" + ACTIVATION_STATE_WAITING = "waiting" + ACTIVATION_STATE_DONE = "done" + + def __init__(self, con): + self.con = con + self.state = Activation.ACTIVATION_STATE_START + self.result_msg = None + self.result_ac = None + self.ac_result = None + self.wait_id = None + + def __str__(self): + return "%s (%s)" % (self.con.get_id(), self.con.get_uuid()) + + def is_done(self, log=log): + + if self.state == Activation.ACTIVATION_STATE_DONE: + return True + + if self.state != Activation.ACTIVATION_STATE_WAITING: + return False + + def _log_result(self, msg, done_with_success=False): + log("connection %s done: %s" % (self, msg)) + self.state = Activation.ACTIVATION_STATE_DONE + self.done_with_success = done_with_success + return True + + ac = self.result_ac + if not ac: + return _log_result(self, "failed activation call (%s)" % (self.result_msg,)) + + if ac.get_client() is None: + return _log_result(self, "active connection disappeared") + + if ac.get_state() > NM.ActiveConnectionState.ACTIVATED: + return _log_result( + self, "connection failed to activate (state %s)" % (ac.get_state()) + ) + + if ac.get_state() == NM.ActiveConnectionState.ACTIVATED: + return _log_result( + self, "connection successfully activated", done_with_success=True + ) + + return False + + def start(self, nmc, cancellable=None, activated_callback=None, log=log): + + # Call nmc.activate_connection_async() and return a user data + # with the information about the pending operation. + + assert self.state == Activation.ACTIVATION_STATE_START + + self.state = Activation.ACTIVATION_STATE_STARTING + + log("activation %s start asynchronously" % (self)) + + def cb_activate_connection(source_object, res): + assert self.state == Activation.ACTIVATION_STATE_STARTING + try: + ac = nmc.activate_connection_finish(res) + except Exception as e: + self.result_msg = str(e) + log( + "activation %s started asynchronously failed: %s" + % (self, self.result_msg) + ) + else: + self.result_msg = "success" + self.result_ac = ac + log( + "activation %s started asynchronously success: %s" + % (self, ac.get_path()) + ) + self.state = Activation.ACTIVATION_STATE_WAITING + if activated_callback is not None: + activated_callback(self) + + nmc.activate_connection_async( + self.con, None, None, cancellable, cb_activate_connection + ) + + def wait(self, done_callback=None, log=log): + + assert self.state == Activation.ACTIVATION_STATE_WAITING + assert self.result_ac + assert self.wait_id is None + + def cb_wait(ac, state): + if self.is_done(log=log): + self.result_ac.disconnect(self.wait_id) + self.wait_id = None + done_callback(self) + + log("waiting for %s to fully activate" % (self)) + self.wait_id = self.result_ac.connect("notify", cb_wait) + + +class Manager(object): + def __init__(self, nmc, cons): + + self.nmc = nmc + + self.ac_start = [Activation(c) for c in cons] + self.ac_starting = [] + self.ac_waiting = [] + self.ac_done = [] + + def _log(self, msg): + + lists = [self.ac_start, self.ac_starting, self.ac_waiting, self.ac_done] + + n = sum(len(l) for l in lists) + n = str(len(str(n))) + + prefix = "/".join((("%0" + n + "d") % len(l)) for l in lists) + log("%s: %s" % (prefix, msg)) + + def ac_run(self): + + loop = GLib.MainLoop(self.nmc.get_main_context()) + + while self.ac_start or self.ac_starting or self.ac_waiting: + + rate_limit_parallel_in_progress = ( + len(self.ac_starting) + len(self.ac_waiting) >= NUM_PARALLEL_IN_PROGRESS + ) + + if ( + not rate_limit_parallel_in_progress + and self.ac_start + and len(self.ac_starting) < NUM_PARALLEL_STARTING + ): + activation = self.ac_start.pop(0) + self.ac_starting.append(activation) + + def cb_activated(activation2): + self.ac_starting.remove(activation2) + if activation2.is_done(log=self._log): + self.ac_done.append(activation2) + else: + self.ac_waiting.append(activation2) + + def cb_done(activation3): + self.ac_waiting.remove(activation3) + self.ac_done.append(activation3) + loop.quit() + + activation2.wait(done_callback=cb_done, log=self._log) + loop.quit() + + activation.start( + self.nmc, activated_callback=cb_activated, log=self._log + ) + continue + + loop.run() + + res_list = [ac.done_with_success for ac in self.ac_done] + + log( + "%s out of %s activations are now successfully activated" + % (sum(res_list), len(self.ac_done)) + ) + + return all(res_list) + + +def main(): + nmc = nmc_new() + + cons = find_connections(nmc, sys.argv[1:]) + + all_good = Manager(nmc, cons).ac_run() + + nmc_transfer_ref = [nmc] + del nmc + nmc_destroy(nmc_transfer_ref) + + sys.exit(0 if all_good else 1) + + +if __name__ == "__main__": + main() diff --git a/examples/python/gi/update-ip4-method.py b/examples/python/gi/update-ip4-method.py index 811d10b4..036606c4 100755 --- a/examples/python/gi/update-ip4-method.py +++ b/examples/python/gi/update-ip4-method.py @@ -9,7 +9,7 @@ # using the libnm GObject-based convenience APIs. # # Configuration settings are described at -# https://developer.gnome.org/NetworkManager/1.0/ref-settings.html +# https://networkmanager.dev/docs/api/latest/ref-settings.html # import gi diff --git a/examples/ruby/add-connection.rb b/examples/ruby/add-connection.rb index 5ff0ac36..f8978ece 100755 --- a/examples/ruby/add-connection.rb +++ b/examples/ruby/add-connection.rb @@ -18,7 +18,7 @@ require 'ipaddr' # details # # Configuration settings are described here: -# https://developer.gnome.org/NetworkManager/1.0/ref-settings.html +# https://networkmanager.dev/docs/api/latest/ref-settings.html # # Helper functions diff --git a/introspection/org.freedesktop.NetworkManager.Device.Bond.xml b/introspection/org.freedesktop.NetworkManager.Device.Bond.xml index 26611aae..e29dee45 100644 --- a/introspection/org.freedesktop.NetworkManager.Device.Bond.xml +++ b/introspection/org.freedesktop.NetworkManager.Device.Bond.xml @@ -30,8 +30,9 @@ n diff --git a/introspection/org.freedesktop.NetworkManager.Device.Bridge.xml b/introspection/org.freedesktop.NetworkManager.Device.Bridge.xml index 379e702a..ee0a9c50 100644 --- a/introspection/org.freedesktop.NetworkManager.Device.Bridge.xml +++ b/introspection/org.freedesktop.NetworkManager.Device.Bridge.xml @@ -30,8 +30,10 @@ n diff --git a/introspection/org.freedesktop.NetworkManager.Device.OvsBridge.xml b/introspection/org.freedesktop.NetworkManager.Device.OvsBridge.xml index ff58bd95..5970a59d 100644 --- a/introspection/org.freedesktop.NetworkManager.Device.OvsBridge.xml +++ b/introspection/org.freedesktop.NetworkManager.Device.OvsBridge.xml @@ -10,8 +10,9 @@ diff --git a/introspection/org.freedesktop.NetworkManager.Device.OvsPort.xml b/introspection/org.freedesktop.NetworkManager.Device.OvsPort.xml index b4308037..3cd1fa54 100644 --- a/introspection/org.freedesktop.NetworkManager.Device.OvsPort.xml +++ b/introspection/org.freedesktop.NetworkManager.Device.OvsPort.xml @@ -10,8 +10,9 @@ diff --git a/introspection/org.freedesktop.NetworkManager.Device.Team.xml b/introspection/org.freedesktop.NetworkManager.Device.Team.xml index bbae316b..0634d879 100644 --- a/introspection/org.freedesktop.NetworkManager.Device.Team.xml +++ b/introspection/org.freedesktop.NetworkManager.Device.Team.xml @@ -30,8 +30,10 @@ n diff --git a/introspection/org.freedesktop.NetworkManager.Device.xml b/introspection/org.freedesktop.NetworkManager.Device.xml index 32945bcb..82f127ed 100644 --- a/introspection/org.freedesktop.NetworkManager.Device.xml +++ b/introspection/org.freedesktop.NetworkManager.Device.xml @@ -310,6 +310,19 @@ --> + + +