CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/12/19 11:36:37
Modified files:
usr.sbin/ndp : ndp.c
Log message:
In ndp(8) the scope ID was not set correctly so it touches the wrong
route. In parse_host() s6_addr is type u_int8_t, but we have to
write a 16 bit value. Add a cast to fix ndp -c.
reported by Matthias Pitzl; OK kn@
