Skip to content

mcproxy: add max groups parameter

Anatoly Mirin requested to merge mirin/add_max_groups_parameter into devel

New max_groups parameter is intended to limit the maximum number of group subscriptions per mcproxy instance.

Also the same parameter is written by mcastmngr to '/proc/sys/net/ipv4/igmp_max_memberships', but this is not enough. mcproxy must explicitly analyze this parameter to prevent MFC entries from being added to mr_table and packet forwarding for extra groups.

Merge request reports