| 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 b538145c12145d22b8a51adda7462efc8b47ace3..b67ecb7745fd22057f0a6ad53e1bfede440bdef4 100644
|
| --- a/chromeos/network/onc/onc_translation_tables.cc
|
| +++ b/chromeos/network/onc/onc_translation_tables.cc
|
| @@ -36,7 +36,7 @@ const FieldTranslationEntry eap_fields[] = {
|
| {NULL}};
|
|
|
| const FieldTranslationEntry ipsec_fields[] = {
|
| - // Ignored by Shill, not necessary to synchronize.
|
| + // This field is converted during translation, see onc_translator_*.
|
| // { ::onc::ipsec::kAuthenticationType, shill::kL2tpIpsecAuthenticationType
|
| // },
|
| { ::onc::ipsec::kGroup, shill::kL2tpIpsecTunnelGroupProperty},
|
|
|