Skip to content

Commit

Permalink
bpf: Fix typo in max options for bpf_lb
Browse files Browse the repository at this point in the history
ENABLE_HOST_SERVICES_UDP wasn't set when trying to max out the BPF program
complexity.

Signed-off-by: Paul Chaignon <paul@cilium.io>
  • Loading branch information
pchaigno authored and borkmann committed Feb 28, 2020
1 parent 0829785 commit 302831a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bpf/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ LB_OPTIONS = \
# These options are intended to max out the BPF program complexity. it is load
# tested as well.
MAX_LB_OPTIONS = -DENABLE_IPV4 -DENABLE_IPV6 -DLB_L3 -DLB_L4 \
-DENABLE_HOST_SERVICES_TCP -DENABLE_HOST_SERVICES_TCP -DENABLE_NODEPORT \
-DENABLE_HOST_SERVICES_TCP -DENABLE_HOST_SERVICES_UDP -DENABLE_NODEPORT \
-DENABLE_EXTERNAL_IP

bpf_sock.ll: bpf_sock.c $(LIB)
Expand Down

0 comments on commit 302831a

Please sign in to comment.