Skip to content

fix: exclude eth0 from InterfaceCount for meshnet#19

Closed
msupinodn wants to merge 2 commits intomainfrom
fix/exclude-eth0-from-interface-count
Closed

fix: exclude eth0 from InterfaceCount for meshnet#19
msupinodn wants to merge 2 commits intomainfrom
fix/exclude-eth0-from-interface-count

Conversation

@msupinodn
Copy link
Copy Markdown
Collaborator

eth0 is the management interface and is skipped by meshnet (node.GetNodeLinks). When users explicitly define eth0 in their topology (e.g. to map it to Management1), len(Interfaces) over-counts and the init container waits for an interface that never appears.

Made-with: Cursor

eth0 is the management interface and is skipped by meshnet
(node.GetNodeLinks). When users explicitly define eth0 in their
topology (e.g. to map it to Management1), len(Interfaces) over-counts
and the init container waits for an interface that never appears.

Made-with: Cursor
@coveralls
Copy link
Copy Markdown

coveralls commented Mar 18, 2026

Pull Request Test Coverage Report for Build 23236942066

Details

  • 6 of 7 (85.71%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.03%) to 39.503%

Changes Missing Coverage Covered Lines Changed/Added Lines %
topo/node/drivenets/drivenets.go 6 7 85.71%
Totals Coverage Status
Change from base Build 23236880449: 0.03%
Covered Lines: 4864
Relevant Lines: 12313

💛 - Coveralls

@msupinodn msupinodn closed this Mar 24, 2026
@msupinodn msupinodn deleted the fix/exclude-eth0-from-interface-count branch March 24, 2026 14:30
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.

2 participants