Enable --use=disabled

It's unclear why this entry did not exist before now.
This commit is contained in:
Richard Hansen 2024-05-13 18:23:06 -04:00
parent 07c4e4ad4c
commit 16fd4d948d

View file

@ -428,7 +428,8 @@ our %builtinfw = (
);
my %ip_strategies = (
'no' => ": deprecated, see '--usev4' and '--usev6'",
'disabled' => ": do not use a deprecated method to obtain an IP address for this host",
'no' => ": deprecated, see '--use=disabled'",
'ip' => ": deprecated, see '--usev4' and '--usev6'",
'web' => ": deprecated, see '--usev4' and '--usev6'",
'fw' => ": deprecated, see '--usev4' and '--usev6'",