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

Unified Diff: chromeos/test/data/network/shill_l2tpipsec_clientcert.json

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/shill_l2tpipsec_clientcert.json
diff --git a/chromeos/test/data/network/shill_l2tpipsec_clientcert.json b/chromeos/test/data/network/shill_l2tpipsec_clientcert.json
index f5b97a83dbc1deb05ae989ac0fe185f16af37ef6..8fccf69c2a16884f803777e2ff3c2e75ef83b2ce 100644
--- a/chromeos/test/data/network/shill_l2tpipsec_clientcert.json
+++ b/chromeos/test/data/network/shill_l2tpipsec_clientcert.json
@@ -4,6 +4,7 @@
"L2TPIPsec.User": "some username",
"L2TPIPsec.XauthPassword": "some xauth password",
"L2TPIPsec.XauthUser": "some xauth username",
+ "L2TPIPsec.LCPEchoDisabled": true,
"Name": "MyL2TPVPN",
"Provider.Host": "some.host.org",
"Provider.Type": "l2tpipsec",

Powered by Google App Engine
This is Rietveld 408576698