Skip to content

Interface name added for ip and mac addr #39421

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

Closed
wants to merge 1 commit into from

Conversation

naman-jain-15
Copy link
Contributor

Description: This PR adds interface name added for ip and mac addr

Link to tracking Issue: #39419

Testing: No additional test cases were added

@naman-jain-15 naman-jain-15 requested review from dashpole and a team as code owners April 15, 2025 12:07
Copy link

linux-foundation-easycla bot commented Apr 15, 2025

CLA Signed

  • ✅login: naman-jain-15 / (6d68028)

The committers listed above are authorized under a signed CLA.

hostIPAttribute = append(hostIPAttribute, ip.String())
}
for _, result := range hostIPs {
attr := fmt.Sprintf("Interface: %s, IP: %s", result.InterfaceName, result.IP.String())
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think that will land as is, as discussed in #39419

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah i will create new pull request with updated changes . I am closing this one

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants