untrusted comment: signature from openbsd 6.1 base secret key
RWQEQa33SgQSEqf+3JwyuvA28tOdO0buVbw+K7RUVvgzbtns+y8D9fsPdT5X1X7N+Q+HJSVJvIdmEoV5SEG/tZmuzV/1XFv0XQ0=
OpenBSD 6.1 errata 013, Jun 27, 2017:
When pinging an IPv6 link-local address, the reflected packet had
::1 as source address. The echo reply was ignored as it must be
from the link-local address.
And then rebuild and install a new kernel:
KK=`sysctl -n kern.osversion | cut -d# -f1`
cd /usr/src/sys/arch/`machine`/compile/$KK
make obj
make config
make
make install