omcproxy icon indicating copy to clipboard operation
omcproxy copied to clipboard

OpenWrt embedded IGMPv3/MLDv2 Proxy

Results 14 omcproxy issues
Sort by recently updated
recently updated
newest added

We were checking `proxy->ifindex`, but `proxy` is initialized to NULL. Should be checking `p->ifindex` instead. This fix was proposed by user @jajik in https://github.com/openwrt/omcproxy/issues/2 in 2017, but never adopted. I'm...

Commit bfba2aa75802ff1a70ef2fd3eba53409a8c6e93a adds a call to uloop_timeout_remaining64, but the submodule is still on a version from 2015 that doesn't have that function. Update to libubox master as the changes between...

This is minor issue. I fixed but not sure how to contribute it.

Fix this typo. Change IGMP MaxRespTime from 0.1 second to 10 seconds

Hi, i can not start the omcproxy via the `/etc/init.d/omcproxy start` command. I see via the command `ps -w / grep omcproxy` no process is working. Here is my /etc/config/omcproxy...

OpenWRT has just pushed support for GCC 10.1 on their toolchain and I switched to it. Compiled for marvell armada and no more IGMP proxying. omcproxy is running but tv...

when omcproxy build a source specific query in ipv4 doesn't set the correct number of sources. See igmp_send_query query.q.srcs[cnt] = querier_unmap(&s->addr); ... query.q.nsrcs = htons(cnt); It should increase cnt, like...

I have set up omcproxy to run on a DHCP interface named "entertain" for Telekom EntertainTV (VLAN 8). I can start omcproxy manually and it works fine. However, after reboot,...

Firewall rules generated by the init script set proto to any for both ipv4 and ipv6, they should be udp to be more precise.

[error log](https://gist.github.com/mingl0280/e3b37db480e7fb8022a276813d2a665c) Cannot compile at all. CMake didn't report back any error, but it can't get compiled.