summaryrefslogtreecommitdiffstats
path: root/src/core/settings.c
diff options
context:
space:
mode:
authorMichael Brown2016-07-16 13:42:08 +0200
committerMichael Brown2016-07-16 13:42:08 +0200
commit129206f476262b8b071135d0a1e020811472dc78 (patch)
treed4e240c4918fe2553b94f3396aa68d3c12cd677d /src/core/settings.c
parent[settings] Create space for IPv6 in settings display order (diff)
downloadipxe-129206f476262b8b071135d0a1e020811472dc78.tar.gz
ipxe-129206f476262b8b071135d0a1e020811472dc78.tar.xz
ipxe-129206f476262b8b071135d0a1e020811472dc78.zip
[ipv6] Rename ipv6_scope to dhcpv6_scope
The settings scope ipv6_scope refers specifically to IPv6 settings that have a corresponding DHCPv6 option. Rename to dhcpv6_scope to more accurately reflect this purpose. Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/core/settings.c')
-rw-r--r--src/core/settings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/settings.c b/src/core/settings.c
index 9cae0cae..1361a10e 100644
--- a/src/core/settings.c
+++ b/src/core/settings.c
@@ -1784,7 +1784,7 @@ const struct setting_type setting_type_ipv6 __setting_type = {
};
/** IPv6 settings scope */
-const struct settings_scope ipv6_scope;
+const struct settings_scope dhcpv6_scope;
/**
* Integer setting type indices