]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
notes on registered protocols
authorAlan T. DeKok <aland@freeradius.org>
Fri, 10 May 2019 13:31:50 +0000 (09:31 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 10 May 2019 13:31:50 +0000 (09:31 -0400)
share/dictionary/README.md [new file with mode: 0644]

diff --git a/share/dictionary/README.md b/share/dictionary/README.md
new file mode 100644 (file)
index 0000000..fd3d97e
--- /dev/null
@@ -0,0 +1,16 @@
+# Protocol Registry
+
+       git grep -h '^PROTOCOL' | sort -nk 3
+
+## Current Protocols
+
+PROTOCOL       RADIUS          1
+PROTOCOL       DHCPv4          2
+PROTOCOL       DHCPv6          3
+PROTOCOL       Ethernet        4
+PROTOCOL       TACACS          5
+PROTOCOL       VMPS            6       format=2
+PROTOCOL       SNMP            7       format=4
+PROTOCOL       ARP             8
+PROTOCOL       EAP-SIM         101
+PROTOCOL       EAP-AKA         102