From: Ted Lemon Date: Thu, 24 Aug 2000 18:28:38 +0000 (+0000) Subject: potential-conflict-nic -> resolution_interrupted, per draft-07. X-Git-Tag: V3-BETA-2-PATCH-1~38 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5965f2a0a6f33e224251fc9568711a24fe2041ef;p=thirdparty%2Fdhcp.git potential-conflict-nic -> resolution_interrupted, per draft-07. --- diff --git a/includes/dhctoken.h b/includes/dhctoken.h index 533535ba0..2dc096fa8 100644 --- a/includes/dhctoken.h +++ b/includes/dhctoken.h @@ -263,7 +263,7 @@ enum dhcp_token { TOKEN_MAX = 462, SECONDS = 463, ADDRESS = 464, - POTENTIAL_CONFLICT_NIC = 465, + RESOLUTION_INTERRUPTED = 465, STATE = 466, UNKNOWN_STATE = 567, CLTT = 568,