fix address/prefix code, platform specific parts still need testing

This commit is contained in:
Arceliar 2018-06-14 07:58:07 -05:00
parent 330175889e
commit e7fca66655
3 changed files with 7 additions and 6 deletions

View file

@ -252,7 +252,7 @@ func (i *icmpv6) handle_ndp(in []byte) ([]byte, error) {
case source.isValid():
case snet.isValid():
default:
return nil, errors.New("Not an NDP for fd00::/8")
return nil, errors.New("Not an NDP for 0200::/7")
}
// Create our NDP message body response