CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2016/06/08 06:57:58
Modified files: sys/net : if_ethersubr.c sys/netinet6 : nd6.c nd6.h Log message: Move ND resoluton logic from nd6_output() to nd6_storelladdr() and rename it to nd6_resolve(). This allows us to get rid of non-Ethernet hacks by moving Ethernet specific logic in the appropriate layer. ok sthen@