|
@@ -156,6 +156,7 @@ void nf_send_reset6(struct net *net, struct sk_buff *oldskb, int hook)
|
|
fl6.daddr = oip6h->saddr;
|
|
fl6.daddr = oip6h->saddr;
|
|
fl6.fl6_sport = otcph->dest;
|
|
fl6.fl6_sport = otcph->dest;
|
|
fl6.fl6_dport = otcph->source;
|
|
fl6.fl6_dport = otcph->source;
|
|
|
|
+ fl6.flowi6_oif = l3mdev_master_ifindex(skb_dst(oldskb)->dev);
|
|
security_skb_classify_flow(oldskb, flowi6_to_flowi(&fl6));
|
|
security_skb_classify_flow(oldskb, flowi6_to_flowi(&fl6));
|
|
dst = ip6_route_output(net, NULL, &fl6);
|
|
dst = ip6_route_output(net, NULL, &fl6);
|
|
if (dst->error) {
|
|
if (dst->error) {
|