diff options
| author | Michael Brown | 2013-12-05 13:38:51 +0100 |
|---|---|---|
| committer | Michael Brown | 2013-12-05 13:43:28 +0100 |
| commit | b0942534eb773915d3cb4e3d63354e5fddf5c0c7 (patch) | |
| tree | daded81f513f3ef5fbe061d509f4a923beb7a762 /src/net/udp/dhcp.c | |
| parent | [dhcpv6] Use DUID-UUID form of client DUID (diff) | |
| download | ipxe-b0942534eb773915d3cb4e3d63354e5fddf5c0c7.tar.gz ipxe-b0942534eb773915d3cb4e3d63354e5fddf5c0c7.tar.xz ipxe-b0942534eb773915d3cb4e3d63354e5fddf5c0c7.zip | |
[settings] Force settings into alphabetical order within sections
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/net/udp/dhcp.c')
| -rw-r--r-- | src/net/udp/dhcp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/net/udp/dhcp.c b/src/net/udp/dhcp.c index 3163f39c7..4625d1de4 100644 --- a/src/net/udp/dhcp.c +++ b/src/net/udp/dhcp.c @@ -92,7 +92,8 @@ static uint8_t dhcp_request_options_data[] = { }; /** DHCP server address setting */ -const struct setting dhcp_server_setting __setting ( SETTING_MISC ) = { +const struct setting dhcp_server_setting __setting ( SETTING_MISC, + dhcp-server ) = { .name = "dhcp-server", .description = "DHCP server", .tag = DHCP_SERVER_IDENTIFIER, |
