summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/settings.h
diff options
context:
space:
mode:
authorMichael Brown2016-07-21 16:46:51 +0200
committerMichael Brown2016-07-21 16:47:45 +0200
commitdaa1a59310c0ae05773ac7f81417dfeebeb1455b (patch)
tree512a39a80622eb59fe31709765c6b114f3238d97 /src/include/ipxe/settings.h
parent[ipv6] Create routing table based on IPv6 settings (diff)
downloadipxe-daa1a59310c0ae05773ac7f81417dfeebeb1455b.tar.gz
ipxe-daa1a59310c0ae05773ac7f81417dfeebeb1455b.tar.xz
ipxe-daa1a59310c0ae05773ac7f81417dfeebeb1455b.zip
[ipv6] Rename ipv6_scope to ipv6_settings_scope
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 8cc0b6bb..341fc3c7 100644
--- a/src/include/ipxe/settings.h
+++ b/src/include/ipxe/settings.h
@@ -286,7 +286,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 ipv6_settings_scope;
/** DHCPv6 setting scope */
extern const struct settings_scope dhcpv6_scope;