[rancid] !Switch Fabric Module
Gerhard Mourani
gmourani at gmail.com
Tue Mar 10 15:05:26 UTC 2015
Hello,
On Rancid version 3.1, Im still receiving lot of diff related to Switch Fabric Module time for Brocade switches. To fix this noisy problem, I’ve removed the line break space to make it work as follow (line 124 of the foundry.pm file in my case).
@@ -124,10 +124,9 @@
last if (/^$prompt/);
next if (/^(The system |Crash time)/);
- next if (/^(System|(Active|Standby) Management|LP Slot \d+|Switch Fabric
- Module \d+) (uptime|Up Time) is/);
+ next if (/^(System|(Active|Standby) Management|LP Slot \d+|Switch Fabric Module \d+) (uptime|Up Time) is/);
# remove uptime on newer switches
Gerhard,
More information about the Rancid-discuss
mailing list