commit | 3ca28286ea809685d273d41674da34f45111482a | [log] [tgz] |
---|---|---|
author | Florian Westphal <fw@strlen.de> | Mon Jul 17 13:57:21 2017 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Jul 18 11:13:41 2017 -0700 |
tree | afd48222de70edca51b05be004469984b823dfc7 | |
parent | 3c2a89ddc11896cf5498115c0380ab54b1c424b7 [diff] |
xfrm_policy: bypass flow_cache_lookup Instead of consulting flow cache, call the xfrm bundle/policy lookup functions directly. This pretends the flow cache had no entry. This helps to gradually remove flow cache integration, followup commit will remove the dead code that this change adds. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: David S. Miller <davem@davemloft.net>