diff options
author | Jon Maloy <[email protected]> | 2022-02-13 20:38:52 -0500 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2022-02-14 21:18:18 -0800 |
commit | 032062f363b4bf02b1d547f329aa5d97b6a17410 (patch) | |
tree | db657eb5821c4de80deca3f539ede4caa428280b /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py | |
parent | 6605cc67ca18b9d583eb96e18a20f5f4e726103c (diff) |
tipc: fix wrong publisher node address in link publications
When a link comes up we add its presence to the name table to make it
possible for users to subscribe for link up/down events. However, after
a previous call signature change the binding is wrongly published with
the peer node as publishing node, instead of the own node as it should
be. This has the effect that the command 'tipc name table show' will
list the link binding (service type 2) with node scope and a peer node
as originator, something that obviously is impossible.
We correct this bug here.
Fixes: 50a3499ab853 ("tipc: simplify signature of tipc_namtbl_publish()")
Signed-off-by: Jon Maloy <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py')
0 files changed, 0 insertions, 0 deletions