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:
parent
e2919873ba
commit
474cc76587
1 changed files with 2 additions and 0 deletions
|
@ -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>";
|
||||
|
|
Loading…
Reference in a new issue