commit | e97d9404d5e8aea1f91f4c00dbe7854008f3a1e1 | [log] [tgz] |
---|---|---|
author | Florian Westphal <fw@strlen.de> | Fri Jun 15 23:46:42 2018 +0200 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Mon Jul 16 17:51:48 2018 +0200 |
tree | 3a40d69540914f35f5adea64e02a6b4b70d26dbc | |
parent | 6542df2f8412a8a065e987aac940130884028715 [diff] |
netfilter: flowtables: use fixed renew timeout on teardown This is one of the very few external callers of ->get_timeouts(), We can use a fixed timeout instead, conntrack core will refresh this in case a new packet comes within this period. Use of ESTABLISHED timeout seems way too huge anyway. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>