From 4f91e5ee19a759defa67a7763ba16d3dc2b884ad Mon Sep 17 00:00:00 2001 From: Alan Buxey Date: Fri, 5 Jul 2013 21:27:09 +0100 Subject: [PATCH] added DANTE VSA dictionary file DANTE IANA attribute space 27262 - first attribute is for RADSEC TTL to stop loops (like TCP TTL) --- share/dictionary | 1 + share/dictionary.dante | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 share/dictionary.dante diff --git a/share/dictionary b/share/dictionary index a250559..2b92599 100644 --- a/share/dictionary +++ b/share/dictionary @@ -154,6 +154,7 @@ $INCLUDE dictionary.cisco.bbsm $INCLUDE dictionary.clavister $INCLUDE dictionary.colubris $INCLUDE dictionary.cosine +$INCLUDE dictionary.dante $INCLUDE dictionary.dlink $INCLUDE dictionary.digium $INCLUDE dictionary.eltex diff --git a/share/dictionary.dante b/share/dictionary.dante new file mode 100644 index 0000000..11d3cbd --- /dev/null +++ b/share/dictionary.dante @@ -0,0 +1,18 @@ +# -*- text -*- +# Copyright (C) 2013 The FreeRADIUS Server project and contributors +############################################################################## +# +# DANTE Vendor Specific Attributes Dictionary +# +# Created by Alan Buxey +# +############################################################################## + +VENDOR DANTE 27262 + +BEGIN-VENDOR DANTE + +ATTRIBUTE Default-TTL 1 integer + +END-VENDOR DANTE + -- 2.1.4