[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250724150042.6361-1-equinox@diac24.net>
Date: Thu, 24 Jul 2025 17:00:37 +0200
From: David Lamparter <equinox@...c24.net>
To: netdev@...r.kernel.org,
David Ahern <dsahern@...nel.org>,
"David S. Miller" <davem@...emloft.net>
Cc: David Lamparter <equinox@...c24.net>,
Lorenzo Colitti <lorenzo@...gle.com>,
Patrick Rohr <prohr@...gle.com>
Subject: [PATCH net-next v2 0/4] net/ipv6: RFC6724 rule 5.5 preparations
Hi all,
let's try this again, this time without accidentally shadowing the 'err'
variable. Sigh. (Apologies for the immediate v2.)
following 4 patches are preparations for RFC6724 (IPv6 source address
selection) rule 5.5, which says "prefer addresses announced by the
router you're using". The changes here just pass down the route into
the source address selection code, it's not used for anything yet.
(Any change of behavior from these patches is a mistake on my end.)
Cheers,
David
David Lamparter (4):
net/ipv6: flatten ip6_route_get_saddr
net/ipv6: create ipv6_fl_get_saddr
net/ipv6: use ipv6_fl_get_saddr in output
net/ipv6: drop ip6_route_get_saddr
include/net/addrconf.h | 4 ++++
include/net/ip6_route.h | 26 ------------------------
net/ipv6/addrconf.c | 45 +++++++++++++++++++++++++++++++----------
net/ipv6/ip6_output.c | 25 +++++++++++++++++------
net/ipv6/route.c | 16 ++++++++++++---
5 files changed, 70 insertions(+), 46 deletions(-)
--
2.47.2
Powered by blists - more mailing lists