+6378. [func] The option to specify the number of UDP dispatches was
+ previously removed. An attempt to use the option now prints
+ a warning.
+ [GL #1879]
+
6377. [func] Introduce 'dnssec-ksr', a DNSSEC tool to create
Key Signing Requests (KSRs) and Signed Key Responses
(SKRs). [GL #1128]
break;
case 'U':
/* Obsolete. No longer in use. Ignore. */
+ named_main_earlywarning("option '-U' has been removed");
break;
case 'u':
named_g_username = isc_commandline_argument;
Removed Features
~~~~~~~~~~~~~~~~
-- None.
+- The ``named`` command line option ``-U <n>``, which specified the number of UDP dispatches,
+ has been removed. Using it now prints a warning. :gl:`#1879`
Feature Changes
~~~~~~~~~~~~~~~