mirror of
https://github.com/ipxe/ipxe
synced 2025-12-19 19:49:45 +03:00
[settings] Merge SETTING_IPv4 and SETTING_IPv6
Allow for equivalent IPv4 and IPv6 settings (which requires equivalent settings to be adjacent within the settings list). Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -2346,7 +2346,7 @@ const struct setting hostname_setting __setting ( SETTING_HOST, hostname ) = {
|
||||
};
|
||||
|
||||
/** Domain name setting */
|
||||
const struct setting domain_setting __setting ( SETTING_IPv4_EXTRA, domain ) = {
|
||||
const struct setting domain_setting __setting ( SETTING_IP_EXTRA, domain ) = {
|
||||
.name = "domain",
|
||||
.description = "DNS domain",
|
||||
.tag = DHCP_DOMAIN_NAME,
|
||||
|
||||
Reference in New Issue
Block a user