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

Adding a fix to allow IPv6 addresses by replacing ":" with underscore #80

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ClementPrimot
Copy link

During the conception of our weathermap @ Telerys Communication, we noticed that devices's RRD with IPv6 addresses are stored with this format: XXXX_XXXX_XXXX_XXXX.
PHP Weathermap use ":" instead of "_".

This fix replaces ":" by "_" to allow the usage of IPv6 devices with PHP Weathermap.

@ClementPrimot ClementPrimot changed the title Adding a fix to allow IPv6 addresses by replacing ":" by underscore Adding a fix to allow IPv6 addresses by replacing ":" with underscore Jun 8, 2022
xbeaudouin added a commit to xbeaudouin/Weathermap that referenced this pull request Nov 2, 2022
Copy link
Contributor

@BarbarossaTM BarbarossaTM left a comment

Choose a reason for hiding this comment

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

This is neat, thanks!

Kudos to @pfromme25 for testing this :)

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