NetworkManager/src/platform
Thomas Haller d2871e453f platform: reorder printing address flags in nm_platform_addr_flags2str()
Print the "tentative" flags as last. Most other flags, have more the character of
a user configured attribute, while "tentative" reflects the current state of the address.

Previously, we would log
    secondary,tentative
and
    tentative,mngtmpaddr,noprefixroute

Print the "tenative" flag last. This way, the flag that commonly
will flip by kernel's decision, is consistently printed last.
2018-02-07 13:41:52 +01:00
..
tests meson: Improve dependency system 2018-01-10 12:20:17 +01:00
wifi all: replace non-leading tabs with spaces 2018-02-07 13:32:04 +01:00
nm-fake-platform.c wifi: always build nl80211 CRIT_PROTOCOL support 2018-01-15 20:29:26 +01:00
nm-fake-platform.h core: refactor private data in "src" 2016-10-04 09:50:56 +02:00
nm-linux-platform.c platform: move netlink functions to nm-netlink.h 2018-01-15 20:29:26 +01:00
nm-linux-platform.h platform: use NMDedupMultiIndex for routes in NMPCache 2017-07-05 18:37:38 +02:00
nm-netlink.c platform: move genl functions to nm-netlink.c 2018-01-15 20:29:26 +01:00
nm-netlink.h platform: move genl functions to nm-netlink.c 2018-01-15 20:29:26 +01:00
nm-platform-private.h platform: expose emit-signal function from platform 2017-07-05 18:37:39 +02:00
nm-platform-utils.c udev: drop libgudev in favor of libudev 2017-03-22 12:41:06 +01:00
nm-platform-utils.h udev: drop libgudev in favor of libudev 2017-03-22 12:41:06 +01:00
nm-platform.c platform: reorder printing address flags in nm_platform_addr_flags2str() 2018-02-07 13:41:52 +01:00
nm-platform.h trivial: avoid XXX tag and replace by NOTE or FIXME 2018-01-23 12:55:33 +01:00
nmp-netns.c all: don't use NM_FLAGS_HAS() with non-constant argument 2017-12-15 11:48:38 +01:00
nmp-netns.h core: cleanup implementation of nm_auto* macros to use nm_auto() 2017-10-11 08:43:40 +02:00
nmp-object.c all: get rid of a handful of unused-but-set variables 2017-12-18 13:29:32 +01:00
nmp-object.h platform: add support for traffic filters 2017-12-11 11:08:41 +01:00