Conversation
openwrt-ai
reviewed
Sep 14, 2026
beedaddy
force-pushed
the
fix_ipv6_ddns-update-netcup-com_improved
branch
from
September 14, 2026 17:49
e9fc205 to
b6adc1a
Compare
beedaddy
force-pushed
the
fix_ipv6_ddns-update-netcup-com_improved
branch
from
September 14, 2026 18:03
b6adc1a to
f73c532
Compare
openwrt-ai
reviewed
Sep 15, 2026
openwrt-ai
left a comment
Collaborator
There was a problem hiding this comment.
Commit checks
4eb2e6f"ddns-scripts: apply suggestion from @openwrt-ai" — subject describes the review workflow, not the change. Say what it does (e.g.ddns-scripts: fix typo in netcup comment), or fold it intoac80481.f73c532"ddns-scripts: apply suggestion from @openwrt-ai" — same; this one changes the record-match comparison to the new IP, which is the substance ofac80481and belongs squashed into it rather than as a follow-up with an unrelated subject.
Generated by Claude Code
beedaddy
force-pushed
the
fix_ipv6_ddns-update-netcup-com_improved
branch
2 times, most recently
from
September 15, 2026 17:21
cd4b82e to
ea36bdf
Compare
beedaddy
force-pushed
the
fix_ipv6_ddns-update-netcup-com_improved
branch
from
September 15, 2026 17:31
48e49fd to
00d4316
Compare
beedaddy
force-pushed
the
fix_ipv6_ddns-update-netcup-com_improved
branch
from
September 15, 2026 17:46
00d4316 to
d497e69
Compare
beedaddy
force-pushed
the
fix_ipv6_ddns-update-netcup-com_improved
branch
from
September 15, 2026 17:49
d497e69 to
40c2e68
Compare
Author
|
Sorry—getting my first PR formally correct was a bit of a struggle. But I think it's ok now. |
openwrt-ai
reviewed
Sep 16, 2026
openwrt-ai
left a comment
Collaborator
There was a problem hiding this comment.
Commit checks
40c2e68"ddns-scripts: fix updating IPv6 for netcup: update to 2.8.5" — subject stacks two scopes behind two colons. Precedent in this package splits them into a fix commit plus a bump commit (3aca374+774c01b"ddns-scripts: update to 2.8.4"); the body should also state what the fix does instead of only linking the issue comment.
Generated by Claude Code
nmeyerhans
reviewed
Sep 18, 2026
nmeyerhans
left a comment
Contributor
There was a problem hiding this comment.
This looks reasonable to me.
nmeyerhans
approved these changes
Sep 18, 2026
BKPepe
force-pushed
the
fix_ipv6_ddns-update-netcup-com_improved
branch
from
September 21, 2026 20:13
40c2e68 to
bf9b771
Compare
openwrt-ai
reviewed
Sep 22, 2026
Member
|
Be careful not to exceed the 80-character limit in the commit message. In this commit, please increase only the PKG_RELEASE by one, not the PKG_VERSION. This is a change made in a provider and not a change to the core of the ddns-scripts. @beedaddy Everything else looks good. If you make that change, I'd merge it as soon as possible. |
beedaddy
force-pushed
the
fix_ipv6_ddns-update-netcup-com_improved
branch
from
September 22, 2026 16:05
bf9b771 to
33e5d54
Compare
Fix the netcup DDNS updater when comparing an existing IPv6 record to the current address. The previous logic relied on REGISTERED_IP and required it to be set, but that value is not always available or reliable for IPv6 records. As a result, the updater could wrongly skip or fail to update AAAA entries. This change: - Removes the hard dependency on REGISTERED_IP - Compares record type and hostname before evaluating the IP - Normalizes IPv6 addresses before comparison - Exits early when no update is required Fixes openwrt#30387 Signed-off-by: Martin Brodbeck <martin@brodbeck-online.de>
beedaddy
force-pushed
the
fix_ipv6_ddns-update-netcup-com_improved
branch
from
September 22, 2026 16:09
33e5d54 to
237bb01
Compare
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.
Fixes #30387
Uses suggested fix from #30387 (comment)
📦 Package Details
Maintainer: @feckert
(You can find this by checking the history of the package
Makefile.)Description:
Fixes #30387
Uses suggested fix from #30387 (comment)
🧪 Run Testing Details
✅ Formalities
If your PR contains a patch:
git am(e.g., subject line, commit description, etc.)
We must try to upstream patches to reduce maintenance burden.