OSDN Git Service

bpf: Handle ipv6 gateway in bpf_ipv4_fib_lookup
authorDavid Ahern <dsahern@gmail.com>
Fri, 5 Apr 2019 23:30:35 +0000 (16:30 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 8 Apr 2019 22:22:41 +0000 (15:22 -0700)
commit6f5f68d05ec0f648a4e59a07442d663d1e1a4d2f
treeb17c5f9fa729008dcc07b038c1ad2d27b2970265
parent5c9f7c1dfc2e0776551ef1ceb335187c6698d1ff
bpf: Handle ipv6 gateway in bpf_ipv4_fib_lookup

Update bpf_ipv4_fib_lookup to handle an ipv6 gateway.

Signed-off-by: David Ahern <dsahern@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/filter.c