Skip to content

Commit

Permalink
Fix BPF test
Browse files Browse the repository at this point in the history
Co-authored-by: ./gray <[email protected]>
  • Loading branch information
Integral and jschwinger233 authored Oct 17, 2024
1 parent dab0e71 commit 406291d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion control/kern/tproxy.c
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ route(const __u32 flag[8], const void *l4hdr, const __be32 saddr[4],
.trie_key = { IPV6_BYTE_LENGTH * 8, {} },
};

const enum MatchType keys[] = { MatchType_L4Proto,
const __u32 keys[] = { MatchType_L4Proto,
MatchType_IpVersion };

for (__u32 i = 0; i < ARRAY_SIZE(keys); i++) {
Expand Down

0 comments on commit 406291d

Please sign in to comment.