Hi, > Christian: i get this error message when trying to compile the kernel > 2.2.18 modules with wrr and bridge patch: > sch_wrr.c: In function 'mac_classify': > sch_wrr.c:600: structure has no member named 'pkt_bridged' Hmm, it seems like wrr is not compatible with this bridge patch. To fix the problem you can replace "skb->pkt_bridged" with "0" in sch_wrr.c. You will not be able to use mac classifying mode, then, though. Christian