net: dhcp6: Fix VCI string
Change VCI string from "U-boot" to "U-Boot". Signed-off-by: Sean Edmond <seanedmond@microsoft.com> Reviewed-by: Ramon Fried <rfried.dev@gmail.com>
This commit is contained in:
parent
1b3117db3e
commit
2f7c7159ea
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
||||||
#define DUID_MAX_SIZE DUID_LL_SIZE /* only supports DUID-LL currently */
|
#define DUID_MAX_SIZE DUID_LL_SIZE /* only supports DUID-LL currently */
|
||||||
|
|
||||||
/* vendor-class-data to send in vendor clas option */
|
/* 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 */
|
#define DHCP6_MULTICAST_ADDR "ff02::1:2" /* DHCP multicast address */
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue