qcom: Enabling default route addition during RA in IPv6

Removing the code which sets accept_ra_defrtr to 0 for all interfaces

Change-Id: I280a317f21190420a10bb2abfc479749d75ec15b
This commit is contained in:
Ravinder Konka 2014-11-13 20:04:29 +05:30 committed by Gerrit - the friendly Code Review server
parent 9e02d42595
commit 71a90539e5
1 changed files with 0 additions and 8 deletions

View File

@ -112,14 +112,6 @@ start_msm_irqbalance()
} }
baseband=`getprop ro.baseband` baseband=`getprop ro.baseband`
#
# Suppress default route installation during RA for IPV6; user space will take
# care of this
# exception default ifc
for file in /proc/sys/net/ipv6/conf/*
do
echo 0 > $file/accept_ra_defrtr
done
echo 1 > /proc/sys/net/ipv6/conf/default/accept_ra_defrtr echo 1 > /proc/sys/net/ipv6/conf/default/accept_ra_defrtr
case "$baseband" in case "$baseband" in