CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/08/27 15:27:17
Modified files:
sys/net : if_wg.c
Log message:
Use p2p_rtrequest()
Although technically a point-to-multipoint interface, point-to-point
semantics apply/fit when installing local routes, e.g. configuring IPv6
addresses on it.
This is to fix SIOCGNBRINFO_IN6 and thus ndp(8).
Report and diff from Matt Dunwoodie <ncon at noconroy dot net>, thanks!
OK tobhe
