]> Cypherpunks repositories - gostls13.git/commit
syscall: skip routing messages with mismatched version
authorJoel Sing <jsing@google.com>
Tue, 10 Dec 2013 13:03:46 +0000 (00:03 +1100)
committerJoel Sing <jsing@google.com>
Tue, 10 Dec 2013 13:03:46 +0000 (00:03 +1100)
commit517e49eb290a454791034eb692b696c347f7d74e
treeb53b63deb1179e8351568a0fcd04626800068721
parentc8869e9caf17c0b993b515924b163a6c8286be77
syscall: skip routing messages with mismatched version

Skip routing messages with a mismatched version, rather than failing
and returning EINVAL. Only return EINVAL if we were unable to parse
any of the routing messages (presumably due to a version mismatch).

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/30340043
src/pkg/syscall/route_bsd.go