CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2011/05/29 07:22:53
Modified files: sys/netinet : in_pcb.c Log message: Move the source address selection for multicast destinations that specify the outgoing interface with a multicast option up. Doing this before the route lookup allows multicast traffic to work even when the default 224/4 reject route is installed. Raw IP and IPv6 already had this behaviour. Based on work by Christiano F. Haesbaert. OK sthen@