summaryrefslogtreecommitdiffstats
path: root/components/onc/docs
diff options
context:
space:
mode:
authorzqiu <zqiu@chromium.org>2014-10-06 19:16:11 -0700
committerCommit bot <commit-bot@chromium.org>2014-10-07 02:16:34 +0000
commit6929e390483915c1de0697425bd35c67c05daf4c (patch)
tree18116925bdb63e04b38a47e1ea4bfe6a73b72ec0 /components/onc/docs
parent41a18987c3253d889091bc4c6a442fc723c7c895 (diff)
downloadchromium_src-6929e390483915c1de0697425bd35c67c05daf4c.zip
chromium_src-6929e390483915c1de0697425bd35c67c05daf4c.tar.gz
chromium_src-6929e390483915c1de0697425bd35c67c05daf4c.tar.bz2
Allow option to disable link monitor for WiFi network
By default, link monitor is enabled for WiFi network. When it is enabled, it will send ARP request to default gateway periodically. This CL adds an ONC configuration option to disable the link monitor. BUG=chromium:415367 Review URL: https://codereview.chromium.org/598173002 Cr-Commit-Position: refs/heads/master@{#298327}
Diffstat (limited to 'components/onc/docs')
-rw-r--r--components/onc/docs/onc_spec.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/components/onc/docs/onc_spec.html b/components/onc/docs/onc_spec.html
index 686dfda..6a42ae0 100644
--- a/components/onc/docs/onc_spec.html
+++ b/components/onc/docs/onc_spec.html
@@ -636,6 +636,18 @@
</p>
<dl class="field_list">
+ <dt class="field">AllowGatewayARPPolling</dt>
+ <dd>
+ <span class="field_meta">
+ (optional, defaults to <span class="value">true</span>)
+ <span class="type">boolean</span>
+ </span>
+ Indicaties if ARP polling of default gateway is allowed.
+ When it is allowed, periodic ARP messages will be sent to
+ the default gateway. This is used for monitoring the status
+ of the current connection.
+ </dd>
+
<dt class="field">AutoConnect</dt>
<dd>
<span class="field_meta">