Merge "IPACM: fix the CPE client header issue"
diff --git a/ipacm/src/IPACM_Lan.cpp b/ipacm/src/IPACM_Lan.cpp
index ff64335..e8551ba 100644
--- a/ipacm/src/IPACM_Lan.cpp
+++ b/ipacm/src/IPACM_Lan.cpp
@@ -1839,7 +1839,6 @@
/* Replace the v4 header in ODU interface */
if (IPACM_Iface::ipacmcfg->iface_table[ipa_if_num].if_cat == ODU_IF)
- rt_rule_entry->rule.hdr_hdl = ODU_hdr_hdl_v4;
if (false == m_routing.AddRoutingRule(rt_rule))
{
@@ -1867,10 +1866,6 @@
IPACM_Iface::ipacmcfg->rt_tbl_v6.name,
sizeof(rt_rule->rt_tbl_name));
- /* Replace v6 header in ODU interface */
- if (IPACM_Iface::ipacmcfg->iface_table[ipa_if_num].if_cat == ODU_IF)
- rt_rule_entry->rule.hdr_hdl = ODU_hdr_hdl_v6;
-
/* Support QCMAP LAN traffic feature, send to A5 */
rt_rule_entry->rule.dst = IPA_CLIENT_APPS_LAN_CONS;
memset(&rt_rule_entry->rule.attrib, 0, sizeof(rt_rule_entry->rule.attrib));