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

Unified Diff: components/onc/onc_constants.h

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: components/onc/onc_constants.h
diff --git a/components/onc/onc_constants.h b/components/onc/onc_constants.h
index 718a1d0a9d88a8514a07e63a4dab9dbcf3883e6e..a1c7fe9d62120059beaa514d154f8dba389ed348 100644
--- a/components/onc/onc_constants.h
+++ b/components/onc/onc_constants.h
@@ -332,6 +332,10 @@ ONC_EXPORT extern const char kServerCARefs[];
ONC_EXPORT extern const char kXAUTH[];
} // namespace ipsec
+namespace l2tp {
+ONC_EXPORT extern const char kLcpEchoDisabled[];
+} // namespace l2tp
+
namespace openvpn {
ONC_EXPORT extern const char kAuthNoCache[];
ONC_EXPORT extern const char kAuthRetry[];

Powered by Google App Engine
This is Rietveld 408576698