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

NETOBSERV-1198: drop_cause enum in vmlinux are based off old kernel #161

Merged
merged 2 commits into from
Jul 24, 2023

Commits on Jul 21, 2023

  1. allow tracing more drops and avoid early return

    sometimes we can don't have socket struct valid
    which we use to populate TCP state in that case
    we keep state as 0 and we proceed generating drop
    flow
    
    Signed-off-by: msherif1234 <mmahmoud@redhat.com>
    msherif1234 committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    84c9c38 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. NETOBSERV-1198: drop_cause enum in vmlinux

    Signed-off-by: msherif1234 <mmahmoud@redhat.com>
    msherif1234 committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    c831a86 View commit details
    Browse the repository at this point in the history