commit | 22a9493a44ed64d34caab9e1a579c83c06d4a914 | [log] [tgz] |
---|---|---|
author | Matthew Wang <[email protected]> | Tue Oct 17 21:20:45 2017 |
committer | Commit Bot <[email protected]> | Tue Oct 17 21:20:45 2017 |
tree | 3459ddd84430983fab47e993185b3dcbaac982ee | |
parent | 266c53aeb61c82a3b5b7f2c911a465313b2c4f17 [diff] [blame] |
ONC: Add ExtraHosts property to OpenVPN This is needed to support multiple fallback hosts. BUG=742666 TEST=Modified translator and validator unit tests to include checks for ExtraHosts Change-Id: I3faa20fb5d3f3ca490340527ad0a40a7fe9f837a Reviewed-on: https://chromium-review.googlesource.com/720138 Reviewed-by: Kevin Cernekee <[email protected]> Reviewed-by: Steven Bennetts <[email protected]> Commit-Queue: Matthew Wang <[email protected]> Cr-Commit-Position: refs/heads/master@{#509536}
diff --git a/components/onc/onc_constants.cc b/components/onc/onc_constants.cc index 55261d7..b6456bb 100644 --- a/components/onc/onc_constants.cc +++ b/components/onc/onc_constants.cc
@@ -361,6 +361,7 @@ const char kCipher[] = "Cipher"; const char kCompLZO[] = "CompLZO"; const char kCompNoAdapt[] = "CompNoAdapt"; +const char kExtraHosts[] = "ExtraHosts"; const char kIgnoreDefaultRoute[] = "IgnoreDefaultRoute"; const char kInteract[] = "interact"; const char kKeyDirection[] = "KeyDirection";