CVSROOT: /cvs Module name: src Changes by: flor...@cvs.openbsd.org 2024/04/21 11:33:05
Modified files: sbin/slaacd : engine.c engine.h slaacd.c Log message: Pass advertising router to the kernel. We are using the ifra_dstaddr for this because it will always be unused with autoconf addresses since they can't be used on P2P links. OK bluhm