summaryrefslogtreecommitdiffstats
path: root/src/net/netdev_settings.c
Commit message (Collapse)AuthorAgeFilesLines
* [Settings] Implement simple_settings backed with extensible DHCP optionsMichael Brown2008-03-221-4/+4
|
* [Settings] Add per-netdevice settings blockMichael Brown2008-03-201-0/+95
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.