Skip Menu |

This queue is for tickets about the Cisco-CopyConfig CPAN distribution.

Report information
The Basics
Id: 6126
Status: new
Priority: 0/
Queue: Cisco-CopyConfig

People
Owner: Nobody in particular
Requestors: citrin [...] mail.ru
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.2
Fixed in: (no value)



Subject: invalid tftp file name
In module name of the tftp file checked by regexp /^(\/)|([A-Za-z]:)S+/ but in my case it work only if i use name like 'config/router1' which don't math regexp. When i try use name like '/config/router1' i see error in /var/log/xferlog write request for /config/br1: Access violation I replace regexp by /^\S+/ to work with this module. system info: #uname -a FreeBSD tempo.kuzminki.ru 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0: Sat Apr 10 17:22:37 MSD 2004 root@tempo.kuzminki.ru:/usr/src/sys/i386/compile/NK i386 I use system tftpd #perl -v This is perl, v5.6.1 built for i386-freebsd Cisco router: #sh ver | i IOS IOS (tm) 3600 Software (C3640-IS-M), Version 12.2(23), RELEASE SOFTWARE (fc2)