mirror of
https://github.com/ipxe/ipxe
synced 2026-02-10 10:10:21 +03:00
[dhcp] Allow vendor class to be changed in DHCP requests
Allow the DHCPv4 vendor class to be specified via the "vendor-class" setting. Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -468,6 +468,8 @@ busid_setting __setting ( SETTING_NETDEV, busid );
|
||||
extern const struct setting
|
||||
user_class_setting __setting ( SETTING_HOST_EXTRA, user-class );
|
||||
extern const struct setting
|
||||
vendor_class_setting __setting ( SETTING_HOST_EXTRA, vendor-class );
|
||||
extern const struct setting
|
||||
manufacturer_setting __setting ( SETTING_HOST_EXTRA, manufacturer );
|
||||
extern const struct setting
|
||||
product_setting __setting ( SETTING_HOST_EXTRA, product );
|
||||
|
||||
Reference in New Issue
Block a user