Merge branch 'bpf: Fix src IP addr related limitation in bpf_*_fib_lookup()'
authorMartin KaFai Lau <martin.lau@kernel.org>
Mon, 9 Oct 2023 22:35:00 +0000 (15:35 -0700)
committerMartin KaFai Lau <martin.lau@kernel.org>
Mon, 9 Oct 2023 23:28:37 +0000 (16:28 -0700)
Martynas Pumputis says:

====================
The patchset fixes the limitation of bpf_*_fib_lookup() helper, which
prevents it from being used in BPF dataplanes with network interfaces
which have more than one IP addr. See the first patch for more details.
Thanks!

* v2->v3: Address Martin KaFai Lau's feedback
* v1->v2: Use IPv6 stubs to fix compilation when CONFIG_IPV6=m.
====================

Signed-off-by: Martin KaFai Lau <martin.lau@kernel.org>

Trivial merge