From: Piotrek Zadroga Date: Mon, 6 Mar 2023 15:47:39 +0000 (+0100) Subject: [#1922] Removing not used dhcp6 STATUS codes X-Git-Tag: Kea-2.3.6~104 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2c8d2d219238ee153c6b41bfa75cb749761b78ef;p=thirdparty%2Fkea.git [#1922] Removing not used dhcp6 STATUS codes --- diff --git a/src/lib/dhcp/dhcp6.h b/src/lib/dhcp/dhcp6.h index d837822f55..753bf1bd87 100644 --- a/src/lib/dhcp/dhcp6.h +++ b/src/lib/dhcp/dhcp6.h @@ -185,16 +185,7 @@ enum DHCPv6StatusCode { // STATUS_OutdatedBindingInformation = 19, // STATUS_ServerShuttingDown = 20, // STATUS_DNSUpdateNotSupported = 21, -// STATUS_ExcessiveTimeSkew = 22, - -// The following are EXPERIMENTAL and may change when IANA assigns official -// values. -/* secure DHCPv6 (draft-ietf-dhc-sedhcpv6-08) */ -/* temporary values for hackathon 93 */ - STATUS_AlgorithmNotSupported = 705, - STATUS_AuthenticationFail = 706, - STATUS_TimestampFail = 707, - STATUS_SignatureFail = 708 +// STATUS_ExcessiveTimeSkew = 22 }; /*