Victor Toni

Results 55 comments of Victor Toni

I guess the reason you see this is the: `defaultdown` option your are using. As I understand the code it means that the interfaces found are configured per default as...

Would you be so kind to add the logs as files, the new lines are broken making it difficult to read. Please also try to use `phyint disabled` especially for...

You could use the search function, it is here: https://github.com/pali/igmpproxy/blob/next/src/igmpproxy.h#L268 https://github.com/pali/igmpproxy/blob/next/src/rttable.c#L80 Which version are you using?

Could you be clearer about the expected behaviour? The title says "igmpproxy is sending igmp Proto 2 messages to all interfaces". This is what `defaultdown` is supposed to do. What...

Could you please test, if this works for you: https://github.com/ViToni/igmpproxy/tree/getifaddrs

Could you give this one a try: https://github.com/ViToni/igmpproxy/tree/issue_12 with ./igmpproxy -d -vvvvv /tmp/igmpproxy.conf

Do you have devices without an assigned IP? I suspect the logging to not handle this case correctly. I updated the tree: https://github.com/ViToni/igmpproxy/tree/issue_12

Do you need the dynamic reload mechanism? The original patch for this functionality included multiple changes which seem to introduce some phenomena...

Please try this branch: https://github.com/ViToni/igmpproxy/tree/logging I reworked the buildIfvc()/rebuildIfVC() to something hopefully more useful for many interfaces. The limitations is mostly due to specific OS, see here: http://lxr.free-electrons.com/source/include/uapi/linux/mroute.h#L35 Only 32...

Thanks! Therewas still some code which had to be changed for the dynamical rebuild of VIFs/IFs. Could you please test again to be sure there are no regressions: https://github.com/ViToni/igmpproxy/tree/logging