Discussion:
[rancid] new x460 switch and xrancid
Nicolai Langfeldt
2012-12-18 14:09:57 UTC
Permalink
Hi,

Got two new extreme x460 switches which xrancid was unhappy with. Turns
out that they don't have the VRRP module which xrancid uses as a "ended
well" marker.

What they do have at the end is this:

# Module vsm configuration.

So:

--- xrancid.orig 2012-06-12 12:11:00.941479040 +0200
+++ xrancid 2012-12-18 15:00:18.116929275 +0100
@@ -434,7 +434,7 @@
# catch anything that wasnt match above.
ProcessHistory("COMMENTS","keysort","H0","$_");
# VT: end of config-XOS hack, use Module VRRP to flag end, very
dirty!!!
- if (/^# End of configuration file|# Module VRRP/i) {
+ if (/^# End of configuration file|# Module VRRP|# Module vsm/i) {
printf STDERR " End WriteTerm: $_" if ($debug);
$found_end = 1;
return(0);

Nicolai

Loading...