Re: [IPV6]: Set skb->priority in ip6_output.c

2006-01-08 Thread David S. Miller
From: Patrick McHardy <[EMAIL PROTECTED]> Date: Mon, 09 Jan 2006 01:01:27 +0100 > I noticed IPv6 only sets skb->priority in raw.c but not in > ip6_output.c, which seems to be a mistake. Applied, thanks Patrick. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a m

[IPV6]: Set skb->priority in ip6_output.c

2006-01-08 Thread Patrick McHardy
I noticed IPv6 only sets skb->priority in raw.c but not in ip6_output.c, which seems to be a mistake. [IPV6]: Set skb->priority in ip6_output.c Set skb->priority = sk->sk_priority as in raw.c and IPv4. Signed-off-by: Patrick McHardy <[EMAIL PROTECTE