diff --git a/ddclient.in b/ddclient.in index e0e2304..f7d331a 100755 --- a/ddclient.in +++ b/ddclient.in @@ -453,6 +453,8 @@ my %ipv4_strategies = ( 'ifv4' => ": obtain IPv4 from the interface given by --ifv4=", 'cmdv4' => ": obtain IPv4 from the command given by --cmdv4=", 'fwv4' => ": obtain IPv4 from the URL given by --fwv4=", + 'cisco' => ": obtain IPv4 from Cisco FW at the host given by --fwv4= and interface given by --ifv4=", + 'cisco-asa' => ": obtain IPv4 from Cisco ASA at the host given by --fwv4= and interface given by --ifv4=", map({ my $fw = $builtinfw{$_}; $_ => ": obtain IPv4 from $fw->{'name'} at the host or URL given by --fwv4=";