Re: wg(4) if_rtrequest

2020-08-26 Thread Klemens Nanni
On Wed, Aug 26, 2020 at 12:20:27PM +1000, Matt Dunwoodie wrote: > I doing some IPv6 setup, I came across an issue with wg(4) and ndp. The > local route is created with RTF_LLINFO, which ndp attempts to print. As > wg is a layer3 tunnel it won't have any link-local information. > > This patch just

wg(4) if_rtrequest

2020-08-25 Thread Matt Dunwoodie
Hi, I doing some IPv6 setup, I came across an issue with wg(4) and ndp. The local route is created with RTF_LLINFO, which ndp attempts to print. As wg is a layer3 tunnel it won't have any link-local information. This patch just sets if_rtrequest to p2p_rtrequest. Even if wg is technically point-t