commit | 2a79fd3908acd88e6cb0e620c314d7b1fee56a02 | [log] [tgz] |
---|---|---|
author | Jason A. Donenfeld <Jason@zx2c4.com> | Wed May 30 20:43:15 2018 +0200 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Fri Jun 01 09:47:36 2018 +0200 |
tree | ec9191bcd2226c9a3658f13c3e058c9da84c5227 | |
parent | a654de8fdc1815676ab750e70cab231fc814c29f [diff] |
netfilter: nf_flow_table: attach dst to skbs Some drivers, such as vxlan and wireguard, use the skb's dst in order to determine things like PMTU. They therefore loose functionality when flow offloading is enabled. So, we ensure the skb has it before xmit'ing it in the offloading path. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>