Skip to content

fix bug#70 - update boot params fails when MAC is not in lower case#79

Open
darkmatterdawn wants to merge 1 commit into
OpenCHAMI:mainfrom
darkmatterdawn:darkmatterdawn/70-fix-update-bootparams-uppercase-mac
Open

fix bug#70 - update boot params fails when MAC is not in lower case#79
darkmatterdawn wants to merge 1 commit into
OpenCHAMI:mainfrom
darkmatterdawn:darkmatterdawn/70-fix-update-bootparams-uppercase-mac

Conversation

@darkmatterdawn

Copy link
Copy Markdown

Pull Request Template

Thank you for your contribution! Please ensure the following before submitting:

Checklist

  • [ x ] My code follows the style guidelines of this project
  • [ x ] I have added/updated comments where needed
  • I have added tests that prove my fix is effective or my feature works
  • [ x ] I have run make test (or equivalent) locally and all tests pass
  • DCO Sign-off: All commits are signed off (git commit -s) with my real name and email
  • REUSE Compliance:
    • Each new/modified source file has SPDX copyright and license headers
    • Any non-commentable files include a <filename>.license sidecar
    • All referenced licenses are present in the LICENSES/ directory

Description

MAC addresses in BSS are usually converted to all lower-case. That didn't happen in the update boot params function and when looking up existing entries in the DB. This PR fixes it.

Fixes #70

Type of Change

  • [ x ] Bug fix
  • New feature
  • Breaking change
  • Documentation update

For more info, see Contributing Guidelines.

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.

[BUG]

1 participant