| Index: chromeos/network/onc/onc_translation_tables.cc
|
| diff --git a/chromeos/network/onc/onc_translation_tables.cc b/chromeos/network/onc/onc_translation_tables.cc
|
| index c520cf9be59693cd439aca067914940a9c503d58..a19419e0fecdbe18ad4f3506ca1e8987169d6a89 100644
|
| --- a/chromeos/network/onc/onc_translation_tables.cc
|
| +++ b/chromeos/network/onc/onc_translation_tables.cc
|
| @@ -178,6 +178,9 @@ const FieldTranslationEntry ipconfig_fields[] = {
|
| { ::onc::ipconfig::kGateway, shill::kGatewayProperty},
|
| { ::onc::ipconfig::kRoutingPrefix, shill::kPrefixlenProperty},
|
| { ::onc::ipconfig::kNameServers, shill::kNameServersProperty},
|
| + // This field is converted during translation, see ShillToONCTranslator::
|
| + // TranslateIPConfig It is only converted from Shill->ONC.
|
| + // { ::onc::ipconfig::kType, shill::kMethodProperty},
|
| {NULL}};
|
|
|
| struct OncValueTranslationEntry {
|
|
|