]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1922] Removing not used dhcp6 STATUS codes
authorPiotrek Zadroga <piotrek@isc.org>
Mon, 6 Mar 2023 15:47:39 +0000 (16:47 +0100)
committerPiotrek Zadroga <piotrek@isc.org>
Mon, 6 Mar 2023 15:57:34 +0000 (15:57 +0000)
src/lib/dhcp/dhcp6.h

index d837822f5586e10fe1497d0cd760a26d55876653..753bf1bd87e2d28e7d32b6c6fae2aab0fa8bf80f 100644 (file)
@@ -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
 };
 
 /*