On 2011-08-10, Matthew Dempsky <[email protected]> wrote: > Does anyone still use mrouted(8) or is everyone using dvmrpd(8) now? > If you're still using mrouted(8), why? > > If no one speaks up in defense of mrouted(8), I'm going to propose > that it be unlinked from the build after tree unlock. Currently the > userland-kernel interface for managing multicast routing is hard-coded > to only support 32 interfaces, and it's simpler to fix one routing > daemon than two.
I'm using neither, dense-mode multicasting is of pretty limited use in networks I connect to. I didn't find a good PIM-SM implementation for OpenBSD and my multicast routing needs are generally pretty small so I typically use a relatively simple IGMP proxy (ports/net/igmpproxy).

