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

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

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/test/data/network/shill_output_l2tpipsec.json
diff --git a/chromeos/test/data/network/shill_output_l2tpipsec.json b/chromeos/test/data/network/shill_output_l2tpipsec.json
index 4848ab4d501a58f59a678d79ce5f2a534d219e66..e9f33ea74956419ab048189c14a8d53cb89988d1 100644
--- a/chromeos/test/data/network/shill_output_l2tpipsec.json
+++ b/chromeos/test/data/network/shill_output_l2tpipsec.json
@@ -3,6 +3,7 @@
"Name": "MyL2TPVPN",
"Provider": {
"Host": "some.host.org",
+ "L2TPIPsec.LCPEchoDisabled": true,
"L2TPIPsec.PSK": "some_preshared_key",
"L2TPIPsec.User": "some username",
"L2TPIPsec.XauthPassword": "some xauth password",

Powered by Google App Engine
This is Rietveld 408576698