dhcpv6: replace hash_ifname() with MD5 implementation#150
Merged
openwrt-bot merged 1 commit intoopenwrt:masterfrom Jan 24, 2026
Merged
dhcpv6: replace hash_ifname() with MD5 implementation#150openwrt-bot merged 1 commit intoopenwrt:masterfrom
openwrt-bot merged 1 commit intoopenwrt:masterfrom
Conversation
Contributor
|
Standardised hash results are good :) |
Noltari
added a commit
to Noltari/odhcp6c
that referenced
this pull request
Jan 14, 2026
Replace hash_ifname() with new network_generate_iface_iaid() function from libubox, which is based on MD5. Link: openwrt#150 Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
8cbaa92 to
b472311
Compare
Noltari
added a commit
to Noltari/odhcp6c
that referenced
this pull request
Jan 24, 2026
Replace hash_ifname() with new implementation based on MD5 hash. Link: openwrt#150 Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
b472311 to
d02fcda
Compare
Noltari
added a commit
to Noltari/odhcp6c
that referenced
this pull request
Jan 24, 2026
Replace hash_ifname() with new implementation based on MD5 hash. This implementation generated the same output as: openwrt/openwrt@e1f2b66 Link: openwrt#150 Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
d02fcda to
59fafe6
Compare
Noltari
added a commit
to Noltari/odhcp6c
that referenced
this pull request
Jan 24, 2026
Replace hash_ifname() with new implementation based on MD5 hash. This implementation generated the same output as: openwrt/openwrt@e1f2b66 Link: openwrt#150 Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
59fafe6 to
b2a2621
Compare
Replace hash_ifname() with new implementation based on MD5 hash. This implementation generates the same output as: openwrt/openwrt@e1f2b66 Link: openwrt#150 Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
b2a2621 to
591ce40
Compare
Noltari
added a commit
to Noltari/odhcp6c
that referenced
this pull request
Jan 24, 2026
Replace hash_ifname() with new implementation based on MD5 hash. This implementation generates the same output as: openwrt/openwrt@e1f2b66 (cherry picked from commit 591ce40) Link: openwrt#150 Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Replace hash_ifname() with new implementation based on MD5 hash.
This implementation generates the same output as:
openwrt/openwrt@e1f2b66
CC @Alphix @systemcrash @GoetzGoerisch