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

netfilter: Support multiport matching (-m multiport) #11374

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

copybara-service[bot]
Copy link

@copybara-service copybara-service bot commented Jan 17, 2025

netfilter: Support multiport matching (-m multiport)

This set of changes adds:

  • support for xt_multiport_{,v1} matchers for matching for a range of ports and their inverse, i.e.,:

    -m multiport [!] --[s|d]ports (PORT,...|PORT:PORT,...)
    
  • support for IP{,6}T_SO_GET_REVISION_MATCH socket options, which allows iptables to query for the highest supported revision for a given matcher

FUTURE_COPYBARA_INTEGRATE_REVIEW=#11298 from clickyotomy:multiport 4a8209f

@copybara-service copybara-service bot added the exported Issue was exported automatically label Jan 17, 2025
@copybara-service copybara-service bot force-pushed the test/cl716737203 branch 2 times, most recently from 0db8abd to 69382bd Compare January 21, 2025 22:44
This set of changes adds:

  - support for `xt_multiport_{,v1}` matchers for matching for a range of ports and their inverse, i.e.,:

      ```
      -m multiport [!] --[s|d]ports (PORT,...|PORT:PORT,...)
      ```

  - support for `IP{,6}T_SO_GET_REVISION_MATCH` socket options, which allows `iptables` to query for the highest supported revision for a given matcher

FUTURE_COPYBARA_INTEGRATE_REVIEW=#11298 from clickyotomy:multiport 4a8209f
PiperOrigin-RevId: 716737203
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
exported Issue was exported automatically
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant