- Status Closed
- Percent Complete
- Task Type Bug Report
- Category Packages
- Assigned To No-one
- Operating System All
- Severity Low
- Priority Very Low
- Reported Version openwrt-18.06
- Due in Version Undecided
-
Due Date
Undecided
- Private
Opened by Pedro CĂ´rte-Real - 29.05.2019
Last edited by Adrian Schmutzler - 10.12.2020
FS#2298 - igmpproxy should restart on WAN ifup instead of using a normal init
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.
10.12.2020 10:38
Reason for closing: Won't fix
Additional comments about closing:
OpenWrt 18.06 has reached EOL (end
of life). This bug has been closed
automatically. If the problem persists
with a newer version, please file an
appropriate new bug report for that
version.