IPACM: Fix RNDIS ipv6 ping issue
Recently the Andorid ipv6 framework got changed.
Previously the icmpv6 echo request fomr rndis
is taking ipa-HW path and DL echo reply is taking
SW-path which works. However in recent build, the
icmpv6 DL forwarding is failed from rmnet_data0
to rndis0 because the more restrict conntrack
mechanism is applied for ipv6 which causes the
ping failed. The fix is to force all icmpv6 traffic
taking SW-path to make conntrack entry established.
Change-Id: Iec02707f21fc2a28384e87a20aec6455040e8da9
3 files changed