mirror of
https://github.com/ipxe/ipxe
synced 2025-12-13 23:41:45 +03:00
[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:
@@ -129,6 +129,7 @@
|
||||
#define ERRFILE_dns ( ERRFILE_NET | 0x00110000 )
|
||||
#define ERRFILE_tftp ( ERRFILE_NET | 0x00120000 )
|
||||
#define ERRFILE_infiniband ( ERRFILE_NET | 0x00130000 )
|
||||
#define ERRFILE_netdev_settings ( ERRFILE_NET | 0x00140000 )
|
||||
|
||||
#define ERRFILE_image ( ERRFILE_IMAGE | 0x00000000 )
|
||||
#define ERRFILE_elf ( ERRFILE_IMAGE | 0x00010000 )
|
||||
|
||||
Reference in New Issue
Block a user