I have an application that sends raw ethernet frames to a network interface using the packet(7) [PF_PACKET, SOCK_RAW] facility. This works well except when sending a packet intended for the host that the application is running on. Apparently the outbound frame is never considered for input. Likewise, when the host sends a packet out through the interface, the application can't see it. Is this considered a bug or a feature? Is there a way to alter this behaviour so that the host and the application can talk to each other? - : send the line "unsubscribe linux-net" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html