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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

add base rules for allowing vrrp packets #3293

Merged
merged 1 commit into from
Oct 12, 2023
Merged

add base rules for allowing vrrp packets #3293

merged 1 commit into from
Oct 12, 2023

Conversation

lynn901
Copy link
Member

@lynn901 lynn901 commented Oct 11, 2023

What type of this PR

Examples of user facing changes:

  • Features

Which issue(s) this PR fixes:

Fixes #3292

WHAT

馃 Generated by Copilot at 59ecef0

Enhance security group rules for IPv6 and VRRP packets in ovn-nb-acl.go. Add variables and match conditions to allow ICMPv6 and VRRP traffic within port groups.

馃 Generated by Copilot at 59ecef0

To enhance the security group rules
For IPv6 and VRRP packets, cool
We use icmpv6Type
And vrrpMatch to hype
The ingress and egress of our pools

HOW

馃 Generated by Copilot at 59ecef0

  • Add a variable icmpv6Type to store the allowed ICMPv6 types for ingress and egress rules (link)
  • Use the variable icmpv6Type in the icmpv6Match condition instead of hard-coded values (link)
  • Add a new match condition vrrpMatch for VRRP packets in the same security group (link)

Signed-off-by: yuanliu <yuanliu_yewu@cmss.chinamobile.com>
@bobz965 bobz965 merged commit ce80120 into kubeovn:master Oct 12, 2023
58 checks passed
bobz965 pushed a commit that referenced this pull request Oct 12, 2023
Signed-off-by: yuanliu <yuanliu_yewu@cmss.chinamobile.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add base rules for allowing vrrp packets
2 participants