commit | f1363e058b84e61d39f9796fa806090ad7a28ebd | [log] [tgz] |
---|---|---|
author | Pablo Neira Ayuso <pablo@netfilter.org> | Tue Nov 12 00:29:54 2019 +0100 |
committer | David S. Miller <davem@davemloft.net> | Tue Nov 12 19:42:26 2019 -0800 |
tree | 975cba24c002cdaf74c3c01e76a1c479f39b9edb | |
parent | 62248df88a406a443b838a3633a7f60a716f999e [diff] |
netfilter: nf_flow_table: detach routing information from flow description This patch adds the infrastructure to support for flow entry types. The initial type is NF_FLOW_OFFLOAD_ROUTE that stores the routing information into the flow entry to define a fastpath for the classic forwarding path. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org> Signed-off-by: David S. Miller <davem@davemloft.net>