mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-09-01 14:55:30 +00:00
[master] Added lease-id-format to server and client
Merges in rt26378
This commit is contained in:
@@ -77,6 +77,7 @@ int server_id_check = 0; /* 0 = default, don't check server id, 1 = do check */
|
||||
int prefix_length_mode = PLM_EXACT;
|
||||
|
||||
int authoring_byte_order = 0; /* 0 = not set */
|
||||
int lease_id_format = TOKEN_OCTAL; /* octal by default */
|
||||
|
||||
const char *path_dhcpd_conf = _PATH_DHCPD_CONF;
|
||||
const char *path_dhcpd_db = _PATH_DHCPD_DB;
|
||||
|
Reference in New Issue
Block a user