]> err.no Git - linux-2.6/blobdiff - net/ipv4/netfilter/ipt_REJECT.c
[NET]: Turn nfmark into generic mark
[linux-2.6] / net / ipv4 / netfilter / ipt_REJECT.c
index 264763adc39bf43d6c8176455c3867687744f0f6..f0319e5ee437c5cdb8ed13cc3bbad8ec0f596a00 100644 (file)
@@ -76,7 +76,7 @@ static void send_reset(struct sk_buff *oldskb, int hook)
 
        /* This packet will not be the same as the other: clear nf fields */
        nf_reset(nskb);
-       nskb->nfmark = 0;
+       nskb->mark = 0;
        skb_init_secmark(nskb);
 
        tcph = (struct tcphdr *)((u_int32_t*)nskb->nh.iph + nskb->nh.iph->ihl);