summaryrefslogtreecommitdiff
path: root/src/nm-types.h
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2015-06-23 17:00:24 +0200
committerThomas Haller <thaller@redhat.com>2015-07-01 16:00:21 +0200
commit85bf9ded2ef37938d92fd64f003713bee4ca492e (patch)
treea707d6d59e3c8566ea83452715110434ec8aa4f4 /src/nm-types.h
parente7f3ccf7cdb5b5d1765b434c71cf622a6a31a966 (diff)
downloadNetworkManager-85bf9ded2ef37938d92fd64f003713bee4ca492e.tar.gz
platform/trivial: rename enum value NM_IP_CONFIG_SOURCE_RTPROT_KERNEL
This source type was platform internal up to now. Next we will expose it.
Diffstat (limited to 'src/nm-types.h')
-rw-r--r--src/nm-types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nm-types.h b/src/nm-types.h
index 426aba5a27..530f9f7b5b 100644
--- a/src/nm-types.h
+++ b/src/nm-types.h
@@ -55,8 +55,8 @@ typedef enum {
/* platform internal flag used to mark routes with RTM_F_CLONED. */
_NM_IP_CONFIG_SOURCE_RTM_F_CLONED,
- /* platform internal flag used to mark routes with protocol RTPROT_KERNEL. */
- _NM_IP_CONFIG_SOURCE_RTPROT_KERNEL,
+ /* routes from platform with protocol RTPROT_KERNEL. */
+ NM_IP_CONFIG_SOURCE_RTPROT_KERNEL,
NM_IP_CONFIG_SOURCE_KERNEL,
NM_IP_CONFIG_SOURCE_SHARED,