Please keep netdev and myself CCed. Frithjof Hammer wrote: >>Does this patch help? > > > A further examiniation: > [...] > printk ("fri: mein type %x\n",dev->type); > switch (dev->type) { > > [...] > shows this: > > root@router:/usr/src/linux-source-2.6.21# dmesg | grep fri > fri: mein type 1 > > that is defined as ARPHRD_ETHER in include/linux/if_arp.h. > > As far as i understand this means, that my ppp0 device is recognized as > Ethernetinterface. > > Any further help/ideas? I misread the code, the device it looks at in tcf_mirred_init is the target device (ifb). So what it does is check whether the target device wants a link layer header and if it does restores the one from the source device. So currently it seems impossible to get rid of the PPP(oE) header. Jamal, is that how its supposed to work? _______________________________________________ LARTC mailing list LARTC@xxxxxxxxxxxxxxx http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc