Skip to content

Conversation

@rishichawda
Copy link
Member

Description

backport of #1885

Related Issue

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Chore (non-breaking change that does not add functionality or fix an issue)

Checklist:

  • I have read the CONTRIBUTING document.
  • I have run the pre-merge tests locally and they pass.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • If Gemfile.lock has changed, I have used --conservative to do it and included the full output in the Description above.
  • All new and existing tests passed.
  • All commits have been signed-off for the Developer Certificate of Origin.

Fixing network detection when using multipath route

Some setup could have a multipath route with a src assigned to the
loopback

In this situation, it fails to find a mac because there is none found on
the loopback

Better early return 00:00:00:00:00:00 when checking for a mac on lo

Signed-off-by: Arnaud Chong <a.chong@criteo.com>
Co-authored-by: John McCrae <john.mccrae@progress.com>
@rishichawda rishichawda requested review from a team and jaymzh as code owners December 18, 2025 12:17
@sonarqubecloud
Copy link

@sonarqube-for-infrastructure-prod

Quality Gate failed Quality Gate failed

Failed conditions
0.0% Coverage on New Code (required ≥ 80%)

See analysis details on SonarQube

@johnmccrae johnmccrae merged commit 1c23149 into 18-stable Dec 18, 2025
33 of 34 checks passed
@johnmccrae johnmccrae deleted the rishichawda/backports/achamo/multipath-route-loopback-src branch December 18, 2025 14:33
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.

4 participants