From 8a05c0f91519ff5c0c75d42e207db64fc500429a Mon Sep 17 00:00:00 2001 From: Dmitry Shmidt Date: Mon, 23 Jul 2012 17:41:08 -0700 Subject: bcmdhd: dhcpcd: Disable solicitation of IPv6 Router Advertisements Change-Id: Ida46a9e9ab40a0aba3a702f54ee7336bfed9c8f6 Signed-off-by: Dmitry Shmidt --- bcmdhd/config/android_dhcpcd.conf | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.1