diff options
author | szym@chromium.org <szym@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-15 18:37:41 +0000 |
---|---|---|
committer | szym@chromium.org <szym@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-15 18:37:41 +0000 |
commit | 2dda2533265ec18061b2984307358437b80eabde (patch) | |
tree | 9b5c4015656c137f0c59a919587f66bad8e831d9 /tools | |
parent | aaed1a5c5e3cae44ee7fc2696f42ae7b45c5d3c3 (diff) | |
download | chromium_src-2dda2533265ec18061b2984307358437b80eabde.zip chromium_src-2dda2533265ec18061b2984307358437b80eabde.tar.gz chromium_src-2dda2533265ec18061b2984307358437b80eabde.tar.bz2 |
[telemetry] Fix instructions for configuring network for --android-rndis
BUG=272381
TBR=bulach
Review URL: https://codereview.chromium.org/26143004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@228732 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/telemetry/telemetry/core/backends/android_rndis.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/telemetry/telemetry/core/backends/android_rndis.py b/tools/telemetry/telemetry/core/backends/android_rndis.py index 3947f74..89715a3 100644 --- a/tools/telemetry/telemetry/core/backends/android_rndis.py +++ b/tools/telemetry/telemetry/core/backends/android_rndis.py @@ -235,7 +235,7 @@ doit & assert host_address, ('Interface %(iface)s was not configured.\n' 'To configure it automatically, add to /etc/network/interfaces:\n' 'auto %(iface)s\n' - 'iface %(iface)s\n' + 'iface %(iface)s inet static\n' ' address 192.168.<unique>.1\n' ' netmask 255.255.255.0' % {'iface': host_iface}) |