2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-31 14:25:41 +00:00

[master] Added check for invalid failover message type.

Merges in rt36653
This commit is contained in:
Thomas Markwalder
2014-09-08 16:05:23 -04:00
parent 71d7e9aa4c
commit e1b18c6960
3 changed files with 11 additions and 0 deletions

View File

@@ -161,6 +161,8 @@ typedef struct {
#define FTM_CONTACT 11
#define FTM_DISCONNECT 12
#define FTM_MAX FTM_DISCONNECT
/* Reject reasons from Section 12.21: */
#define FTR_ILLEGAL_IP_ADDR 1
#define FTR_FATAL_CONFLICT 2