msm: ipa: Add NAT and IPv6 CT suppression tests

Add kernel tests to validate NAT and IPv6 CT suppression
tests.

Change-Id: If69b651330846b92c85184c5afdeba73bafa1592
Signed-off-by: Chaitanya Pratapa <quic_cpratapa@quicinc.com>
此提交包含在:
Chaitanya Pratapa
2021-09-08 17:07:01 -07:00
提交者 Gerrit - the friendly Code Review server
父節點 47c0ae3849
當前提交 1fb4520d43
共有 4 個檔案被更改,包括 1554 行新增7 行删除

查看文件

@@ -80,6 +80,7 @@ public:
bool Reset(enum ipa_ip_type ip);
bool GetRoutingTable(struct ipa_ioc_get_rt_tbl *routingTable);
bool PutRoutingTable(uint32_t routingTableHandle);
bool SetNatConntrackExcRoutingTable(uint32_t routingTableHandle, bool nat_or_conntrack);
};
#endif