nd6_lookup prints bogus messages with point to point devices
Ed Schouten
ed at fxq.nl
Sat May 6 17:27:44 UTC 2006
Hello FreeBSD network folks,
On one of the FreeBSD machines we maintain at Dispuut Interlink[1], we
get a lot of messages like these:
| nd6_lookup: failed to add route for a neighbor(<ipv6-addr>), errno=17
The addresses mentioned in the messages are all addresses of endpoint
addresses of point-to-point devices. The nd6_lookup() call in the
function nd6_output() is responsible for it. If you look through
nd6_output(), you see that a couple of lines below the nd6_lookup() call
it doesn't really care when dealing with IFF_POINTOPOINT devices.
It would be really useful to drop the messages when dealing with point
to point devices, so I write a patch[2] for nd6_lookup() to make it
print the message when not dealing with IFF_POINTOPOINT devices.
Should I open a PR for this patch?
Yours,
--
Ed Schouten <ed at fxq.nl>
WWW: http://g-rave.nl/
[1] http://www.il.fontys.nl/
[2] http://g-rave.nl/junk/freebsd-nd6_lookup-spam.diff
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-net/attachments/20060506/0f78cdb9/attachment.pgp
More information about the freebsd-net
mailing list