Skip to content
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

Fixes #17797 - Update MACAddressSerializer to use MACAddressField #18430

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

atownson
Copy link
Contributor

Fixes: #17797

Configured the mac_address field in the MACAddressSerializer to use the MACAddressField class.

The normalization of the mac_address value is configured at:

return EUI(value, version=48, dialect=mac_unix_expanded_uppercase)
The current configuration is to use a custom uppercase format.

@atownson atownson marked this pull request as draft January 17, 2025 22:04
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.

Updating an interface via the api and sending lowercase mac_address creates a pointless changelog
1 participant