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

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

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/valid_l2tpipsec.onc
diff --git a/chromeos/test/data/network/valid_l2tpipsec.onc b/chromeos/test/data/network/valid_l2tpipsec.onc
index 8aab9932fa0aab24bdd8d8f5f760c9af1d023c77..498a217f9fcf5432abbb069d35e4b206ae17ec08 100644
--- a/chromeos/test/data/network/valid_l2tpipsec.onc
+++ b/chromeos/test/data/network/valid_l2tpipsec.onc
@@ -16,7 +16,8 @@
},
"L2TP": {
"Username": "some username",
- "Password": "some password"
+ "Password": "some password",
+ "LcpEchoDisabled": true
}
}
}

Powered by Google App Engine
This is Rietveld 408576698