pali

Results 504 comments of pali

That is strange. I'm normally using igmpproxy 0.2.1 (top of master branch) with vlan tagged interfaces as both upstream and downstream and it is working fine. But it is on...

> ```Config: IF: Config for interface igb2.``` Are you sure that you posted correct content of igmpproxy.conf file? Because it does not contain section for igb2.

@fichtner so does it mean that vlan tagged interfaces did not work even for igmpproxy 0.1 on OPNsense?

Ok, so you have been using patched 0.1 version and after upgrading to unpatched 0.2 it stopped working. Can you check if unpatched 0.1 really does not work? If yes,...

It would be great if you cold prepare patches to this upstream project instead of maintaining downstream patches... As from this could benefit more people. I'm not using BSD systems,...

This is not OpenWRT bug tracker. Please report OpenWRT bugs to OpenWRT bug tracker. And OpenWRT devs should behave and immediately stop to encourage people in reporting their own OpenWRT...

I guess that instead of using undefined value `timeout->tv_sec` you can use `(secs > 3) ? 3 : secs` or call `clock_gettime` with `CLOCK_MONOTONIC`.

igmpproxy for downstream network does not support igmpv3 fully/correctly yet. Usage of igmp version for upstream network is controlled by operating system/kernel. On Linux you can set igmp `` for...

This pull request https://github.com/pali/igmpproxy/pull/80 adds support for sending igmpv3 queries on downstream interfaces.

Hi! igmpproxy is IGMP proxy. This sounds like problem in routing multicast traffic and not in proxying IGMP requests. Therefore nothing relevant to igmpproxy. But if you thing this is...