Re: diff: add missing rtm_send to nd6

2017-06-08 Thread Jan Klemkow
Hi Martin, On Thu, Jun 08, 2017 at 09:44:37AM +0200, Martin Pieuchot wrote: > On 08/06/17(Thu) 00:47, Jan Klemkow wrote: > > This diff adds a missing routing message to the neighbor discovery code. > > The message informs the userland about new reachable IPv6 nodes on the > > network. The IPv6 n

Re: diff: add missing rtm_send to nd6

2017-06-08 Thread Martin Pieuchot
On 08/06/17(Thu) 00:47, Jan Klemkow wrote: > Hi, > > This diff adds a missing routing message to the neighbor discovery code. > The message informs the userland about new reachable IPv6 nodes on the > network. The IPv6 network stack acts more like the IPv4 port by this > diff. Now, the behavior

Re: diff: add missing rtm_send to nd6

2017-06-07 Thread Alexander Bluhm
On Thu, Jun 08, 2017 at 12:47:00AM +0200, Jan Klemkow wrote: > This diff adds a missing routing message to the neighbor discovery code. > The message informs the userland about new reachable IPv6 nodes on the > network. The IPv6 network stack acts more like the IPv4 port by this > diff. Now, the

diff: add missing rtm_send to nd6

2017-06-07 Thread Jan Klemkow
Hi, This diff adds a missing routing message to the neighbor discovery code. The message informs the userland about new reachable IPv6 nodes on the network. The IPv6 network stack acts more like the IPv4 port by this diff. Now, the behavior is like arpcache() in netinet/if_ether.c on line 653.