Commit 95d33989 authored by Petr Machata's avatar Petr Machata Committed by David S. Miller

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: default avatarPetr Machata <petrm@nvidia.com>
Reviewed-by: default avatarDanielle Ratson <danieller@nvidia.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 388b2d98
...@@ -56,9 +56,6 @@ ALL_TESTS=" ...@@ -56,9 +56,6 @@ ALL_TESTS="
NUM_NETIFS=6 NUM_NETIFS=6
source lib.sh source lib.sh
source mirror_lib.sh source mirror_lib.sh
source mirror_gre_lib.sh
require_command $ARPING
vlan_host_create() vlan_host_create()
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment