summaryrefslogtreecommitdiff
path: root/ipacm/inc/IPACM_Iface.h
diff options
context:
space:
mode:
authorSkylar Chang <chiaweic@codeaurora.org>2015-11-03 01:08:56 -0800
committerSkylar Chang <chiaweic@codeaurora.org>2016-04-11 14:51:32 -0700
commit48c4dd4c5a52dd6c0c92e3102a30ba0f5bc0588a (patch)
tree2759198b076313f24dd36d34b11e4979fc9dbb60 /ipacm/inc/IPACM_Iface.h
parent9281509be530c1dead02f51f0e21030536d4a8d0 (diff)
downloadipacfg-mgr-48c4dd4c5a52dd6c0c92e3102a30ba0f5bc0588a.tar.gz
IPACM: add ethernet header for ipv6 DL traffic
In AP+STA/CRADLE modes, the catch-up DL routing rule will not retain the header for ipv6 traffic and be dropped on kernel. The fix is to use hdr_proc_context to add the ethernet header to make SW-path working Change-Id: I415c28c70066bbe97217200e26b7282cf5ee2761
Diffstat (limited to 'ipacm/inc/IPACM_Iface.h')
-rw-r--r--ipacm/inc/IPACM_Iface.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ipacm/inc/IPACM_Iface.h b/ipacm/inc/IPACM_Iface.h
index efcaa63..37004ce 100644
--- a/ipacm/inc/IPACM_Iface.h
+++ b/ipacm/inc/IPACM_Iface.h
@@ -92,8 +92,6 @@ public:
/* IPACM interface v6 ip-address*/
uint32_t ipv6_addr[MAX_DEFAULT_v6_ROUTE_RULES][4];
- uint32_t header_hdl;
-
uint32_t software_routing_fl_rule_hdl[MAX_SOFTWAREROUTING_FILTERTING_RULES];
bool softwarerouting_act;