From: Alan T. DeKok Date: Thu, 7 Jul 2022 19:13:15 +0000 (-0400) Subject: added new RFCs X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=825ea5c90a88cb8af057bbfb8b46d8d98955595d;p=thirdparty%2Ffreeradius-server.git added new RFCs --- diff --git a/share/dictionary/dhcpv4/dictionary b/share/dictionary/dhcpv4/dictionary index 3c8eeb5e947..78e61552c41 100644 --- a/share/dictionary/dhcpv4/dictionary +++ b/share/dictionary/dhcpv4/dictionary @@ -61,6 +61,8 @@ $INCLUDE dictionary.rfc6153 $INCLUDE dictionary.rfc6656 $INCLUDE dictionary.rfc6926 $INCLUDE dictionary.rfc7291 +$INCLUDE dictionary.rfc7839 +$INCLUDE dictionary.rfc8357 $INCLUDE dictionary.rfc8925 $INCLUDE dictionary.adsl_forum diff --git a/share/dictionary/dhcpv4/dictionary.rfc7839 b/share/dictionary/dhcpv4/dictionary.rfc7839 new file mode 100644 index 00000000000..d002e4e7b4f --- /dev/null +++ b/share/dictionary/dhcpv4/dictionary.rfc7839 @@ -0,0 +1,23 @@ +# -*- text -*- +# Copyright (C) 2022 The FreeRADIUS Server project and contributors +# This work is licensed under CC-BY version 4.0 https://creativecommons.org/licenses/by/4.0 +# Version $Id$ + +ATTRIBUTE Access-Technology-Type 82.13 struct +MEMBER reserved uint8 + +# Values are in https://www.rfc-editor.org/rfc/rfc5213 +MEMBER ATT uint8 + +ATTRIBUTE Network-Name 82.14 string +ATTRIBUTE Access-Point-Name 82.15 string +ATTRIBUTE Access-Point-BSSID 82.16 octets[6] + +# +# Section 4.4.1 says that the length is variable, but the "Length" +# field says it's "4". We've filed an errata to change it to uint32. +# +# And both of these definitions refer to https://www.rfc-editor.org/rfc/rfc6757 +# +ATTRIBUTE Operator-Identifier 82.17 uint32 +ATTRIBUTE Operator-Realm 82.18 string diff --git a/share/dictionary/dhcpv4/dictionary.rfc8357 b/share/dictionary/dhcpv4/dictionary.rfc8357 new file mode 100644 index 00000000000..4ce2222d233 --- /dev/null +++ b/share/dictionary/dhcpv4/dictionary.rfc8357 @@ -0,0 +1,11 @@ +# -*- text -*- +# Copyright (C) 2022 The FreeRADIUS Server project and contributors +# This work is licensed under CC-BY version 4.0 https://creativecommons.org/licenses/by/4.0 +# Version $Id$ + +# +# If this attribute exists, then the reply is sent to the relay agent on the UDP +# source port, and not to port 67. +# +ATTRIBUTE Remember-Relay-Port 82.19 bool encode=exists +