Changes of Revision 62
[-] [+] | Changed | rancid.spec |
[-] [+] | Added | rancid-3.13-brocadevdx-uptime.patch ^ |
@@ -0,0 +1,10 @@ +--- lib/brocadevdx.pm.in.orig 2021-09-28 07:36:24.228181159 +0200 ++++ lib/brocadevdx.pm.in 2021-09-28 07:38:05.696180210 +0200 +@@ -100,6 +100,7 @@ + + 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 Uptime:)/); + # remove uptime on newer switches + s/(STACKID \d+)\s+system uptime is.*$/$1/; + |