[PATCH 2/2] net: dhcp6: Fix VCI string
Ramon Fried
rfried.dev at gmail.com
Sat Jun 10 12:44:13 CEST 2023
On Thu, May 18, 2023 at 10:35 PM <seanedmond at linux.microsoft.com> wrote:
>
> From: Sean Edmond <seanedmond at microsoft.com>
>
> Change VCI string from "U-boot" to "U-Boot".
>
> Signed-off-by: Sean Edmond <seanedmond at 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
>
Reviewed-by: Ramon Fried <rfried.dev at gmail.com>
More information about the U-Boot
mailing list