Skip to content

Commit 8c664d0

Browse files
committed
datapath/loader: fix missing complexity coverage for enable_identity_mark
In commit 10e7899 ("bpf, datapath: switch identity mark option to runtime config"), ENABLE_IDENTITY_MARK was changed to a load-time config and removed from the build-time configs of the complexity tests without being added to the load-time configs. Thus BPF complexity coverage decreased. As suggested by Julian, always enable the option. Fixes: 10e7899 ("bpf, datapath: switch identity mark option to runtime config") Reported-by: Julian Wiedmann <jwi@isovalent.com> Signed-off-by: Tobias Klauser <tobias@cilium.io>
1 parent c19c89e commit 8c664d0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkg/datapath/loader/verifier_load_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ func setBasePermutations(t *config.Node) {
2424
t.TracingIPOptionType = 1
2525
t.DebugLB = true
2626
t.EventsMapRateLimit = 1000
27+
t.EnableIdentityMark = true
2728
}
2829

2930
func baseLXCPermutations() *loadPermutationBuilder {

0 commit comments

Comments
 (0)