2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-09-05 08:45:35 +00:00

[master] Check failover pools per peer in test mode

Merges in rt29892
This commit is contained in:
Thomas Markwalder
2017-06-27 10:10:26 -04:00
parent 01bfe9c5de
commit 6ec59010ef
4 changed files with 124 additions and 92 deletions

View File

@@ -820,6 +820,10 @@ main(int argc, char **argv) {
postconf_initialization (quiet);
#if defined (FAILOVER_PROTOCOL)
dhcp_failover_sanity_check();
#endif
#if defined(DHCPv6) && defined(DHCP4o6)
if (dhcpv4_over_dhcpv6) {
if ((local_family == AF_INET) && (interfaces != NULL))