CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/06/16 15:27:15
Modified files:
sys/netinet6 : in6.c
Log message:
If the prefixlen is 128, SIOCAIFADDR_IN6 does not add a prefix. In
this case, in6_unlink_ifa() must not complain about a missing prefix.
To avoid a false log message, check the prefixmask when the interface
address gets deleted.
OK mpi@
