Re: [etherlab-users] ethercat filtering

2017-02-14 Thread Sriram V
Hi Mike, You are right. But that does not explain, Why the interface gets packets eventhough the lan cable is removed. So, i am trying to figure out if the program is wrong or is there something going on which i am missing. You could try this on a laptop as well. Not sure whats going on..

Re: [etherlab-users] ethercat filtering

2017-02-14 Thread Mike O'Connor
On 14/02/2017 9:48 PM, Mike O'Connor wrote: > On 14/02/2017 9:41 PM, Sriram V wrote: >> Hi mike, >> >> I understand that. This is a totallyu different question and pertains >> to ethernet. >> >> I am just trying to find out on a normal ethernet network with 2 >> interfaces whether a IP routing

Re: [etherlab-users] ethercat filtering

2017-02-14 Thread Mike O'Connor
On 14/02/2017 9:18 PM, Sriram V wrote: > Hello Mike, > > I tried running a simple packet sniffer on a Laptop with 2 ethernet > interfaces. Still i am seeing the same behaviour. > > On my laptop, I have 2 network interfaces eth0 and eth1. eth0 is the > lan and eth1 is the wlan. The Ethercat link

Re: [etherlab-users] Etherlab + RTAI + Intel I210 (igb-driver)

2017-02-14 Thread Luigjes, Godert
Hi At this moment I am working on an I210 driver for a Linux 3.14 kernel. I am happy to share what I have got so far. There is some communication, but still work in progress, memory leaks, and crashes. Regards, Godert Luigjes From: etherlab-users [mailto:etherlab-users-boun...@etherlab.org]

Re: [etherlab-users] ethercat filtering

2017-02-14 Thread Sriram V
Hello Mike, I tried running a simple packet sniffer on a Laptop with 2 ethernet interfaces. Still i am seeing the same behaviour. On my laptop, I have 2 network interfaces eth0 and eth1. eth0 is the lan and eth1 is the wlan. I have created a raw socket and bound to eth0 using the below call.