commit | 1b67e50601fabc9589022e6b5e79fd8596c2338e | [log] [tgz] |
---|---|---|
author | wenxu <wenxu@ucloud.cn> | Fri Dec 20 12:14:36 2019 +0800 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Sun Jan 05 10:06:27 2020 +0100 |
tree | bf03fdf50b17f0c02ed985e763dd1fdc192984d2 | |
parent | 8ca79606cdfde2e37ee4f0707b9d1874a6f0eb38 [diff] |
netfilter: nf_flow_table_offload: fix incorrect ethernet dst address Ethernet destination for original traffic takes the source ethernet address in the reply direction. For reply traffic, this takes the source ethernet address of the original direction. Fixes: c29f74e0df7a ("netfilter: nf_flow_table: hardware offload support") Signed-off-by: wenxu <wenxu@ucloud.cn> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>