commit | 6344d49d45e6c9b94dff702d1665b7c2a523e9e5 | [log] [tgz] |
---|---|---|
author | Linux Build Service Account <lnxbuild@localhost> | Wed Jul 22 08:11:39 2015 -0700 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Wed Jul 22 08:11:39 2015 -0700 |
tree | c7107cca3d7008106e45b94b3ab9792bae2dcde2 | |
parent | 5132d8c0ce162302f4ec89db6b8351d919c60ce3 [diff] | |
parent | 6d88f62f7c69bdbdb8d76ec38bb90dc4440b98e3 [diff] |
Merge "IPACM: fix incorrect filter index issue"
diff --git a/ipacm/src/IPACM_Lan.cpp b/ipacm/src/IPACM_Lan.cpp index a768e08..6e5f006 100644 --- a/ipacm/src/IPACM_Lan.cpp +++ b/ipacm/src/IPACM_Lan.cpp
@@ -477,7 +477,13 @@ { install_ipv6_icmp_flt_rule(); } + +#ifdef FEATURE_IPA_ANDROID + add_dummy_private_subnet_flt_rule(data->iptype); + handle_private_subnet_android(data->iptype); +#else handle_private_subnet(data->iptype); +#endif if (IPACM_Wan::isWanUP()) {