see #1442 experimental support for HP ProCurve, using configlet to generate "safety net" config for IOS and ProCurve

This commit is contained in:
Vadim Kurland
2010-05-11 02:59:53 +00:00
parent ed96af1ed8
commit b002797fce
53 changed files with 7548 additions and 125 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/bin/sh
for f in *.fw; do
j=${f}.orig
mv $f $j
done