Commit 8c664d0
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
0 commit comments