mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-19 05:04:20 +00:00
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: Petr Machata <petrm@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
8284fd4cb8
commit
00d5622967
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ test_all()
|
||||||
|
|
||||||
tests_run
|
tests_run
|
||||||
|
|
||||||
trap_install $h3 ingress
|
trap_uninstall $h3 ingress
|
||||||
slow_path_trap_uninstall $swp1 egress
|
slow_path_trap_uninstall $swp1 egress
|
||||||
slow_path_trap_uninstall $swp1 ingress
|
slow_path_trap_uninstall $swp1 ingress
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue