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:
parent
9e02d42595
commit
71a90539e5
|
@ -112,14 +112,6 @@ start_msm_irqbalance()
|
|||
}
|
||||
|
||||
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
|
||||
|
||||
case "$baseband" in
|
||||
|
|
Loading…
Reference in New Issue