commit | 65815e704ad0dfb58b51106039d6aeb2bbd18e34 | [log] [tgz] |
---|---|---|
author | Sean Edmond <seanedmond@microsoft.com> | Wed Feb 15 20:38:36 2023 -0800 |
committer | Tom Rini <trini@konsulko.com> | Fri May 05 13:41:55 2023 -0400 |
tree | ea12a6cbbe2333fd5754761b1ca66acaba6065d0 | |
parent | c136d0006a042484b7de2b76e0ec751086d80fa2 [diff] [blame] |
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>
diff --git a/include/env_flags.h b/include/env_flags.h index 7de58cc..d785f87 100644 --- a/include/env_flags.h +++ b/include/env_flags.h
@@ -71,7 +71,7 @@ #define NET6_FLAGS \ "ip6addr:s," \ "serverip6:s," \ - "gatewayip6:s" + "gatewayip6:s," #else #define NET6_FLAGS #endif