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

Add socket-mark-id support for marking sockets. #10349

Merged
merged 6 commits into from Apr 20, 2022

Commits on Apr 13, 2022

  1. socket-id new config setting proposal.

    adding the possibility to tag sockets with an ID when netfiltering
     filters above operates in that level.
    devnexen committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    e5b7e84 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. Configuration menu
    Copy the full SHA
    4d96b47 View commit details
    Browse the repository at this point in the history
  2. fix failing tests

    devnexen committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    afd30d0 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. Minor cleanups.

    * A bit more generalized, OS-agnostic terms.
    * Avoid any setsockopt() call by default.
    yossigo committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    ce2b204 View commit details
    Browse the repository at this point in the history
  2. Typo fix.

    yossigo committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    6da7c4f View commit details
    Browse the repository at this point in the history
  3. Fix compile issue.

    yossigo committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    a15af6e View commit details
    Browse the repository at this point in the history