]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
this is bool
authorAlan T. DeKok <aland@freeradius.org>
Sun, 6 Mar 2022 12:44:42 +0000 (07:44 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 7 Mar 2022 14:13:11 +0000 (09:13 -0500)
share/dictionary/dhcpv6/dictionary.rfc3315
src/tests/unit/protocols/dhcpv6/rfc8415.txt

index a5c9c36e1d620259a16ea2717eab249bf0f58012..9044e6945966272700d07b74eb7e022d859ba53e 100644 (file)
@@ -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
index 1317f62e0af2ccc0c2f5dcec29cf3fd36ada42f7..8da38658a778c0b40dfc9e78b5d32ebda34aa09c 100644 (file)
@@ -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