From 4b22278618e82f69307bbe4cacc493cf2b99a3f6 Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Sun, 16 Feb 2025 21:16:48 -0500 Subject: [PATCH] let's use lowercase names for consistency --- share/dictionary/radius/dictionary.freeradius | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/dictionary/radius/dictionary.freeradius b/share/dictionary/radius/dictionary.freeradius index 059937031a..b0ddd21c8f 100644 --- a/share/dictionary/radius/dictionary.freeradius +++ b/share/dictionary/radius/dictionary.freeradius @@ -38,7 +38,7 @@ ATTRIBUTE Stats4-Port .6 integer # # All of the counters are in a sub-TLV # -ATTRIBUTE Stats4-Counters 15.8 TLV +ATTRIBUTE Stats4-Counters 15.8 tlv ATTRIBUTE Stats4-Requests .1 integer64 ATTRIBUTE Stats4-Responses .2 integer64 ATTRIBUTE Stats4-Invalid-Requests .3 integer64 @@ -54,7 +54,7 @@ ATTRIBUTE Stats4-Unknown-Types .8 integer64 # that the reader is knowledgeable enough to know which ones are # requests, and which ones are responses. # -ATTRIBUTE Stats4-Packet-Counters 15.9 TLV +ATTRIBUTE Stats4-Packet-Counters 15.9 tlv # # The attribute number for the counters is taken from the packet codes. -- 2.47.3