Skip to content

Commit

Permalink
bpf: remove HOST_REDIRECT_TO_INGRESS from LXC_OPTIONS in Makefile
Browse files Browse the repository at this point in the history
Commit 3b64f23 ("Deprecate legacy flannel integration") removed all
traces of HOST_REDIRECT_TO_INGRESS, but commit 652ccd2
("lib/proxy.h: set variable as maybe unused to avoid compilation error")
accidentially added it to LXC_OPTIONS again.

Signed-off-by: Tobias Klauser <tobias@cilium.io>
  • Loading branch information
tklauser authored and twpayne committed May 20, 2021
1 parent 4b951f8 commit 93b67da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bpf/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ bpf_xdp.o: bpf_xdp.ll

# The following option combinations are compile tested
LXC_OPTIONS = \
-DHOST_REDIRECT_TO_INGRESS: \
-DALLOW_ICMP_FRAG_NEEDED: \
-DSKIP_DEBUG: \
-DHAVE_LPM_TRIE_MAP_TYPE: \
Expand Down

0 comments on commit 93b67da

Please sign in to comment.