pimd icon indicating copy to clipboard operation
pimd copied to clipboard

PIM-SM/SSM multicast routing for UNIX and Linux

Results 33 pimd issues
Sort by recently updated
recently updated
newest added

So, in our environment, with two pimd routers, we see an oddity, as our one of our MC Producer joins the group it is sending to. ![image](https://user-images.githubusercontent.com/1426401/48440538-1e38a580-e757-11e8-84fa-bcec26830a3c.png) So, in the...

Could be a bit tricky to add since we need to handle `SIGHUP`, and similar, where the privileged routing socket is closed and reopened. Maybe a lesser privileged child process...

enhancement

Since the RP hold time was fixed in RP #106, this comment in `rp.c` around line 380: ``` /* TODO: We shoudn't have old existing entry, because with the *...

Hi I looking for a feature that allows me to add/remove int on the fly. I would like to connect by ppp to the server and enable IGPM on the...

enhancement
help-wanted

The FreeBSD kernel has long supported it, but now also Linux seems to support it ... needs investigation, of course, but still very intersting. See also troglobit/smcroute#31 https://patchwork.ozlabs.org/patch/213681/

enhancement
help-wanted

Currently pimd implements RFC2362, which is a previous PIM-SM experimental RFC, plus some changes from early drafts of RFC4601. All new implementations following RFC4601 should be backwards compatible. This issue...

Hello troglobit, I'm using pimd in order to forward the multicast data from two LANs of different routers (pfSense, FreeBSD14.0) to each other, connected via WireGuard tunnel. On router A...

I've posted on all respective Githubs - tried igmpproxy, smcroute and now found pim which doesn't work either. I want to my devices that tunnel into the router via asuswrt...

I read https://github.com/troglobit/pimd/issues/121 and my situation is similar, except that I tried the solution (forward accept) and it still doesn't work :-( I have a docker container running: `docker run...

Joachim, pimd is working as expected, however despite that there are two thing to notice: - I have an enormous(!) amounts of alarms in the system log which is definitively...