Re: skb->priority on arp packets

2007-06-04 Thread Ben Greear
Waskiewicz Jr, Peter P wrote: 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 th

RE: skb->priority on arp packets

2007-06-04 Thread Waskiewicz Jr, Peter P
> 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

skb->priority on arp packets

2007-06-04 Thread Marc Donner
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