[ipv6] Rename ipv6_scope to ipv6_settings_scope

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2016-07-21 15:46:51 +01:00
parent c34d1518eb
commit daa1a59310
3 changed files with 8 additions and 8 deletions

View File

@@ -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;