Handle neighbor solicitation requests without link layer addresses.
authorGuus Sliepen <guus@tinc-vpn.org>
Tue, 17 Feb 2009 13:43:05 +0000 (14:43 +0100)
committerGuus Sliepen <guus@tinc-vpn.org>
Tue, 17 Feb 2009 13:43:05 +0000 (14:43 +0100)
Apparently FreeBSD likes to send out neighbor solicitation requests, even on a
tun interface where this is completely pointless. These requests do not have an
option header containing a link layer address, so the proxy-neighborsol code
was treating these requests as invalid. We now handle such requests, and send
back equally pointless replies, also without a link layer address. This seems
to satisfy FreeBSD.


No differences found