mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-22 23:04:43 +00:00
[IPSEC]: Kill afinfo->nf_post_routing
After changeset: [NETFILTER]: Introduce NF_INET_ hook values It always evaluates to NF_INET_POST_ROUTING. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
6e23ae2a48
commit
294b4baf29
4 changed files with 1 additions and 4 deletions
|
@ -113,7 +113,7 @@ int xfrm_output_resume(struct sk_buff *skb, int err)
|
|||
return dst_output(skb);
|
||||
|
||||
err = nf_hook(x->inner_mode->afinfo->family,
|
||||
x->inner_mode->afinfo->nf_post_routing, skb,
|
||||
NF_INET_POST_ROUTING, skb,
|
||||
NULL, skb->dst->dev, xfrm_output2);
|
||||
if (unlikely(err != 1))
|
||||
goto out;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue