diff options
author | James Chapman <jchapman@katalix.com> | 2024-07-09 17:28:39 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2024-07-12 04:09:18 +0100 |
commit | 2146b7dd354c2a1384381ca3cd5751bfff6137d6 (patch) | |
tree | aa07fed73fd4a02d5ea621ed8e54eb19536f86bd /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | b6c67967897e2e02482f7bbd26232090a6e30ae5 (diff) |
l2tp: fix l2tp_session_register with colliding l2tpv3 IDs
When handling colliding L2TPv3 session IDs, we use the existing
session IDR entry and link the new session on that using
session->coll_list. However, when using an existing IDR entry, we must
not do the idr_replace step.
Fixes: aa5e17e1f5ec ("l2tp: store l2tpv3 sessions in per-net IDR")
Signed-off-by: James Chapman <jchapman@katalix.com>
Signed-off-by: Tom Parkin <tparkin@katalix.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions