diff options
| author | Antony Antony <antony.antony@secunet.com> | 2026-05-26 22:05:54 +0300 |
|---|---|---|
| committer | Steffen Klassert <steffen.klassert@secunet.com> | 2026-06-04 13:22:33 +0300 |
| commit | 440bf355d32e14115b16d2869fc4e8e98e4a012a (patch) | |
| tree | 108eb01a9db3c61893da4440a50a15cf7b64f2d4 /tools/lib/python | |
| parent | 41c4d3b26f5e23609cd4b5ca561a399a097daabe (diff) | |
| download | linux-440bf355d32e14115b16d2869fc4e8e98e4a012a.tar.xz | |
xfrm: remove redundant assignments
These assignments are overwritten within the same function further down
commit e8961c50ee9cc ("xfrm: Refactor migration setup
during the cloning process")
x->props.family = m->new_family;
Which actually moved it in the
commit e03c3bba351f9 ("xfrm: Fix xfrm migrate issues when address family changes")
And the initial
commit 80c9abaabf428 ("[XFRM]: Extension for dynamic update of endpoint address(es)")
added x->props.saddr = orig->props.saddr; and
memcpy(&xc->props.saddr, &m->new_saddr, sizeof(xc->props.saddr));
Reviewed-by: Sabrina Dubroca <sd@queasysnail.net>
Signed-off-by: Antony Antony <antony.antony@secunet.com>
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
Diffstat (limited to 'tools/lib/python')
0 files changed, 0 insertions, 0 deletions
