summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/settings.h
diff options
context:
space:
mode:
authorMichael Brown2008-03-20 22:06:03 +0100
committerMichael Brown2008-03-20 22:06:53 +0100
commitacfa14423ef2c974e9d8ff3d0aa48fe0ea2fb8c7 (patch)
tree1541c01facb5ed9d291aa773f12b7a8664077206 /src/include/gpxe/settings.h
parent[Settings] Add settings hierarchy (diff)
downloadipxe-acfa14423ef2c974e9d8ff3d0aa48fe0ea2fb8c7.tar.gz
ipxe-acfa14423ef2c974e9d8ff3d0aa48fe0ea2fb8c7.tar.xz
ipxe-acfa14423ef2c974e9d8ff3d0aa48fe0ea2fb8c7.zip
[Settings] Add per-netdevice settings block
Add a configuration settings block for each net device. This will provide the parent scope for settings applicable only to that network device (e.g. non-volatile options stored on the NIC, options obtained via DHCP, etc.). Expose the MAC address as a setting.
Diffstat (limited to 'src/include/gpxe/settings.h')
-rw-r--r--src/include/gpxe/settings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gpxe/settings.h b/src/include/gpxe/settings.h
index d92cdb55..5333c4f2 100644
--- a/src/include/gpxe/settings.h
+++ b/src/include/gpxe/settings.h
@@ -17,7 +17,7 @@ struct in_addr;
/** Settings block operations */
struct settings_operations {
- /** Set value of setting
+ /** Store value of setting
*
* @v settings Settings block
* @v tag Setting tag number