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:
@@ -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 ###
|
||||||
|
|||||||
Reference in New Issue
Block a user