On 26/01/2023 19:01, Petr Machata wrote: > In order to generate IGMPv3 and MLDv2 packets on the fly, the > functions that generate these packets need to be able to generate > packets for different groups and different sources. Generating MLDv2 > packets further needs the source address of the packet for purposes of > checksum calculation. Add the necessary parameters, and generate the > payload accordingly by dispatching to helpers added in the previous > patches. > > Adjust the sole client, bridge_mdb.sh, as well. > > Signed-off-by: Petr Machata <petrm@xxxxxxxxxx> > --- > .../selftests/net/forwarding/bridge_mdb.sh | 9 ++--- > tools/testing/selftests/net/forwarding/lib.sh | 36 +++++++++++++------ > 2 files changed, 31 insertions(+), 14 deletions(-) > Acked-by: Nikolay Aleksandrov <razor@xxxxxxxxxxxxx>