CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2021/01/12 02:54:44
Modified files:
usr.sbin/ospf6d: packet.c
Log message:
In recv_packet() verify that non-multicast packets where sent to the right
IPv6 address. Compare against all possible interface addresses instead of
only against iface->addr which is set to the last link-local address and
so there is a high chance of failure when multiple link-local addresses
are present.
Also simplify send_packet(), there is no need to use sendmsg() just use
sendto().
OK benno@