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

base: fix underlay network break during upgrade from v1.12 #4797

Merged
merged 1 commit into from
Dec 10, 2024

Conversation

zhangzujian
Copy link
Member

Pull Request

What type of this PR

Examples of user facing changes:

  • Features
  • Bug fixes
  • Docs
  • Tests

Which issue(s) this PR fixes

Fixes #4795

Recently OVN introduced new actions `` in commit Fix load balanced hairpin traffic for fragmented packets. which breaks our northd version compatibility.

@coveralls
Copy link

coveralls commented Dec 6, 2024

Pull Request Test Coverage Report for Build 12233963673

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 2 unchanged lines in 1 file lost coverage.
  • Overall coverage decreased (-0.004%) to 18.671%

Files with Coverage Reduction New Missed Lines %
pkg/ovs/ovn-nb-port_group.go 2 82.53%
Totals Coverage Status
Change from base Build 12195383681: -0.004%
Covered Lines: 8680
Relevant Lines: 46490

💛 - Coveralls

@zhangzujian zhangzujian changed the title base: update ovn northd version compatibility base: fix underlay network break during upgrade from v1.12 Dec 9, 2024
@zhangzujian zhangzujian force-pushed the ovn-ct-dst branch 2 times, most recently from ec48a69 to 9a02e58 Compare December 9, 2024 10:11
@zhangzujian zhangzujian marked this pull request as ready for review December 10, 2024 01:56
@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Dec 10, 2024
@dosubot dosubot bot added the bug Something isn't working label Dec 10, 2024
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Dec 10, 2024
@zhangzujian zhangzujian merged commit 1844fe7 into kubeovn:master Dec 10, 2024
67 of 68 checks passed
@zhangzujian zhangzujian deleted the ovn-ct-dst branch December 10, 2024 02:00
zhangzujian added a commit that referenced this pull request Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working lgtm This PR has been approved by a maintainer need backport size:XS This PR changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Container networking break during upgrade from v1.12.x to v1.13.0
3 participants