projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c17db0
)
selftests: forwarding: fix flags passed to first drop rule in gact_drop_and_ok_test
author
Jiri Pirko
<
[email protected]
>
Wed, 7 Mar 2018 12:58:00 +0000
(13:58 +0100)
committer
David S. Miller
<
[email protected]
>
Wed, 7 Mar 2018 20:41:20 +0000
(15:41 -0500)
Fix copy&paste error and pass proper flags.
Signed-off-by: Jiri Pirko <
[email protected]
>
Reviewed-by: Ido Schimmel <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
tools/testing/selftests/net/forwarding/tc_actions.sh
patch
|
blob
|
history
diff --git
a/tools/testing/selftests/net/forwarding/tc_actions.sh
b/tools/testing/selftests/net/forwarding/tc_actions.sh
index ac6b6a1057d893b4b89efd27a21ba9fcd2f7d317..3a6385ebd5d0f8d526e152191673c65b120dfe3c 100755
(executable)
--- a/
tools/testing/selftests/net/forwarding/tc_actions.sh
+++ b/
tools/testing/selftests/net/forwarding/tc_actions.sh
@@
-81,7
+81,7
@@
gact_drop_and_ok_test()
RET=0
tc filter add dev $swp1 ingress protocol ip pref 2 handle 102 flower \
-
skip_hw
dst_ip 192.0.2.2 action drop
+
$tcflags
dst_ip 192.0.2.2 action drop
$MZ $h1 -c 1 -p 64 -a $h1mac -b $h2mac -A 192.0.2.1 -B 192.0.2.2 \
-t ip -q