1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-25 04:21:18 +02:00

net: ipv6: IPv6 environment variable cleanup

Fix "setenv gatewayip6".

Synchronize IPv6 local variables with environment variables
in netboot_update_env()

Signed-off-by: Sean Edmond <seanedmond@microsoft.com>
This commit is contained in:
Sean Edmond
2023-02-15 20:38:36 -08:00
committed by Tom Rini
parent 8491a7e4ed
commit 5e541c48a7
2 changed files with 23 additions and 2 deletions

View File

@@ -71,7 +71,7 @@ enum env_flags_varaccess {
#define NET6_FLAGS \
"ip6addr:s," \
"serverip6:s," \
"gatewayip6:s"
"gatewayip6:s,"
#else
#define NET6_FLAGS
#endif