[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.
This commit is contained in:
Michael Brown
2008-03-20 21:06:03 +00:00
parent 260b93bb72
commit acfa14423e
6 changed files with 126 additions and 1 deletions

View File

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