Skip to content

mcastmngr: handle multiple filters for mcproxy

Rahul Thakur requested to merge rt_fix_mcast into release-7.3

the library script that converts uci to mcproxy config is generating incorrect config for filtering ip addresses which leads to mcproxy not even starting when multiple filters are defined.

this commit fixes the above described issue.

Merge request reports