CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/01/16 01:03:55
Modified files:
usr.sbin/ospfd : interface.c
Log message:
Use struct ip_mreqn for the IP_MULTICAST_IF setsockopt. This way
ospfd will pick the right interface to send out hello packets.
Clear the struct ip_mreqn in all cases because not all fields are
used.
OK bluhm@ phessler@
