CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2020/04/22 01:45:31
Modified files: sys/netinet6 : nd6.c Log message: Never update the ND entry (cache) corresponding to a RTF_LOCAL route. Such route correspond to a locally configured address and the ND6 subsystem expect its link-local address to be always present. Fix an issue reported by Julian Brost. ok claudio@, visa@