From: Alan T. DeKok Date: Fri, 6 Feb 2026 18:08:56 +0000 (-0500) Subject: print out partial tables X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9176114109ecc14d1648f362a538853d1a534dbf;p=thirdparty%2Ffreeradius-server.git print out partial tables --- diff --git a/scripts/dict/rfc-title b/scripts/dict/rfc-title index 41e31b825b6..030b4290357 100755 --- a/scripts/dict/rfc-title +++ b/scripts/dict/rfc-title @@ -10,6 +10,13 @@ # # ./scripts/dict/rfc-title share/dictionary/*/dictionary.rfc* # +# +# Or: +# +# for x in dhcpv4 dhcpv6 dns radius tacacs; do ./scripts/dict/rfc-title share/dictionary/$x/dictionary.rfc* > doc/antora/modules/developers/partials/dict_$x.adoc; done +# +# We don't want this to run automatically, because it hits the IETF web site quite a bit. +# ###################################################################### # @@ -49,6 +56,14 @@ $ua->ssl_opts( verify_hostname => 0 ); +print <