https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233535

--- Comment #36 from Andrey V. Elsukov <a...@freebsd.org> ---
(In reply to Hans Petter Selasky from comment #33)
> Can you try playing with promiscious mode when there is no ping6 response?

This won't help. icmp6_input() will drop multicast packets if destination
address is targeted to group that we didn't join, even if ether_input() handled
packet and put it into IP6 netisr queue.

# netstat -sp ip6 | grep multicast
        192 multicast packets which we don't join

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Reply via email to