aboutsummaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/settings.h
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2016-07-16 12:42:08 +0100
committerMichael Brown <mcb30@ipxe.org>2016-07-16 12:42:08 +0100
commit129206f476262b8b071135d0a1e020811472dc78 (patch)
treed4e240c4918fe2553b94f3396aa68d3c12cd677d /src/include/ipxe/settings.h
parentecfc81d76f584a9e5878d940b376d1a0e7a8aa66 (diff)
downloadipxe-129206f476262b8b071135d0a1e020811472dc78.tar.gz
[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/include/ipxe/settings.h')
-rw-r--r--src/include/ipxe/settings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/ipxe/settings.h b/src/include/ipxe/settings.h
index 29853edc4..64ffe655b 100644
--- a/src/include/ipxe/settings.h
+++ b/src/include/ipxe/settings.h
@@ -284,7 +284,7 @@ struct builtin_setting {
extern const struct settings_scope builtin_scope;
/** IPv6 setting scope */
-extern const struct settings_scope ipv6_scope;
+extern const struct settings_scope dhcpv6_scope;
/**
* A generic settings block