Pass sockaddr_in6 arround so that we have space to store the scope in
authorflorian <florian@openbsd.org>
Sun, 24 Jan 2021 08:57:10 +0000 (08:57 +0000)
committerflorian <florian@openbsd.org>
Sun, 24 Jan 2021 08:57:10 +0000 (08:57 +0000)
commitf775b7d752fec8d6a72a2c018695ce37921d3e8f
treebf3a592bd2f6c96bc1b8a05e7a5c3e4da3cd07d8
parent1013d93e4cd29ac391a6d3e63383c3fcfd8789c0
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
usr.sbin/ndp/ndp.c