Changed pattern for IOS images to be no longer device specific (so it works with an 891W and 887VA as well

This commit is contained in:
2018-03-09 13:21:20 +01:00
parent da65f63d57
commit fdc3aed778

View File

@@ -28,7 +28,7 @@
### Configuration ### ### Configuration ###
router=`basename \`dirname $0 | pwd\`` # name of router - based on directory router=`basename \`dirname $0 | pwd\`` # name of router - based on directory
dhcpfiles=dhcp-\* # list/pattern of dhcp lease files dhcpfiles=dhcp-\* # list/pattern of dhcp lease files
imagefiles=c??00-universalk9-mz.S[SP]A.\* # list/pattern of IOS image files imagefiles=c\*-mz.\*.bin # list/pattern of IOS image files
filestore=flash # location of dhcp/IOS files on cisco filestore=flash # location of dhcp/IOS files on cisco
### Implementation ### ### Implementation ###