Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor improvements for L2 pcap filters #258

Merged
merged 2 commits into from
Sep 28, 2023
Merged

Minor improvements for L2 pcap filters #258

merged 2 commits into from
Sep 28, 2023

Commits on Sep 28, 2023

  1. Reject L3 skb more efficiently

    Introduced a key word `__pwru_reject_all__` to inject two simple ebpf
    insns when pcap filter is an L2 filter such as `arp`
    
    Also deleted a confusing and scary warning.
    
    Signed-off-by: Zhichuan Liang <gray.liang@isovalent.com>
    jschwinger233 committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    475d0e1 View commit details
    Browse the repository at this point in the history
  2. Add CI test for arp filter

    Signed-off-by: Zhichuan Liang <gray.liang@isovalent.com>
    jschwinger233 committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    ec4e400 View commit details
    Browse the repository at this point in the history