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?