aboutsummaryrefslogtreecommitdiff
path: root/dbus/service_constants.h
diff options
context:
space:
mode:
authorGarret Kelly <gdk@chromium.org>2015-02-20 00:16:25 -0500
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2015-02-20 16:46:19 +0000
commitc13787c3e9b8083a6655c1b2d59e7dffda195ae6 (patch)
tree9a324a8cf2051a503104d124e7ab0a02fe82a4ca /dbus/service_constants.h
parente2bff0b88626175caaf55c5ae23a1cf5979a8adb (diff)
downloadsystem_api-c13787c3e9b8083a6655c1b2d59e7dffda195ae6.tar.gz
system_api: add kLinkUpProperty to shill
Ethernet.LinkUp will be exposed by Ethernet devices in shill to indicate whether or not they have an underlying physical link. BUG=chrome-os-partner:36917 TEST=emerge-amd64-generic system_api Change-Id: Ic9399edf2b6336f143d1e3739c48e605406969bd Reviewed-on: https://chromium-review.googlesource.com/251466 Trybot-Ready: Garret Kelly <gdk@chromium.org> Reviewed-by: Paul Stewart <pstew@chromium.org> Commit-Queue: Garret Kelly <gdk@chromium.org> Tested-by: Garret Kelly <gdk@chromium.org>
Diffstat (limited to 'dbus/service_constants.h')
-rw-r--r--dbus/service_constants.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dbus/service_constants.h b/dbus/service_constants.h
index 4b75075..1889f96 100644
--- a/dbus/service_constants.h
+++ b/dbus/service_constants.h
@@ -820,6 +820,7 @@ const char kOnPlatformMessageFunction[] = "OnPlatformMessage";
const char kEapAuthenticationCompletedProperty[] = "EapAuthenticationCompleted";
const char kEapAuthenticatorDetectedProperty[] = "EapAuthenticatorDetected";
const char kLinkMonitorResponseTimeProperty[] = "LinkMonitorResponseTime";
+const char kLinkUpProperty[] = "Ethernet.LinkUp";
const char kProviderRequiresRoamingProperty[] =
"Cellular.ProviderRequiresRoaming";
const char kPPPoEProperty[] = "Ethernet.PPPoE";