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

Unified Diff: chromeos/test/data/network/l2tpipsec_clientcert_with_cert_pems.onc

Issue 1058973002: Add an ONC property for disabling LCP echo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address stevenjb@'s comments Created 5 years, 8 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/test/data/network/l2tpipsec_clientcert_with_cert_pems.onc
diff --git a/chromeos/test/data/network/l2tpipsec_clientcert_with_cert_pems.onc b/chromeos/test/data/network/l2tpipsec_clientcert_with_cert_pems.onc
index 40bf36948fffb5923ba534156b6ea13c089ea075..d412b89ceb552d5dbf24eda182c4ae11ecc4eb2f 100644
--- a/chromeos/test/data/network/l2tpipsec_clientcert_with_cert_pems.onc
+++ b/chromeos/test/data/network/l2tpipsec_clientcert_with_cert_pems.onc
@@ -29,7 +29,8 @@
},
"L2TP": {
"Username": "some username",
- "Password": "some password"
+ "Password": "some password",
+ "LcpEchoDisabled": true
}
}
}

Powered by Google App Engine
This is Rietveld 408576698