mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-23 19:51:46 +00:00
Added "hostname" and "ip" as sample settings
This commit is contained in:
parent
fe774fe356
commit
dd9399f527
@ -251,3 +251,16 @@ struct config_setting_type config_setting_type_ipv4 __config_setting_type = {
|
||||
.set = set_ipv4,
|
||||
};
|
||||
|
||||
/** Some basic setting definitions */
|
||||
struct config_setting basic_config_settings[] __config_setting = {
|
||||
{
|
||||
.name = "hostname",
|
||||
.tag = DHCP_HOST_NAME,
|
||||
.type = &config_setting_type_string,
|
||||
},
|
||||
{
|
||||
.name = "ip",
|
||||
.tag = DHCP_EB_YIADDR,
|
||||
.type = &config_setting_type_ipv4,
|
||||
},
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user