Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

selftests: mirror_gre_lag_lacp: Drop unnecessary code

The selftest does not use functions from mirror_gre_lib, ditch the import.

It does not use arping either, so drop the require_command as well.

Signed-off-by: Petr Machata <petrm@nvidia.com>
Reviewed-by: Danielle Ratson <danieller@nvidia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Petr Machata and committed by
David S. Miller
95d33989 388b2d98

-3
-3
tools/testing/selftests/net/forwarding/mirror_gre_lag_lacp.sh
··· 56 56 NUM_NETIFS=6 57 57 source lib.sh 58 58 source mirror_lib.sh 59 - source mirror_gre_lib.sh 60 - 61 - require_command $ARPING 62 59 63 60 vlan_host_create() 64 61 {