kernel/tools/testing/selftests/net/forwarding/mirror_gre_flower.sh
.. .. @@ -81,6 +81,8 @@ 81 81 local match_dip=$1; shift 82 82 local what=$1; shift 83 83 84 + RET=085 +84 86 mirror_install $swp1 $direction $tundev \ 85 87 "protocol ip flower $tcflags dst_ip $match_dip" 86 88 fail_test_span_gre_dir $tundev $direction .. .. @@ -108,8 +110,6 @@ 108 110 109 111 test_all() 110 112 { 111 - RET=0112 -113 113 slow_path_trap_install $swp1 ingress 114 114 slow_path_trap_install $swp1 egress 115 115