On 10/25/16 00:38, Hans Petter Selasky wrote:
> On 10/25/16 07:08, David Horwitt wrote:
>> ... or, at least, worked around.
>>
>> I added a SetEthernetPacketFilter request with wValue
>> PACKET_TYPE_PROMISCUOUS in cdce_init() (right before the
>> cdce_start() call) and joy ensued.
>>
>> Note that
Been busy at work, sorry for the late reply. I have a patch that adds
preliminary support for the RTL8153 to ure(4), available at:
https://people.freebsd.org/~kevlo/ure.diff
Performance is not good, it could be improved later.
Can you please give it a try and let me know? Thanks.
Kevin
On 10/25/16 07:08, David Horwitt wrote:
... or, at least, worked around.
I added a SetEthernetPacketFilter request with wValue PACKET_TYPE_PROMISCUOUS
in cdce_init() (right before the
cdce_start() call) and joy ensued.
Note that (PACKET_TYPE_DIRECTED | PACKET_TYPE_BROADCAST) did _not_ work, bu