From: seanedmond@linux.microsoft.com
To: u-boot@lists.denx.de
Cc: trini@konsulko.com, xypron.glpk@gmx.de, rfried.dev@gmail.com
Subject: [PATCH 2/2] net: dhcp6: Fix VCI string
Date: Thu, 18 May 2023 12:35:41 -0700 [thread overview]
Message-ID: <20230518193541.69606-3-seanedmond@linux.microsoft.com> (raw)
In-Reply-To: <20230518193541.69606-1-seanedmond@linux.microsoft.com>
From: Sean Edmond <seanedmond@microsoft.com>
Change VCI string from "U-boot" to "U-Boot".
Signed-off-by: Sean Edmond <seanedmond@microsoft.com>
---
net/dhcpv6.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/dhcpv6.h b/net/dhcpv6.h
index 80ca520432..65c8e4c71d 100644
--- a/net/dhcpv6.h
+++ b/net/dhcpv6.h
@@ -38,7 +38,7 @@
#define DUID_MAX_SIZE DUID_LL_SIZE /* only supports DUID-LL currently */
/* vendor-class-data to send in vendor clas option */
-#define DHCP6_VCI_STRING "U-boot"
+#define DHCP6_VCI_STRING "U-Boot"
#define DHCP6_MULTICAST_ADDR "ff02::1:2" /* DHCP multicast address */
--
2.40.0
next prev parent reply other threads:[~2023-05-18 19:36 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-18 19:35 [PATCH 0/2] *** minor fixes in DHCP6 *** seanedmond
2023-05-18 19:35 ` [PATCH 1/2] net: ipv6: Fix CID 453851 and CID 436278 seanedmond
2023-06-10 10:44 ` Ramon Fried
2023-06-14 19:51 ` Tom Rini
2023-05-18 19:35 ` seanedmond [this message]
2023-06-10 10:44 ` [PATCH 2/2] net: dhcp6: Fix VCI string Ramon Fried
2023-06-14 19:51 ` Tom Rini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230518193541.69606-3-seanedmond@linux.microsoft.com \
--to=seanedmond@linux.microsoft.com \
--cc=rfried.dev@gmail.com \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
--cc=xypron.glpk@gmx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox