summaryrefslogtreecommitdiff
path: root/ipacm/src/IPACM_Wlan.cpp
diff options
context:
space:
mode:
authorSkylar Chang <chiaweic@codeaurora.org>2016-09-27 16:10:26 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2016-10-19 12:09:05 -0700
commit8756392f0526ede2ce4861e74082f2e145413a8e (patch)
treeafeb0f618b469ec08238add36781f1a9eba3bd64 /ipacm/src/IPACM_Wlan.cpp
parent6172f4f09155e6e18c2d94214c4afa90ac6d749c (diff)
downloadipacfg-mgr-8756392f0526ede2ce4861e74082f2e145413a8e.tar.gz
IPACM: change DL routing rule to be non-hashable
Change DL routing rule to be non-hashable. Change-Id: Ieeb9c5815b4c18c2e4f67fefb4857d1cc391fb10 Acked-by: Shihuan Liu <shihuanl@qti.qualcomm.com> Signed-off-by: Skylar Chang <chiaweic@codeaurora.org>
Diffstat (limited to 'ipacm/src/IPACM_Wlan.cpp')
-rw-r--r--ipacm/src/IPACM_Wlan.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipacm/src/IPACM_Wlan.cpp b/ipacm/src/IPACM_Wlan.cpp
index c067550..3bf95f2 100644
--- a/ipacm/src/IPACM_Wlan.cpp
+++ b/ipacm/src/IPACM_Wlan.cpp
@@ -1259,7 +1259,7 @@ int IPACM_Wlan::handle_wlan_client_route_rule(uint8_t *mac_addr, ipa_ip_type ipt
rt_rule_entry->rule.attrib.u.v4.dst_addr = get_client_memptr(wlan_client, wlan_index)->v4_addr;
rt_rule_entry->rule.attrib.u.v4.dst_addr_mask = 0xFFFFFFFF;
#ifdef FEATURE_IPA_V3
- rt_rule_entry->rule.hashable = true;
+ rt_rule_entry->rule.hashable = false;
#endif
if (false == m_routing.AddRoutingRule(rt_rule))
{