summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Shmidt <dimitrysh@google.com>2012-07-23 17:41:08 -0700
committerDmitry Shmidt <dimitrysh@google.com>2012-07-23 17:43:57 -0700
commit8a05c0f91519ff5c0c75d42e207db64fc500429a (patch)
tree21cd0539d2cce51ca4fbc237a150412d7a7c3a9e
parentb306dbbfd34df79865d527c1670d6f03c7ac514b (diff)
downloadhardware_broadcom_wlan-8a05c0f91519ff5c0c75d42e207db64fc500429a.zip
hardware_broadcom_wlan-8a05c0f91519ff5c0c75d42e207db64fc500429a.tar.gz
hardware_broadcom_wlan-8a05c0f91519ff5c0c75d42e207db64fc500429a.tar.bz2
bcmdhd: dhcpcd: Disable solicitation of IPv6 Router Advertisements
Change-Id: Ida46a9e9ab40a0aba3a702f54ee7336bfed9c8f6 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
-rw-r--r--bcmdhd/config/android_dhcpcd.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/bcmdhd/config/android_dhcpcd.conf b/bcmdhd/config/android_dhcpcd.conf
index 54006c7..e6b4414 100644
--- a/bcmdhd/config/android_dhcpcd.conf
+++ b/bcmdhd/config/android_dhcpcd.conf
@@ -1,6 +1,9 @@
# dhcpcd configuration for Android Wi-Fi interface
# See dhcpcd.conf(5) for details.
+# Disable solicitation of IPv6 Router Advertisements
+noipv6rs
+
interface wlan0
# dhcpcd-run-hooks uses these options.
option subnet_mask, routers, domain_name_servers