Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(144)

Unified Diff: chromeos/network/onc/onc_translation_tables.cc

Issue 1058973002: Add an ONC property for disabling LCP echo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Typo "Enabled" instead of "Disabled" Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chromeos/network/onc/onc_translation_tables.cc
diff --git a/chromeos/network/onc/onc_translation_tables.cc b/chromeos/network/onc/onc_translation_tables.cc
index 3db2cfa80d02845f2072dbdf5c8a03acd994363a..0d8cdb64d0f8bcd66b9501aa25ec5a86bbea7356 100644
--- a/chromeos/network/onc/onc_translation_tables.cc
+++ b/chromeos/network/onc/onc_translation_tables.cc
@@ -59,6 +59,7 @@ const FieldTranslationEntry l2tp_fields[] = {
// doesn't support separate settings for ipsec and l2tp.
// { ::onc::vpn::kSaveCredentials, &kBoolSignature },
{::onc::vpn::kUsername, shill::kL2tpIpsecUserProperty},
stevenjb 2015/04/03 23:45:31 nit: s/vpn/l2tp/
+ {::onc::l2tp::kLcpEchoDisabled, shill::kL2tpIpsecLcpEchoDisabledProperty},
{NULL}};
const FieldTranslationEntry openvpn_fields[] = {

Powered by Google App Engine
This is Rietveld 408576698