forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/tools/testing/selftests/net/forwarding/mirror_gre_flower.sh
....@@ -81,6 +81,8 @@
8181 local match_dip=$1; shift
8282 local what=$1; shift
8383
84
+ RET=0
85
+
8486 mirror_install $swp1 $direction $tundev \
8587 "protocol ip flower $tcflags dst_ip $match_dip"
8688 fail_test_span_gre_dir $tundev $direction
....@@ -108,8 +110,6 @@
108110
109111 test_all()
110112 {
111
- RET=0
112
-
113113 slow_path_trap_install $swp1 ingress
114114 slow_path_trap_install $swp1 egress
115115