Hi, On Mon, May 09, 2016 at 01:06:51AM -0700, H. Peter Anvin wrote: > Hello, > > There currently doesn't seem to be any support for proxy_ndp of a whole > network mask, as IPv4 proxy_arp seems to permit. > > a) Am I actually correct in this, or am I just missing something important? > > b) Is there a technical reason for this, or is it just a limitation of the > current implementation? >
So far I know you can do this with the ndppd [0] userspace tool which listen NS/NA messages and do the ip -6 neigh add proxy for you. - Alex [0] https://github.com/DanielAdolfsson/ndppd
