mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-30 22:05:23 +00:00
[45364] Replaced --enable-secs-byteorder with runtime check-secs-byte-order
configure.ac removed --enable-secs-byteorder support includes/dhcpd.h added SV_CHECK_SECS_BYTE_ORDER includes/failover.h added extern int check_secs_byte_order server/dhcpd.c postconf_initialization() - added logic to set check_secs_byte_order server/failover.c load_balance_mine() - replaced conditional comp directives with runtime test of check_secs_byte_order Added release note and updated man page.
This commit is contained in:
@@ -279,6 +279,9 @@ static struct option server_options[] = {
|
||||
{ "abandon-lease-time", "T", &server_universe, SV_ABANDON_LEASE_TIME, 1 },
|
||||
#ifdef EUI_64
|
||||
{ "use-eui-64", "f", &server_universe, SV_USE_EUI_64, 1 },
|
||||
#endif
|
||||
#if defined (FAILOVER_PROTOCOL)
|
||||
{ "check-secs-byte-order", "f", &server_universe, SV_CHECK_SECS_BYTE_ORDER, 1 },
|
||||
#endif
|
||||
{ NULL, NULL, NULL, 0, 0 }
|
||||
};
|
||||
|
Reference in New Issue
Block a user