CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2015/11/12 11:01:43
Modified files: sys/netinet6 : ip6_mroute.c Log message: Do not try to guess if there's still an IPv4 multicast routing daemon using an interface based on the value of ``ip_mrouter''. Calling SIOCDELMULTI on an interface is correct even if such daemon is running because the Ethernet layer refcounts currently joined multicast groups.