NetworkManager/src
Thomas Haller 94a5ae58ae
cli: drop duplicate dot in error message
$ nmcli connection add type dummy con-name x autoconnect no ipv4.method disabled ipv6.method disabled ifname d0
  $ ip link add d1 type dummy
  $ nmcli connection up x ifname d1
  Error: device 'd1' not compatible with connection 'x': The interface names of the device and the connection didn't match..
2021-07-08 17:20:16 +02:00
..
c-list build: move c-util/nettools library from "shared/" to "src/" 2021-02-24 12:48:28 +01:00
c-rbtree build: move c-util/nettools library from "shared/" to "src/" 2021-02-24 12:48:28 +01:00
c-siphash build: move c-util/nettools library from "shared/" to "src/" 2021-02-24 12:48:28 +01:00
c-stdaux build: move c-util/nettools library from "shared/" to "src/" 2021-02-24 12:48:28 +01:00
contrib clang-format: reformat code with clang 12 2021-05-04 13:56:26 +02:00
core device: don't add-and-activate dummy profiles with autoconf enabled 2021-07-08 17:20:15 +02:00
libnm-base lgtm: suppress lgtm[cpp/duplicate-include-guard] warning in ethtool header 2021-06-01 17:54:07 +02:00
libnm-client-aux-extern build: move "clients/common/" to "src/libnmc-{base,setting}/" 2021-03-02 08:38:25 +01:00
libnm-client-impl cli: drop duplicate dot in error message 2021-07-08 17:20:16 +02:00
libnm-client-public libnm: add NM_OBJECT_CLIENT property 2021-06-23 14:55:05 +02:00
libnm-client-test build/meson: cleanup dependencies for libnm-core-aux-intern 2021-02-28 10:42:05 +01:00
libnm-core-aux-extern build/meson: cleanup dependencies for libnm-core-aux-extern 2021-02-28 10:42:06 +01:00
libnm-core-aux-intern bond: support the peer_notif_delay bond option 2021-07-01 15:20:22 -03:00
libnm-core-impl libnm: change behavior for normalizing wireguard/dummy profiles to use ipv6.method=disabled 2021-07-08 17:20:15 +02:00
libnm-core-intern libnm: add flag to control whether to_dbus_fcn() should handle default values 2021-06-23 12:47:33 +02:00
libnm-core-public libnm: add "ip4-config-method" normalization parameter 2021-07-08 17:20:15 +02:00
libnm-glib-aux glib-aux: use nm_utils_gettid() instead of gettid() 2021-07-08 08:31:47 +02:00
libnm-log-core logging: add _nm_log_full() macro 2021-04-12 16:46:01 +02:00
libnm-log-null build: remove shared/ directory 2021-02-24 12:49:13 +01:00
libnm-platform platform: fix releasing thead-local stack of NMPNetns instances 2021-07-05 14:51:27 +02:00
libnm-std-aux glib-aux: use NM_AUTO_PROTECT_ERRNO() in nm_auto_close and nm_auto_fclose 2021-07-01 11:04:22 +02:00
libnm-systemd-core systemd: merge branch systemd into main 2021-06-23 13:47:39 +02:00
libnm-systemd-shared trivial: fix code style 2021-07-08 09:57:39 +02:00
libnm-udev-aux build/meson: cleanup dependencies for libnm-udev-aux 2021-02-28 10:42:04 +01:00
libnmc-base libnmc-base: don't set DNS priority when importing Wireguard connections 2021-06-23 20:31:14 +02:00
libnmc-setting all: add a new ipv{4,6}.required-timeout property 2021-07-05 15:15:44 +02:00
libnmt-newt libnmt-newt: use cleanup macro in nmt_newt_button_build_component() 2021-05-11 13:56:50 +02:00
linux-headers platform: move "linux/nl802154.h" to "src/linux-headers/" 2021-03-05 11:27:15 +01:00
n-acd build: move c-util/nettools library from "shared/" to "src/" 2021-02-24 12:48:28 +01:00
n-dhcp4 n-dhcp4: avoid maybe-uninitialized warning in n_dhcp4_c_connection_dispatch_io() 2021-06-30 16:35:42 +02:00
nm-cloud-setup build: fix linking libnm-log-null into different test programs 2021-07-05 14:51:27 +02:00
nm-daemon-helper nm-daemon-helper: fix indentation 2021-06-16 18:32:44 +02:00
nm-dispatcher build: fix linking libnm-log-null into different test programs 2021-07-05 14:51:27 +02:00
nm-initrd-generator initrd: set required-timeout for default IPv4 configuration 2021-07-05 15:15:45 +02:00
nm-online build: fix linking libnm-log-null into different test programs 2021-07-05 14:51:27 +02:00
nmcli cli: fail nmcli connection up $PROFILE ifname $DEVICE for non-existing virtual device 2021-07-08 17:20:15 +02:00
nmtui tui: use internal _nm_utils_ip4_prefix_to_netmask() helper 2021-05-11 13:56:48 +02:00
tests/client all: add a new ipv{4,6}.required-timeout property 2021-07-05 15:15:44 +02:00
meson.build core: add infrastructure for spawning a helper process 2021-06-11 21:43:12 +02:00