Skip to content

Commit

Permalink
bpf: complexity-tests: Test DEBUG and LB_DEBUG configurations
Browse files Browse the repository at this point in the history
Run the verifier tests on the debug configurations, because it may
expose verifier errors.

Ref: #32169
Signed-off-by: Maxim Mikityanskiy <maxim@isovalent.com>
  • Loading branch information
gentoo-root committed Apr 25, 2024
1 parent dbd35d0 commit 9097f8a
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions bpf/complexity-tests/netnext/bpf_host/7.txt
@@ -0,0 +1,35 @@
-DHAVE_FIB_IFINDEX=1
-DHAVE_FIB_NEIGH=1
-DDISABLE_LOOPBACK_LB=1
-DENABLE_IPV4=1
-DENABLE_IPV6=1
-DENABLE_ROUTING=1
-DPOLICY_VERDICT_NOTIFY=1
-DALLOW_ICMP_FRAG_NEEDED=1
-DENABLE_IDENTITY_MARK=1
-DMONITOR_AGGREGATION=3
-DCT_REPORT_FLAGS=0x0002
-DENABLE_HOST_FIREWALL=1
-DENABLE_ICMP_RULE=1
-DENABLE_CUSTOM_CALLS=1
-DENABLE_SRV6=1
-DENABLE_MASQUERADE_IPV4=1
-DENABLE_MASQUERADE_IPV6=1
-DENABLE_SRC_RANGE_CHECK=1
-DENABLE_NODEPORT=1
-DENABLE_NODEPORT_ACCELERATION=1
-DENABLE_SESSION_AFFINITY=1
-DENABLE_DSR_ICMP_ERRORS=1
-DENABLE_DSR=1
-DENABLE_DSR_HYBRID=1
-DENABLE_IPV4_FRAGMENTS=1
-DENABLE_TPROXY=1
-DENABLE_HOST_ROUTING=1
-DENABLE_BANDWIDTH_MANAGER=1
-DETH_HLEN=0
-DENCAP_IFINDEX=1
-DTUNNEL_MODE=1
-DENABLE_EGRESS_GATEWAY=1
-DENABLE_VTEP=1
-DENABLE_SCTP=1
-DENABLE_HIGH_SCALE_IPCACHE=1

0 comments on commit 9097f8a

Please sign in to comment.