Re: [patch] syncppp.c and skb->priority

Gergely Madarasz (gorgo@sztaki.hu)
Fri, 09 Jul 1999 17:11:51 +0200 (MET DST)


On Fri, 9 Jul 1999, Jan Kasprzak wrote:

> @@ -813,7 +811,6 @@
> dev->name, ntohl (ch->type), ch->par1,
> ch->par2, ch->rel, ch->time0, ch->time1);
> sp->obytes += skb->len;
> - skb->priority=1;

shouldn't this read skb->priority=TC_PRIO_CONTROL ?

btw also fixed in my copy of syncppp.

Greg

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/