From d6b0780628bf4f758fd68534b4ecdf2da0fe2a7f Mon Sep 17 00:00:00 2001 From: Pavel Maltsev Date: Wed, 30 May 2018 12:31:21 -0700 Subject: [PATCH] Fix comments to reflect changes in eth service OEMs should be able to set gateway, DNS and domain for their static IP configuration. Bug: 80090920 Test: m Change-Id: Id7b6d538e2551cbd188821feb4b4feb102e4c751 --- core/res/res/values/config.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index b0ecb3ecf11df..1669c25ac49ba 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -377,12 +377,14 @@ [Network Capabilities] Optional. A comma seprated list of network capabilities. Values must be from NetworkCapabilities#NET_CAPABILITIES_* constants. [IP config] Optional. If empty or not specified - DHCP will be used, otherwise - static IP address with the mask. + use the following format to specify static IP configuration: + ip= gateway= dns= + domains= -->