commit | 264619055bd52bc2278af848472176642d759874 | [log] [tgz] |
---|---|---|
author | Jarno Rajahalme <jarno@ovn.org> | Thu Mar 10 10:54:17 2016 -0800 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Mon Mar 14 23:47:27 2016 +0100 |
tree | 84b2db75456c646620d6050fe8e85ab4d46bc648 | |
parent | bfa3f9d7f3b349acea8982d2248e33a0ed84c687 [diff] |
netfilter: Allow calling into nat helper without skb_dst. NAT checksum recalculation code assumes existence of skb_dst, which becomes a problem for a later patch in the series ("openvswitch: Interface with NAT."). Simplify this by removing the check on skb_dst, as the checksum will be dealt with later in the stack. Suggested-by: Pravin Shelar <pshelar@nicira.com> Signed-off-by: Jarno Rajahalme <jarno@ovn.org> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>