mirror of
https://github.com/ipxe/ipxe
synced 2025-12-19 11:00:27 +03:00
[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>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user