From 3771ccee29c8bbae2208aea4518ff52e5130a5ce Mon Sep 17 00:00:00 2001 From: Marcel Fest Date: Sun, 13 Sep 2026 21:47:08 +0200 Subject: [PATCH] Add suggestion for IPv4/IPv6 swap --- .github/suggestion-comment.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/suggestion-comment.md diff --git a/.github/suggestion-comment.md b/.github/suggestion-comment.md new file mode 100644 index 00000000..4b753554 --- /dev/null +++ b/.github/suggestion-comment.md @@ -0,0 +1,13 @@ +I'll help you add a suggestion. Unfortunately, I can't directly add a suggestion to an existing comment through the API. However, here's what I recommend: + +**Option 1: Reply with a suggestion** +Create a new comment with a suggested fix: + +```suggestion +failed to get an IPv6 address after %d attempt(s), giving up, error: %s +``` + +**Option 2: Edit your existing comment** +Update your comment to include the suggestion details pointing out that line 284 in the error message says "IPv4" but should say "IPv6" since this is the DHCPv6Client. + +Would you like me to create a new reply comment with the suggestion instead?