From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Mon, 4 May 2015 11:44:06 +0200 (CEST) From: Damien Lagneux Message-ID: <727852337.3956926.1430732646012.JavaMail.root@openwide.fr> In-Reply-To: <1740903282.3953811.1430731145805.JavaMail.root@openwide.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: [Xenomai] Problem with the promiscuous mode of RTnet List-Id: Discussions about the Xenomai project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: xenomai@xenomai.org Hi all, I'm trying to adapt openPOWERLINK to RTnet. I'm using Xenomai 3.0-rc4, linux kernel 3.16.7, and the board I'm working with is an Armadeus apf6. I have a problem with the promiscuous mode of the fec driver. It seems I can only receive packets which are addressed to the board. I'm using the raw-ethernet and eth_p_all programs to test the promiscuous mode. If the destination MAC address used in the raw-ethernet program is the the broadcast address or the board's address, the eth_p_all program prints the messages. Otherwise, it doesn't print them. I did set the interface rteth0 in promiscuous mode. Does anyone have an idea what could the problem? Thanks for your help, Damien