On 6/9/25 23:50, Petr Machata wrote:
Tests may wish to add other interfaces to listen on. Notably locally generated traffic uses dummy interfaces. The multicast daemon needs to know about these so that it allows forming rules that involve these interfaces, and so that net.ipv4.conf.X.mc_forwarding is set for the interfaces.
To that end, allow passing in a list of interfaces to configure in addition to all the physical ones.
Signed-off-by: Petr Machata petrm@nvidia.com
Notes: CC: Shuah Khan shuah@kernel.org CC: linux-kselftest@vger.kernel.org
tools/testing/selftests/net/forwarding/lib.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+)
Reviewed-by: Nikolay Aleksandrov razor@blackwall.org