]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Alias the "Compatible" vendor to cisco.vpn5000 to avoid conflicts
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 23 Oct 2024 05:28:24 +0000 (23:28 -0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 24 Oct 2024 23:07:54 +0000 (17:07 -0600)
share/dictionary/bfd/dictionary.freeradius.internal
share/dictionary/radius/dictionary
share/dictionary/radius/dictionary.cisco.vpn5000
share/dictionary/radius/dictionary.compatible [deleted file]

index a1326e5d4c5bf13fdc2d81328aa57c8e7969f097..be8ec2f9e6f95ad859a6763a6eea561d99116a4d 100644 (file)
@@ -27,4 +27,5 @@ VALUE Packet-Type                     Up                              3
 #
 #  Additional data which gets added to the end of the BFD packet.
 #
-DEFINE Additional-Data                         group
+DEFINE         Additional-Data                         group
+ATTRIBUTE      More-Data               1               string
index 2680b2709cefa5a3bd1051d5fa901152c589d3b7..2466bac432b45042c2034b97ec1af90a3f765345 100644 (file)
@@ -134,7 +134,6 @@ $INCLUDE dictionary.ckey
 $INCLUDE dictionary.clavister
 $INCLUDE dictionary.cnergee
 $INCLUDE dictionary.colubris
-$INCLUDE dictionary.compatible
 $INCLUDE dictionary.cosine
 $INCLUDE dictionary.covaro
 $INCLUDE dictionary.dante
index 3651593d1bf84b59c1b32c9ec558022d6ba85665..18f9e18abb60ff5af03d52259b614a1df3249535 100644 (file)
@@ -12,6 +12,7 @@
 VENDOR         Cisco-VPN5000                   255
 
 BEGIN-VENDOR   Cisco-VPN5000
+ATTRIBUTE      Tunnel-Delay                            0       integer
 ATTRIBUTE      Tunnel-Throughput                       1       integer
 ATTRIBUTE      Client-Assigned-IP                      2       string
 ATTRIBUTE      Client-Real-IP                          3       ipaddr
@@ -21,3 +22,4 @@ ATTRIBUTE     Echo                                    6       integer
 ATTRIBUTE      Client-Assigned-IPX                     7       integer
 END-VENDOR  Cisco-VPN5000
 ALIAS          Cisco-VPN5000                           Vendor-Specific.Cisco-VPN5000
+ALIAS          Compatible                              Vendor-Specific.Cisco-VPN5000
diff --git a/share/dictionary/radius/dictionary.compatible b/share/dictionary/radius/dictionary.compatible
deleted file mode 100644 (file)
index 972073a..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-# -*- text -*-
-# Copyright (C) 2023 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$
-#
-#      Compatible Systems Corporation dictionary
-#
-#      Compatible Systems was acquired by Cisco in 2000.
-#
-
-VENDOR         Compatible                      255
-
-BEGIN-VENDOR   Compatible
-
-ATTRIBUTE      Tunnel-Delay                            0       integer
-ATTRIBUTE      Tunnel-Throughput                       1       integer
-ATTRIBUTE      Tunnel-Server-Endpoint                  3       ipaddr
-ATTRIBUTE      Tunnel-Group-Info                       4       string
-ATTRIBUTE      Tunnel-Password                         5       string
-ATTRIBUTE      Echo                                    6       integer
-ATTRIBUTE      Tunnel-IPX                              7       integer
-
-END-VENDOR      Compatible