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

Conditionally generate Protocol specific Filters #43

Open
adrianchiris opened this issue Sep 14, 2022 · 0 comments
Open

Conditionally generate Protocol specific Filters #43

adrianchiris opened this issue Sep 14, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@adrianchiris
Copy link
Collaborator

What would you like to be added?

Currently our Generator implementation (SimpleTCGenerator) Generates TC filters for all supported protocols

  • ipv4
  • ipv6
  • VLAN ipv4
  • VLAN ipv6
  • QinQ ipv4
  • QinQ ipv6

We should look into how to reduce the number of filters generated for a given Rule.

some thoughts

  • if bridge is not in QinQ mode, should we generate QinQ related filters ? (need to check bridge behaves in this case) - as we only support accelerated bridge CNI ATM.
  • should we limit VLAN/QinQ related filters to rules that originate from IPBlock only ?
  • a more static approach: config knobs which determines the protocols that multi-network-policy-tc will handle (enforce for only what is specified)
@adrianchiris adrianchiris added the enhancement New feature or request label Sep 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant