net-mtools: Add new package to debug multicast setups 21496/head
authorChristian Marangi <ansuelsmth@gmail.com>
Tue, 4 Jul 2023 04:52:52 +0000 (06:52 +0200)
committerChristian Marangi <ansuelsmth@gmail.com>
Fri, 7 Jul 2023 11:24:30 +0000 (13:24 +0200)
commit4470062c16c5125753ada0b67f0af4935038a5e1
tree97abf168a4bf326191436ada1c67090473bcf8ce
parent5ae750da100efdd631ec1b217dac69ce313c9442
net-mtools: Add new package to debug multicast setups

Add new package to debug multicast setups. This is required to use
kselftests script for network testing.

net-mtools is used instead of mtools as it does conflicts with another
package that is also called mtools.

Some additional patch from Vladimir Oltean are added to make the tool
works on kernel selftests scripts.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
net/net-mtools/Makefile [new file with mode: 0644]
net/net-mtools/patches/001-mreceive-refactor-multicast-joining-to-separate-func.patch [new file with mode: 0644]
net/net-mtools/patches/002-mreceive-join-IGMP-group-by-interface.patch [new file with mode: 0644]
net/net-mtools/patches/003-mreceive-support-IPv6.patch [new file with mode: 0644]
net/net-mtools/patches/004-msend-support-IPv6.patch [new file with mode: 0644]
net/net-mtools/patches/005-mreceive-msend-add-new-I-option-to-the-help-text.patch [new file with mode: 0644]
net/net-mtools/patches/006-msend-send-a-limited-number-of-test-packets.patch [new file with mode: 0644]
net/net-mtools/patches/100-mreceive-msend-fix-wrong-version-in-v-output.patch [new file with mode: 0644]
net/net-mtools/test.sh [new file with mode: 0755]