Kelly Yancey wrote: > > You'll have a similar issue with BPF programs you write: you'll either > need to skip over the vlan tag header or not, depending on whether you > snagged the packet from the parent interface or the vlan interface. Indeed. Thanks! We skipped 12 bits ahead and everything is working now :)) -Charlie