summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* device: restart DHCP when the MAC changesbg/restart-dhcp-on-mac-changeBeniamino Galvani2022-08-241-1/+4
| | | | | | | | | | | | If the MAC changes there is the possibility that the DHCP client will not be able to renew the address because it uses the old MAC as CHADDR. Depending on the implementation, the DHCP server might use CHADDR (so, the old address) as the destination MAC for DHCP replies, and those packets will be lost. To avoid this problem, restart the DHCP client when the MAC changes. https://bugzilla.redhat.com/show_bug.cgi?id=2110000
* core: log when dynamic IP configuration is restarted and whyBeniamino Galvani2022-08-245-9/+11
|
* release: bump version to 1.41.0 (development)1.41.0-devAna Cabral2022-08-1568-69/+69
|
* release: bump version to 1.39.90 (1.40-rc1)1.40-rc1Ana Cabral2022-08-152-2/+2
|
* NEWS: updateac/newsAna Cabral2022-08-151-1/+5
|
* po: make update-poac/update-poAna Cabral2022-08-1166-250325/+250388
| | | | $ make -C po update-po
* systemd: merge branch systemd into mainThomas Haller2022-08-1131-160/+282
|\ | | | | | | https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/1333
| * systemd: update code from upstream (2022-08-10)Thomas Haller2022-08-1134-2888/+273
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a direct dump from systemd git. $ git clean -fdx && \ git cat-file -p HEAD | sed '1,/^======$/ d' | bash - && \ git add . ====== SYSTEMD_DIR=../systemd COMMIT=e8d0eb3915ac33cc0d3da87a836cee6e61645227 ( cd "$SYSTEMD_DIR" git checkout "$COMMIT" git reset --hard git clean -fdx ) git ls-files -z :/src/libnm-systemd-core/src/ \ :/src/libnm-systemd-shared/src/ \ :/src/libnm-std-aux/unaligned.h | \ xargs -0 rm -f nm_copy_sd_shared() { mkdir -p "./src/libnm-systemd-shared/$(dirname "$1")" cp "$SYSTEMD_DIR/$1" "./src/libnm-systemd-shared/$1" } nm_copy_sd_core() { mkdir -p "./src/libnm-systemd-core/$(dirname "$1")" cp "$SYSTEMD_DIR/$1" "./src/libnm-systemd-core/$1" } nm_copy_sd_stdaux() { mkdir -p "./src/libnm-std-aux/" cp "$SYSTEMD_DIR/$1" "./src/libnm-std-aux/${1##*/}" } nm_copy_sd_core "src/libsystemd-network/arp-util.c" nm_copy_sd_core "src/libsystemd-network/arp-util.h" nm_copy_sd_core "src/libsystemd-network/dhcp-identifier.c" nm_copy_sd_core "src/libsystemd-network/dhcp-identifier.h" nm_copy_sd_core "src/libsystemd-network/dhcp-lease-internal.h" nm_copy_sd_core "src/libsystemd-network/dhcp6-internal.h" nm_copy_sd_core "src/libsystemd-network/dhcp6-lease-internal.h" nm_copy_sd_core "src/libsystemd-network/dhcp6-network.c" nm_copy_sd_core "src/libsystemd-network/dhcp6-option.c" nm_copy_sd_core "src/libsystemd-network/dhcp6-option.h" nm_copy_sd_core "src/libsystemd-network/dhcp6-protocol.c" nm_copy_sd_core "src/libsystemd-network/dhcp6-protocol.h" nm_copy_sd_core "src/libsystemd-network/lldp-neighbor.c" nm_copy_sd_core "src/libsystemd-network/lldp-neighbor.h" nm_copy_sd_core "src/libsystemd-network/lldp-network.c" nm_copy_sd_core "src/libsystemd-network/lldp-network.h" nm_copy_sd_core "src/libsystemd-network/lldp-rx-internal.h" nm_copy_sd_core "src/libsystemd-network/network-common.c" nm_copy_sd_core "src/libsystemd-network/network-common.h" nm_copy_sd_core "src/libsystemd-network/network-internal.h" nm_copy_sd_core "src/libsystemd-network/sd-dhcp6-client.c" nm_copy_sd_core "src/libsystemd-network/sd-dhcp6-lease.c" nm_copy_sd_core "src/libsystemd-network/sd-lldp-rx.c" nm_copy_sd_core "src/libsystemd/sd-event/event-source.h" nm_copy_sd_core "src/libsystemd/sd-event/event-util.c" nm_copy_sd_core "src/libsystemd/sd-event/event-util.h" nm_copy_sd_core "src/libsystemd/sd-event/sd-event.c" nm_copy_sd_core "src/libsystemd/sd-id128/id128-util.c" nm_copy_sd_core "src/libsystemd/sd-id128/id128-util.h" nm_copy_sd_core "src/libsystemd/sd-id128/sd-id128.c" nm_copy_sd_core "src/systemd/_sd-common.h" nm_copy_sd_core "src/systemd/sd-dhcp6-client.h" nm_copy_sd_core "src/systemd/sd-dhcp6-lease.h" nm_copy_sd_core "src/systemd/sd-dhcp6-option.h" nm_copy_sd_core "src/systemd/sd-event.h" nm_copy_sd_core "src/systemd/sd-id128.h" nm_copy_sd_core "src/systemd/sd-lldp-rx.h" nm_copy_sd_core "src/systemd/sd-lldp.h" nm_copy_sd_core "src/systemd/sd-ndisc.h" nm_copy_sd_shared "src/basic/alloc-util.c" nm_copy_sd_shared "src/basic/alloc-util.h" nm_copy_sd_shared "src/basic/async.h" nm_copy_sd_shared "src/basic/cgroup-util.h" nm_copy_sd_shared "src/basic/dns-def.h" nm_copy_sd_shared "src/basic/env-file.c" nm_copy_sd_shared "src/basic/env-file.h" nm_copy_sd_shared "src/basic/env-util.c" nm_copy_sd_shared "src/basic/env-util.h" nm_copy_sd_shared "src/basic/errno-util.h" nm_copy_sd_shared "src/basic/escape.c" nm_copy_sd_shared "src/basic/escape.h" nm_copy_sd_shared "src/basic/ether-addr-util.c" nm_copy_sd_shared "src/basic/ether-addr-util.h" nm_copy_sd_shared "src/basic/extract-word.c" nm_copy_sd_shared "src/basic/extract-word.h" nm_copy_sd_shared "src/basic/fd-util.c" nm_copy_sd_shared "src/basic/fd-util.h" nm_copy_sd_shared "src/basic/fileio.c" nm_copy_sd_shared "src/basic/fileio.h" nm_copy_sd_shared "src/basic/format-util.c" nm_copy_sd_shared "src/basic/format-util.h" nm_copy_sd_shared "src/basic/fs-util.c" nm_copy_sd_shared "src/basic/fs-util.h" nm_copy_sd_shared "src/basic/glyph-util.c" nm_copy_sd_shared "src/basic/glyph-util.h" nm_copy_sd_shared "src/basic/hash-funcs.c" nm_copy_sd_shared "src/basic/hash-funcs.h" nm_copy_sd_shared "src/basic/hashmap.c" nm_copy_sd_shared "src/basic/hashmap.h" nm_copy_sd_shared "src/basic/hexdecoct.c" nm_copy_sd_shared "src/basic/hexdecoct.h" nm_copy_sd_shared "src/basic/hostname-util.c" nm_copy_sd_shared "src/basic/hostname-util.h" nm_copy_sd_shared "src/basic/in-addr-util.c" nm_copy_sd_shared "src/basic/in-addr-util.h" nm_copy_sd_shared "src/basic/inotify-util.c" nm_copy_sd_shared "src/basic/inotify-util.h" nm_copy_sd_shared "src/basic/io-util.c" nm_copy_sd_shared "src/basic/io-util.h" nm_copy_sd_shared "src/basic/list.h" nm_copy_sd_shared "src/basic/locale-util.c" nm_copy_sd_shared "src/basic/locale-util.h" nm_copy_sd_shared "src/basic/log.h" nm_copy_sd_shared "src/basic/macro.h" nm_copy_sd_shared "src/basic/memory-util.c" nm_copy_sd_shared "src/basic/memory-util.h" nm_copy_sd_shared "src/basic/mempool.c" nm_copy_sd_shared "src/basic/mempool.h" nm_copy_sd_shared "src/basic/missing_fcntl.h" nm_copy_sd_shared "src/basic/missing_random.h" nm_copy_sd_shared "src/basic/missing_socket.h" nm_copy_sd_shared "src/basic/missing_stat.h" nm_copy_sd_shared "src/basic/missing_syscall.h" nm_copy_sd_shared "src/basic/missing_type.h" nm_copy_sd_shared "src/basic/ordered-set.c" nm_copy_sd_shared "src/basic/ordered-set.h" nm_copy_sd_shared "src/basic/parse-util.c" nm_copy_sd_shared "src/basic/parse-util.h" nm_copy_sd_shared "src/basic/path-util.c" nm_copy_sd_shared "src/basic/path-util.h" nm_copy_sd_shared "src/basic/prioq.c" nm_copy_sd_shared "src/basic/prioq.h" nm_copy_sd_shared "src/basic/process-util.c" nm_copy_sd_shared "src/basic/process-util.h" nm_copy_sd_shared "src/basic/random-util.c" nm_copy_sd_shared "src/basic/random-util.h" nm_copy_sd_shared "src/basic/ratelimit.c" nm_copy_sd_shared "src/basic/ratelimit.h" nm_copy_sd_shared "src/basic/set.h" nm_copy_sd_shared "src/basic/signal-util.c" nm_copy_sd_shared "src/basic/signal-util.h" nm_copy_sd_shared "src/basic/siphash24.h" nm_copy_sd_shared "src/basic/socket-util.c" nm_copy_sd_shared "src/basic/socket-util.h" nm_copy_sd_shared "src/basic/sort-util.h" nm_copy_sd_shared "src/basic/sparse-endian.h" nm_copy_sd_shared "src/basic/stat-util.c" nm_copy_sd_shared "src/basic/stat-util.h" nm_copy_sd_shared "src/basic/stdio-util.h" nm_copy_sd_shared "src/basic/string-table.c" nm_copy_sd_shared "src/basic/string-table.h" nm_copy_sd_shared "src/basic/string-util.c" nm_copy_sd_shared "src/basic/string-util.h" nm_copy_sd_shared "src/basic/strv.c" nm_copy_sd_shared "src/basic/strv.h" nm_copy_sd_shared "src/basic/strxcpyx.c" nm_copy_sd_shared "src/basic/strxcpyx.h" nm_copy_sd_shared "src/basic/time-util.c" nm_copy_sd_shared "src/basic/time-util.h" nm_copy_sd_shared "src/basic/tmpfile-util.c" nm_copy_sd_shared "src/basic/tmpfile-util.h" nm_copy_sd_shared "src/basic/umask-util.h" nm_copy_sd_shared "src/basic/user-util.h" nm_copy_sd_shared "src/basic/utf8.c" nm_copy_sd_shared "src/basic/utf8.h" nm_copy_sd_shared "src/basic/util.c" nm_copy_sd_shared "src/basic/util.h" nm_copy_sd_shared "src/fundamental/macro-fundamental.h" nm_copy_sd_shared "src/fundamental/sha256.c" nm_copy_sd_shared "src/fundamental/sha256.h" nm_copy_sd_shared "src/fundamental/string-util-fundamental.c" nm_copy_sd_shared "src/fundamental/string-util-fundamental.h" nm_copy_sd_shared "src/shared/dns-domain.c" nm_copy_sd_shared "src/shared/dns-domain.h" nm_copy_sd_shared "src/shared/log-link.h" nm_copy_sd_shared "src/shared/web-util.c" nm_copy_sd_shared "src/shared/web-util.h" nm_copy_sd_stdaux "src/basic/unaligned.h"
* | bulid: merge branch 'th/autotools-fix-detect-compiler-warning'Thomas Haller2022-08-112-1/+10
|\ \ | | | | | | | | | https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/1334
| * | build/autotools: fix detecting compiler warning for ↵Thomas Haller2022-08-111-1/+1
| | | | | | | | | | | | "-Wno-gnu-variable-sized-type-not-at-end"
| * | m4: add NM_COMPILER_WARNING_FLAG() macroThomas Haller2022-08-111-0/+9
|/ / | | | | | | | | | | | | | | | | | | | | | | We used COMPILER_FLAG(LIBSYSTEMD_NM_CFLAGS, "-Wno-gnu-variable-sized-type-not-at-end") to detect whether the flag is supported. However, that does not work with GCC since version 4.4 due to https://gcc.gnu.org/wiki/FAQ#wnowarning. Note that we already had NM_COMPILER_WARNING(), but that again does something rather different.
* | Revert "wifi: support ↵Thomas Haller2022-08-116-21/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "802-1x.phase1-auth-flags=tls-allow-unsafe-renegotiation" flag" There is still no agreement, about how to name this option, or whether it should exist at all. Revert the addition of the flag. As the new release is coming up, drop the new API. https://bugzilla.redhat.com/show_bug.cgi?id=2072070#c64 https://bugzilla.redhat.com/show_bug.cgi?id=2077973#c24 http://lists.infradead.org/pipermail/hostap/2022-July/040665.html This reverts commit a5a4aea2e627214a3da3c6fdb2651d65a7182ea8.
* | NEWS: updateThomas Haller2022-08-111-0/+28
| |
* | n-dhcp4: re-import git-subtree for 'src/n-dhcp4'Thomas Haller2022-08-111-2/+2
|\ \ | | | | | | | | | git subtree pull --prefix src/n-dhcp4 git@github.com:nettools/n-dhcp4.git master --squash
| * | Squashed 'src/n-dhcp4/' changes from 7db7dc4bab53..f8fc48dc014dThomas Haller2022-08-111-2/+2
| | | | | | | | | | | | | | | | | | | | | f8fc48dc014d n-dhcp4-client: check broadcast_mac field in n_dhcp4_client_config_set_broadcast_mac() git-subtree-dir: src/n-dhcp4 git-subtree-split: f8fc48dc014d016f91c200a81b1208410b1cd667
* | | platform: fix "maybe-uninitialized" warning in nmp_global_tracker_sync()Thomas Haller2022-08-111-1/+2
| | | | | | | | | | | | Fixes: 3a8864a5858d ('platform: delete conflicting route/rule during nmp_global_tracker_sync()')
* | | bond: fix parsing of arp_ip_target to platformFernando Fernandez Mancera2022-08-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | nm_setting_bond_get_option_normalized() is returning the arp_ip_target IPs separated by comma instead of a blank space. https://bugzilla.redhat.com/show_bug.cgi?id=2117202 Fixes: e064eb9d1361 ('bond: use netlink to set bond options')
* | | contrib: set short DHCP lifetime in "nm-env-prepare.sh" scriptThomas Haller2022-08-101-1/+1
| | |
* | | contrib: install tcpdump with "nm-in-container.sh"Thomas Haller2022-08-101-0/+1
| | | | | | | | | | | | | | | | | | It's useful for testing, which is what "nm-in-container.sh" is supposed to provide. It's also only half a megabyte, so reasonably small to install.
* | | contrib: set fixed MAC address in "nm-env-prepare.sh" scriptThomas Haller2022-08-101-3/+5
| | |
* | | platform: fix logging of link removed signalThomas Haller2022-08-101-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The removed signal did not log the interface name. That's because _LOG3D() takes the ifindex and looks into the platform cache to find the interface name. However, if the link is already removed, it won't find it. Fix that by explicitly using the right name. Before: <debug> [1660070838.2976] platform: signal: link removed: 602: testX6 <DOWN;broadcast,multicast> mtu 1500 Now: <debug> [1660070838.2976] platform: (testX6) signal: link removed: 602: testX6 <DOWN;broadcast,multicast> mtu 1500
* | | platform: fix NMLOG_COMMON() macro to use level argumentThomas Haller2022-08-101-1/+1
| | |
* | | platform: make NMLOG_COMMON() macro safer by adding a do{}while(0) blockThomas Haller2022-08-101-18/+23
| | |
* | | mptcp: fix nmp_global_tracker_sync_mptcp_addrs()Thomas Haller2022-08-104-60/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - drop unused "keep_deleted" parameter. It just doesn't make sense. Even less sense than for rules/routes, where this was taken from. - fix nmp_global_tracker_sync_mptcp_addrs() to delete addresses with conflicting flags. We did not correctly delete existing addresses, that were to be reconfigured with different flags. Fixes: 5374c403d285 ('platfrom: handle MPTCP addresses with NMPGlobalTracker')
* | | config: support hex and octal numbers in ↵Thomas Haller2022-08-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nm_config_data_get_connection_default_int64() This affects parsing global connection defaults from "NetworkManager.conf". Let's use a zero base for strtoll(), which honors the prefixes "0x" and "0" to use hex and octal numbers, respectively. Otherwise it uses decimal (base 10). This causes very little ambiguity, but it makes certain numbers just work. Also, we have flags properties, where it makes much more sense to write them in hex, like `connection.mptcp-flags=0x52`.
* | | device: allow reapplying changes to "connection.autoconnect-priorty"Thomas Haller2022-08-091-0/+1
| | | | | | | | | | | | | | | Of course, this setting has no effect while being activated. But it should not prevent reapply.
* | | man: show example how to enable logging in NetworkManagerThomas Haller2022-08-092-2/+19
| | |
* | | NEWS: updateThomas Haller2022-08-091-0/+10
| | |
* | | mptcp: merge branch 'th/mptcp-2'Thomas Haller2022-08-0940-716/+2627
|\ \ \ | | | | | | | | | | | | https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/1315
| * | | all: drop various NMMptcpFlagsThomas Haller2022-08-096-75/+22
| | | | | | | | | | | | | | | | | | | | The default behavior might be sufficient. Drop those flags for now, and figure out a good solution when we have an actual use-case.
| * | | all: add NMMptcpFlags and connection.mptcp-flags propertyThomas Haller2022-08-0922-548/+1424
| | | |
| * | | platfrom: handle MPTCP addresses with NMPGlobalTrackerThomas Haller2022-08-094-15/+590
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When we configure MPTCP addresses, we usually do so per interface (ifindex). That is, because each interface (via NMDevice and NML3Cfg) decides how to configure MPTCP, and then we always add MTCP addresses for this certain ifindex. With that, we could have a purely interface-specific view and not a global sync method. However, there are two problems: The minor problem is that we don't cache the endpoints (because we don't get notifications). We can only get a dump of all endpoints. It seems odd to have a mptcp-addr-sync method that is per-ifindex, when it needs to dump all addresses. The much more important reason is that the number of endpoints that we can configure in kernel is very limited. So we need to make a choice which endpoints to configure, and for that we need to holistic view that NMPGlobalTracker has.
| * | | platform: add dump/update function for MPTCP addressesThomas Haller2022-08-095-19/+366
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since the generic netlink API does (currently) not support notifications about changes of the MPTCP addresses, we won't get notifications when they change, and it seems wrong to put such things in the NMPlatform cache. We can just get the list of endpoints by polling, so add a function nm_platform_mptcp_addrs_dump() for that. Also, add nm_platform_mptcp_addr_update() which can add/remove/update MPTCP addresses.
| * | | platform: add hash functions for NMPlatformMptcpAddr instancesThomas Haller2022-08-092-0/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We already have two hash functions for MPTCP addresses: nmp_object_id_hash*() which compares the identity of objects and nm_platform_mptcp_addr_hash*(), which compares all fields. There is also a need to hash only the address. Add it. Will be used next.
| * | | platform: delete conflicting route/rule during nmp_global_tracker_sync()Thomas Haller2022-08-091-2/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The ID of an object does not entail all properties/attributes. During sync, if we already have an object with the same ID configured, it may still differ in other aspects. Handle those cases, by deleting such routes/rules before adding the desired object.
| * | | platform: drop unnecessary NMPlatformMptcpAddr.in_kernel flagThomas Haller2022-08-092-20/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Since we don't get netlink notifications when the MPTCP endpoints change, we don't cache them. And since we don't cache them, there is less need to mark whether they were received from kernel or created internally.
| * | | platform: adjust identity for MPTCP addr objectsThomas Haller2022-08-091-21/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's not very clear what the best identity is. For example, in kernel you cannot add two MPTCP addresses that only differ by ifindex. Thus (as far as kernel is concerned), the ifindex is not part of the identity. Still, as we will have an interface centric view, this will be useful for us. On the other hand, to kernel is the "id" a second primary key, along side "addr:port". However, to us it's not useful to consider that as part of nmp_object_id_equal(), because usually kernel will pick an "id" for us, and when we track objects that we are about to add, they don't have an "id" yet. So, adjust nmp_object_id_equal(). However -- somewhat unusual -- let it deviate from kernel's understanding of what defines an MPTCP address.
| * | | platform: fix nm_platform_mptcp_addr_cmp() to compare portThomas Haller2022-08-091-1/+2
| | | | | | | | | | | | | | | | Fixes: 1a0c8772b0d9 ('platform: add NMPlatformMptcpAddr object')
| * | | platform: use nlmsg_parse_error() in _netlink_recv_handle()Thomas Haller2022-08-091-37/+8
| | | |
| * | | platform: use NLA_NEST_END() macro in _wireguard_create_change_nlmsgs()Thomas Haller2022-08-091-18/+8
| | | |
| * | | platform/netlink: add NLA_NEST_END() helper macroThomas Haller2022-08-091-0/+8
| | | | | | | | | | | | | | | | | | | | It's upper case like NLA_PUT(), which also does a goto nla_put_failure; on error. Otherwise, the upper case naming is a bit odd.
| * | | platform/netlink: add nlmsg_parse_error() helperThomas Haller2022-08-094-0/+50
| | | |
| * | | platform/netlink: add nlmsg_undata() helperThomas Haller2022-08-091-2/+9
| | | |
| * | | platform/netlink: make callback parameters to nl_recvmsg() constThomas Haller2022-08-095-21/+23
| | | |
| * | | nmcli: improve handling nicks for enum valuesThomas Haller2022-08-091-13/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For enum type properties, we support to specify a list of aliases. - the getter uses a separate list from the setter. The idea is that some of these aliases are only for showing, but not for setting. Add a special marker GOBJECT_ENUM_VALUE_INFOS_GET_FROM_SETTER which indicates that the value information from the setter should also be used by the getter. - extend _values_fcn_gobject_enum() to also return the nicks from the setter for bash completion. After all, they can be set too.
| * | | device: fix reapply for lldp/mdns/llmnr/dns-over-tls settingsThomas Haller2022-08-091-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When only one of those connection.{lldp,mdns,llmnr,dns-over-tls} settings changes, we still need to do a full restart of the IP configuration to reapply the changes. Fixes: 58287cbcc0c8 ('core: rework IP configuration in NetworkManager using layer 3 configuration')
| * | | glib-aux,platform: add comments to ↵Thomas Haller2022-08-092-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | nm_platform_ip_address_get_scope()/nm_utils_ip_is_site_local() About site-local IPv6 addresses (unique local addresses, ULA).
| * | | glib-aux: add nm_utils_ip6_is_ula() helperThomas Haller2022-08-092-0/+8
| | | |
| * | | glib-aux: add nm_g_hash_table_contains_any() helperThomas Haller2022-08-091-0/+19
| | | |
| * | | std-aux: add nm_utils_addr_family_to_size_untrusted() helperThomas Haller2022-08-091-0/+22
|/ / /