Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FS#2298 - igmpproxy should restart on WAN ifup instead of using a normal init #8393

Closed
openwrt-bot opened this issue May 29, 2019 · 0 comments
Labels

Comments

@openwrt-bot
Copy link

pedrocr:

I'm using igmpproxy for IPTV on openwrt-18.06.2-ar71xx-generic-tl-wr1043nd-v1-squashfs-sysupgrade.bin

In the past I've been bitten by a version of this bug:

https://dev.archive.openwrt.org/ticket/20443#

Basically igmpproxy will not always start or continue to work when the wan network does ifup/ifdown.

I solved it with the solution listed there:

"""
/etc/hotplug.d/iface/40-igmpproxy with this content

#!/bin/sh
[ "$INTERFACE" = wan ] && [ "$ACTION" = ifup ] && /etc/init.d/igmpproxy restart

and run

/etc/init.d/igmpproxy disable
"""

That seems like a better default, maybe even restarting on any ifup and not just wan, to make it fullproof against weirder setups with interfaces named differently.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant