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:
@@ -71,7 +71,7 @@ enum env_flags_varaccess {
|
||||
#define NET6_FLAGS \
|
||||
"ip6addr:s," \
|
||||
"serverip6:s," \
|
||||
"gatewayip6:s"
|
||||
"gatewayip6:s,"
|
||||
#else
|
||||
#define NET6_FLAGS
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user