diff options
author | Taehee Yoo <ap420073@gmail.com> | 2022-05-23 19:17:07 +0300 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2022-05-26 07:36:16 +0300 |
commit | ac1dbf55981b88d64312858ea06e3e63001f085d (patch) | |
tree | bd2b98b58da699afefa057e2758457bc6cb19bbb /tools/perf/scripts/python/flamegraph.py | |
parent | 4934609dda03ec90ca5052deecbe455b09a44e21 (diff) | |
download | linux-ac1dbf55981b88d64312858ea06e3e63001f085d.tar.xz |
amt: fix return value of amt_update_handler()
If a relay receives an update message, it lookup a tunnel.
and if there is no tunnel for that message, it should be treated
as an error, not a success.
But amt_update_handler() returns false, which means success.
Fixes: cbc21dc1cfe9 ("amt: add data plane of amt interface")
Signed-off-by: Taehee Yoo <ap420073@gmail.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions