CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/01/24 01:57:10
Modified files:
usr.sbin/ndp : ndp.c
Log message:
Pass sockaddr_in6 arround so that we have space to store the scope in
a proper field. Move KAME hack to kernel / userland boundaries.
Due to the way -d (delete) works in ndp(8), once we flip the kernel
over to not pass down embedded scope it also must not expect embeded
scope passed to the kernel.
OK claudio
