From: Alan T. DeKok Date: Sun, 6 Mar 2022 12:44:42 +0000 (-0500) Subject: this is bool X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=980e14712a8640094568d995237e203752035a96;p=thirdparty%2Ffreeradius-server.git this is bool --- diff --git a/share/dictionary/dhcpv6/dictionary.rfc3315 b/share/dictionary/dhcpv6/dictionary.rfc3315 index a5c9c36e1d6..9044e694596 100644 --- a/share/dictionary/dhcpv6/dictionary.rfc3315 +++ b/share/dictionary/dhcpv6/dictionary.rfc3315 @@ -135,4 +135,4 @@ VALUE Reconf-Msg Renew 5 VALUE Reconf-Msg Rebind 6 VALUE Reconf-Msg InformationRequest 11 -ATTRIBUTE Reconf-Accept 20 octets # only used to signal. no values. +ATTRIBUTE Reconf-Accept 20 bool # exists=true,!exists=false diff --git a/src/tests/unit/protocols/dhcpv6/rfc8415.txt b/src/tests/unit/protocols/dhcpv6/rfc8415.txt index 1317f62e0af..8da38658a77 100644 --- a/src/tests/unit/protocols/dhcpv6/rfc8415.txt +++ b/src/tests/unit/protocols/dhcpv6/rfc8415.txt @@ -768,11 +768,11 @@ match Reconf-Msg = InformationRequest # # option-len 0. # -encode-pair Reconf-Accept = 0x +encode-pair Reconf-Accept = true match 00 14 00 00 decode-pair - -match Reconf-Accept = 0x +match Reconf-Accept = yes # # 21.21. Identity Association for Prefix Delegation Option