commit | d9e4afe64c0cf5b573094d3f7d0e13673aaa59e6 | [log] [download] |
---|---|---|
author | Mark Pizzolato <mark@infocomm.com> | Tue Feb 28 12:09:05 2012 -0800 |
committer | Mark Pizzolato <mark@infocomm.com> | Tue Feb 28 12:09:05 2012 -0800 |
tree | be5d8d1133212a10df1026f10b0aa75f35655dbb | |
parent | cf49864327021a9d9adb35288f6d21b7682e04d6 [diff] |
Fixed internal loopback packet processing. We should only respond to loopback packets addressed to the physical MAC address OR the Broadcast address OR a Multicast address we're listening to (we may receive other loopback packets if we're in promiscuous mode but we should not respond to them).