summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2018-02-06 15:08:34 +0100
committerThomas Haller <thaller@redhat.com>2018-02-07 13:41:52 +0100
commitd2871e453f0f9f0c13b75c266b3f5a386c16cfb0 (patch)
treef3bebf46ada0e7f63ca022115afb4d39c3c26fc4 /src
parente6f15f26ebdc0d75e3e121bd6eb4b400c21394a6 (diff)
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.
Diffstat (limited to 'src')
-rw-r--r--src/platform/nm-platform.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/platform/nm-platform.c b/src/platform/nm-platform.c
index 78bd118244..7e42eee31c 100644
--- a/src/platform/nm-platform.c
+++ b/src/platform/nm-platform.c
@@ -5083,10 +5083,10 @@ NM_UTILS_FLAGS2STR_DEFINE (nm_platform_addr_flags2str, unsigned,
NM_UTILS_FLAGS2STR (IFA_F_OPTIMISTIC, "optimistic"),
NM_UTILS_FLAGS2STR (IFA_F_HOMEADDRESS, "homeaddress"),
NM_UTILS_FLAGS2STR (IFA_F_DEPRECATED, "deprecated"),
- NM_UTILS_FLAGS2STR (IFA_F_TENTATIVE, "tentative"),
NM_UTILS_FLAGS2STR (IFA_F_PERMANENT, "permanent"),
NM_UTILS_FLAGS2STR (IFA_F_MANAGETEMPADDR, "mngtmpaddr"),
NM_UTILS_FLAGS2STR (IFA_F_NOPREFIXROUTE, "noprefixroute"),
+ NM_UTILS_FLAGS2STR (IFA_F_TENTATIVE, "tentative"),
);
NM_UTILS_ENUM2STR_DEFINE (nm_platform_route_scope2str, int,