mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 12:00:00 -04:00
map tat to trust-anchor-telemetry
This commit is contained in:
parent
fde1f87306
commit
c63a8763f1
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ list1=`grep LOGCATEGORY lib/*/include/*/*.h bin/named/include/named/*.h |
|
|||
grep "#define.*(&" |
|
||||
sed -e 's/.*LOGCATEGORY_\([A-Z_]*\).*/\1/' -e 's/^RRL$/rate-limit/' |
|
||||
tr '[A-Z]' '[a-z]' |
|
||||
tr _ - | sort -u`
|
||||
tr _ - | sed 's/^tat$/trust-anchor-telemetry/' | sort -u`
|
||||
list2=`sed -n 's;.*<para><command>\(.*\)</command></para>;\1;p' doc/arm/logging-categories.xml | tr '[A-Z]' '[a-z]' | sort -u`
|
||||
for i in $list1
|
||||
do
|
||||
|
|
|
|||
Loading…
Reference in a new issue