OSDN Git Service

bpf: make LWTUNNEL_BPF dependent on INET
authorPeter Oskolkov <posk@google.com>
Fri, 15 Feb 2019 17:51:35 +0000 (09:51 -0800)
committerDaniel Borkmann <daniel@iogearbox.net>
Sat, 16 Feb 2019 00:06:30 +0000 (01:06 +0100)
commitb251f9f63a3bea7864bf627960926d978e97814d
tree5b80bd512c3bc176dbac35ecb9ef4666080f7411
parent789f6bab849e04ea029c09b81dc8401dc0268cf9
bpf: make LWTUNNEL_BPF dependent on INET

Lightweight tunnels are L3 constructs that are used with IP/IP6.

For example, lwtunnel_xmit is called from ip_output.c and
ip6_output.c only.

Make the dependency explicit at least for LWT-BPF, as now they
call into IP routing.

V2: added "Reported-by" below.

Reported-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Peter Oskolkov <posk@google.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org> # build-tested
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
net/Kconfig