]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[settings] Allow for multiple definitions of each predefined setting
authorMichael Brown <mcb30@ipxe.org>
Tue, 19 Nov 2013 15:34:58 +0000 (15:34 +0000)
committerMichael Brown <mcb30@ipxe.org>
Thu, 5 Dec 2013 12:43:28 +0000 (12:43 +0000)
commiteaa86156484d72f50825fec3e313a732f258fd31
tree9e2b04c4e3cee6c27b78a3449bf36ce23b0ae895
parentb0942534eb773915d3cb4e3d63354e5fddf5c0c7
[settings] Allow for multiple definitions of each predefined setting

Allow for multiple setting definitions with the same name but
different scopes and tags.  For example, allow for a "filename"
setting with default scope and tag value 67 (for DHCPv4) and a
corresponding "filename" setting with IPv6 scope and tag value 59 (for
DHCPv6).

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/core/settings.c
src/hci/tui/settings_ui.c
src/interface/efi/efi_snp_hii.c