commit | 48da00384286b9ede225b20d1e93662e94c13081 | [log] [tgz] |
---|---|---|
author | Murat Sezgin <msezgin@codeaurora.org> | Thu Jun 01 12:52:04 2017 -0700 |
committer | Murat Sezgin <msezgin@codeaurora.org> | Thu Jun 01 12:56:30 2017 -0700 |
tree | 9e7f1e6dd66df37ccd2f7afa95365c9a38cb7519 | |
parent | 96ed0347c53aeaea00a5f37473c277ef42fde17c [diff] |
[qca-nss-ecm] Do not process unconfirmed connections. The unconfirmed connections may be dropped by linux after the ECM post routing hook. ECM's post routing hook priority is "NF_IP_PRI_NAT_SRC + 1" which is before the NF_IP_PRI_CONNTRACK_CONFIRM (INT_MAX, which is 2^31-1). Change-Id: I407dccba1baece45fc90bad03b65b40c2c244564 Signed-off-by: Murat Sezgin <msezgin@codeaurora.org>