Skip to content
This repository was archived by the owner on Mar 21, 2026. It is now read-only.
This repository was archived by the owner on Mar 21, 2026. It is now read-only.

[RFE] Suggest to use non case sesitive comparison for nodes.csv mac addresses #95

Description

Current situation

I was setting things up and got an error on racker factory check about it not being able to determine PXE interface by looking at the columns of mac addresses.
Looking at the code I was able to figure out what I was doing wrong, however I used capitals because that is how the are shown to me by various tools (not all though).

Impact

Not very high, likely it is a convention to use lower-casing that I am not aware about.

Ideal future situation

use Go's strings.EqualFold here to remove the likelihood of it happening for other people.

**Implementation options

See above.

Additional information

Everything is working out great so far.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions