Does/Will any bpf map support fuzzy matching? #1012
-
Hi everyone, We are working on an ebpf project that needs packet filtering based on Fuzzy matching here means that the key of the map, which is a For example, we set up a map with key-value pair as (struct demo, int
Then we insert a key-value pair into the map, where the key only has two
After inserting the entry, we now have a target key that needs to find
If we have another key_target_2 with a = 1, b = 1, c = 5, it can also This feature is very helpful when setting network policies that we have We really appreciate any suggestion/discussion here :) Thanks so much, Amy |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi Amy, This group is meant to discuss questions around use of the library, not general eBPF features. Please use Stack Overflow in the future. |
Beta Was this translation helpful? Give feedback.
Hi Amy,
This group is meant to discuss questions around use of the library, not general eBPF features. Please use Stack Overflow in the future.