]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
transaction ID is 24 bits, so make it uint32
authorAlan T. DeKok <aland@freeradius.org>
Tue, 29 Oct 2019 12:43:42 +0000 (08:43 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 29 Oct 2019 12:43:42 +0000 (08:43 -0400)
share/dictionary/dhcpv6/dictionary.freeradius.internal

index 7e2cae321edd020d1ede91edd65f74592ff76259..9053d6f2555a6f192d43df02786ff032b42a95d6 100644 (file)
@@ -52,4 +52,4 @@ VALUE Packet-Type                     Disconnect              33
 VALUE  Packet-Type                     State                   34
 VALUE  Packet-Type                     Contact                 35
 
-ATTRIBUTE      Transaction-ID                          65537   uint64          # Actually 48bits
+ATTRIBUTE      Transaction-ID                          65537   uint32          # Actually 24 bits