|
VLAN frames transmission using packet filters
|
02/10/2014 5:00 AM
post108692
|
VLAN frames transmission using packet filters
I am trying to transmit Ethernet frames with VLAN headers using the packet filter's if_output method. I set the sockaddr
structure sa_data arguments to hold the destination ethernet address, source address, VLAN tag, VLAN flags and the next
header type arguments. However, I do not see any packet being transmitted on the wire. If I transmit a frame without
the VLAN fields, the transmission happens properly. Does it have to do to with the QNX stack not supporting VLAN frame
transmission or the Ethernet driver? Any insight would be helpful.
|
|
|