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.
This commit is contained in:
Thomas Haller
2015-06-23 17:00:24 +02:00
parent e7f3ccf7cd
commit 85bf9ded2e
4 changed files with 6 additions and 6 deletions

View File

@@ -786,7 +786,7 @@ _vt_cmd_obj_is_visible_ipx_route (const NMPObject *obj)
{
NMIPConfigSource source = obj->ip_route.source;
return obj->object.ifindex > 0 && (source != _NM_IP_CONFIG_SOURCE_RTPROT_KERNEL && source != _NM_IP_CONFIG_SOURCE_RTM_F_CLONED);
return obj->object.ifindex > 0 && (source != NM_IP_CONFIG_SOURCE_RTPROT_KERNEL && source != _NM_IP_CONFIG_SOURCE_RTM_F_CLONED);
}
/******************************************************************/