]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
added new RFCs
authorAlan T. DeKok <aland@freeradius.org>
Thu, 7 Jul 2022 19:13:15 +0000 (15:13 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 8 Jul 2022 13:05:10 +0000 (09:05 -0400)
share/dictionary/dhcpv4/dictionary
share/dictionary/dhcpv4/dictionary.rfc7839 [new file with mode: 0644]
share/dictionary/dhcpv4/dictionary.rfc8357 [new file with mode: 0644]

index 3c8eeb5e94732b4a0288c2dfb0343e69b01d0009..78e61552c41ee63503e6f2c24e71024706e660bb 100644 (file)
@@ -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 (file)
index 0000000..d002e4e
--- /dev/null
@@ -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 (file)
index 0000000..4ce2222
--- /dev/null
@@ -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
+