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 Layer 2 forwarding for subnet ports again #3300

Merged
merged 1 commit into from
Oct 31, 2023

Conversation

sirkrypt0
Copy link
Contributor

@sirkrypt0 sirkrypt0 commented Oct 13, 2023

This feature has been added in #1487 and then again in #2067, but fallen victim to a refactoring in
#2477 that removed it. We now add it back again.

What type of this PR

Feature/Bug Fix.

Which issue(s) this PR fixes:

Fixes #2043

WHAT

Adds the ability to configure a subnet port with addresses unknown in OVN, such that the port gets all layer 2 packets. See #2043

@zhangzujian
Copy link
Member

In #2067 we refactored the feature by adding an unknown address instead of replacing the original addresses with unknown.

We need to refactor the function EnablePortLayer2forward.

@zhangzujian zhangzujian added the bug Something isn't working label Oct 19, 2023
This feature has been added previously, but fallen victim to a
refactoring that removed it. We now add it back again.

Signed-off-by: Tobias Kantusch <[email protected]>
@oilbeater oilbeater merged commit ac77071 into kubeovn:master Oct 31, 2023
58 checks passed
@oilbeater
Copy link
Collaborator

Thanks! @sirkrypt0

oilbeater pushed a commit that referenced this pull request Oct 31, 2023
This feature has been added previously, but fallen victim to a
refactoring that removed it. We now add it back again.

Signed-off-by: Tobias Kantusch <[email protected]>
bobz965 pushed a commit that referenced this pull request Nov 1, 2023
This feature has been added previously, but fallen victim to a
refactoring that removed it. We now add it back again.

Signed-off-by: Tobias Kantusch <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working need backport
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Underlay does not work properly when the host is a KubeVirt VM inside a Kube-OVN cluster
3 participants