Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b996078e authored by Petr Machata's avatar Petr Machata Committed by David S. Miller
Browse files

selftests: forwarding: mirror_gre_vlan_bridge_1q: Fix tunnel name



The "ip6gretap" in the test name refers to the tunnel device type that
the test is supposed to be testing. However test_ip6gretap_forbidden()
tests, due to a typo, a gretap tunnel. Fix the typo.

Signed-off-by: default avatarPetr Machata <petrm@mellanox.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent f52f460c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -108,7 +108,7 @@ test_gretap_forbidden()

test_ip6gretap_forbidden()
{
	test_span_gre_forbidden gt4 "mirror to ip6gretap"
	test_span_gre_forbidden gt6 "mirror to ip6gretap"
}

test_all()