From: Martin KaFai Lau Date: Mon, 9 Oct 2023 22:35:00 +0000 (-0700) Subject: Merge branch 'bpf: Fix src IP addr related limitation in bpf_*_fib_lookup()' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=1ef09e1281a1add0a86ecd594f748d7fb8bfd78e;p=linux.git Merge branch 'bpf: Fix src IP addr related limitation in bpf_*_fib_lookup()' 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 --- 1ef09e1281a1add0a86ecd594f748d7fb8bfd78e