commit | 78ed0a9bc6db76f8e5f5f4cb0d2b2f0d1bb21b24 | [log] [tgz] |
---|---|---|
author | Roi Dayan <roid@nvidia.com> | Tue Apr 13 11:06:05 2021 +0300 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Tue Apr 13 13:47:00 2021 +0200 |
tree | 7d42eb7a1cfba6213e7db1d6581a3576cf243044 | |
parent | 9b1a4d0f914b1186248fc88b1cb6ee49e336a2b2 [diff] |
netfilter: flowtable: Add FLOW_OFFLOAD_XMIT_UNSPEC xmit type It could be xmit type was not set and would default to FLOW_OFFLOAD_XMIT_NEIGH and in this type the gc expect to have a route info. Fix that by adding FLOW_OFFLOAD_XMIT_UNSPEC which defaults to 0. Fixes: 8b9229d15877 ("netfilter: flowtable: dst_check() from garbage collector path") Signed-off-by: Roi Dayan <roid@nvidia.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>