]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
correct hex encoding of option
authorAlan T. DeKok <aland@freeradius.org>
Wed, 30 Oct 2019 21:53:46 +0000 (17:53 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 30 Oct 2019 21:53:46 +0000 (17:53 -0400)
so that we don't have overflows

src/tests/unit/dhcpv4.txt

index c5600b9f7ff4147cbd9d6059b53dbc64d3b0c14f..b1040041f675057e993ce85ef689d69472a73549 100644 (file)
@@ -71,7 +71,7 @@ match 0f ff 78 78 78 78 78 78 78 78 78 78 78 78 78 78 78 78 78 78 78 78 78 78 78
 decode-pair 52 07 01 03 ab cd ef 03 00
 match DHCP-Relay-Circuit-Id = 0xabcdef, Attr-82.3 = 0x
 
-decode-pair 52 07 01 03 ab cd ef 03 01 ad
+decode-pair 52 08 01 03 ab cd ef 03 01 ad
 match DHCP-Relay-Circuit-Id = 0xabcdef, Attr-82.3 = 0xad
 
 #