Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions udm-iptvd
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,12 @@ _igmpproxy_build_config_improxy() {

echo "mld disable"

if [ "$IPTV_IGMPPROXY_DISABLE_QUICKLEAVE" = "false" ]; then
echo "quickleave enable"
else
echo "quickleave disable"
fi

local target
if [ "$IPTV_WAN_VLAN" -gt 0 ]; then
target="$IPTV_WAN_VLAN_INTERFACE"
Expand Down