Package: ddclient
Version: 3.6.2-6
Severity: normal
Tags: patch

when using a cisco router as internet gateway by specifying use=cisco and 
fw=[ip|url], the url crafted in "get_ip" does not use the -fw option. the
result is that there is no host to contact, and consequently the call to
"geturl" fails badly.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.4.27-2-386
Locale: LANG=swedish, LC_CTYPE=swedish (charmap=ISO-8859-1)

Versions of packages ddclient depends on:
ii  debconf [debconf-2.0]         1.4.65     Debian configuration management sy
ii  perl [perl5]                  5.8.7-9    Larry Wall's Practical Extraction 

ddclient recommends no packages.

-- debconf information excluded
server$ rcsdiff -r1.1 -r1.2 /usr/sbin/ddclient
===================================================================
RCS file: /usr/sbin/RCS/ddclient,v
retrieving revision 1.1
retrieving revision 1.2
diff -r1.1 -r1.2
3c3
< # $Header: /usr/sbin/RCS/ddclient,v 1.1 2006/01/02 21:40:05 root Exp $
---
> # $Header: /usr/sbin/RCS/ddclient,v 1.2 2006/01/02 22:23:49 root Exp $
1518c1518
<       $url   = 
"http://${arg}/level/1/exec/show/ip/interface/brief/${queryif}/CR";;
---
>       $url   = "http://"; . opt('fw') . 
> "/level/1/exec/show/ip/interface/brief/${queryif}/CR";

Reply via email to