I used a Raw Socket(IPv6) to send/receive ICMP packets. It works fine to send ping request(type 128) and receive ping receive(type 129) packets. And it also works well to send Neighbor Solicitation(type 135).
But the same socket always cannot receive the Neighbor Advertisement(NA) packet. I'm not sure is there any socket opts should be set in my case? Thanks for help.
after set "RCVALL_ON" to socket, the NA packet can be recieved from socket. Is this means that the NA packet only can be received in this way?