2007-06-04 20:24:57

by Marc Donner

[permalink] [raw]
Subject: skb->priority on arp packets

hi @all,

is it possible to set the skb->priority on arp packets generated by the
kernel?
I want to to set the 802.1p priority on arp and ip packets on an interface. On
ip packets, this can be done by the iptables CLASSIFY target and the
skb->priority mapping from the vlan implementation.

any ideas?

thx
Marc


2007-06-05 16:04:20

by Chuck Ebbert

[permalink] [raw]
Subject: Re: skb->priority on arp packets

On 06/04/2007 04:23 PM, Marc Donner wrote:
> hi @all,
>
> is it possible to set the skb->priority on arp packets generated by the
> kernel?
> I want to to set the 802.1p priority on arp and ip packets on an interface. On
> ip packets, this can be done by the iptables CLASSIFY target and the
> skb->priority mapping from the vlan implementation.
>
> any ideas?
>

Try asking on netdev?