aboutsummaryrefslogtreecommitdiff
path: root/dbus/service_constants.h
diff options
context:
space:
mode:
authorGarret Kelly <gdk@chromium.org>2015-03-09 15:13:51 -0400
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2015-03-10 20:44:49 +0000
commita9c678a36500066f801e787e2a01d992dd0243ed (patch)
tree7fdc324bdb9b5828cd9b7ef44bb2b772db7e7700 /dbus/service_constants.h
parentc5bdf1006816594881f96840c21deeb90794969b (diff)
downloadsystem_api-a9c678a36500066f801e787e2a01d992dd0243ed.tar.gz
system_api: expose PPPoE configuration properties
Expose the LCP echo interval and echo failure properties for shill. BUG=chrome-os-partner:37468 TEST=emerge-amd64-generic system_api Change-Id: I378fb11ccde71d0ccd44e2816bf92c4980dc687b Reviewed-on: https://chromium-review.googlesource.com/257530 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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/dbus/service_constants.h b/dbus/service_constants.h
index eb80367..21a39fd 100644
--- a/dbus/service_constants.h
+++ b/dbus/service_constants.h
@@ -695,6 +695,8 @@ const char kOpenVPNUserProperty[] = "OpenVPN.User";
// FlimFlam PPPoE property names.
const char kPPPoEUsernameProperty[] = "PPPoE.Username";
const char kPPPoEPasswordProperty[] = "PPPoE.Password";
+const char kPPPoELCPEchoIntervalProperty[] = "PPPoE.LCPEchoInterval";
+const char kPPPoELCPEchoFailureProperty[] = "PPPoE.LCPEchoFailure";
// FlimFlam technology family options
const char kTechnologyFamilyCdma[] = "CDMA";