Just as we have /proc/net/arp holding ARP entries in Linux, what is the file that holds the Neighbor Discovery Protocol (NDP) entries? I searched for it on the Linux box running IPv6, but to no avail.

Thanks!

link|improve this question
feedback

2 Answers

ip -6 neighbour allows you to list and manipulate the NDP table. I can't find a /proc/ or /sys/ file containing the information.

link|improve this answer
feedback

Wouldn't it log to /var/ ?

30char

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.