Enable --usev4=cisco and --usev4=cisco-asa

These were implemented, but accidentally(?) left out of
`%ipv4_strategies` which prevented their use.
This commit is contained in:
Richard Hansen 2024-03-17 00:25:26 -07:00
parent e2919873ba
commit 474cc76587

View file

@ -453,6 +453,8 @@ my %ipv4_strategies = (
'ifv4' => ": obtain IPv4 from the interface given by --ifv4=<interface>",
'cmdv4' => ": obtain IPv4 from the command given by --cmdv4=<command>",
'fwv4' => ": obtain IPv4 from the URL given by --fwv4=<URL>",
'cisco' => ": obtain IPv4 from Cisco FW at the host given by --fwv4=<host> and interface given by --ifv4=<interface>",
'cisco-asa' => ": obtain IPv4 from Cisco ASA at the host given by --fwv4=<host> and interface given by --ifv4=<interface>",
map({
my $fw = $builtinfw{$_};
$_ => ": obtain IPv4 from $fw->{'name'} at the host or URL given by --fwv4=<host|URL>";