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

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

selftests: forwarding: mirror_vlan: Uninstall trap



Instead of installing a trap before tests run and uninstalling it after
they run, mirror_vlan.sh installs it twice due to a typo. Fix the typo.

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

	tests_run

	trap_install $h3 ingress
	trap_uninstall $h3 ingress
	slow_path_trap_uninstall $swp1 egress
	slow_path_trap_uninstall $swp1 ingress
}