mirror of
https://github.com/xcat2/xNBA.git
synced 2025-01-07 20:15:06 +00:00
[DHCP] Add "dhcp-server" setting to help end-user diagnostics
This commit is contained in:
parent
4180815a90
commit
5102033215
@ -260,6 +260,14 @@ static struct dhcp_settings * dhcpset_create ( const struct dhcphdr *dhcphdr,
|
||||
return dhcpset;
|
||||
}
|
||||
|
||||
/** DHCP server address setting */
|
||||
struct setting dhcp_server_setting __setting = {
|
||||
.name = "dhcp-server",
|
||||
.description = "DHCP server address",
|
||||
.tag = DHCP_SERVER_IDENTIFIER,
|
||||
.type = &setting_type_ipv4,
|
||||
};
|
||||
|
||||
/****************************************************************************
|
||||
*
|
||||
* DHCP session
|
||||
|
Loading…
Reference in New Issue
Block a user