Discussion:
[rancid] Too many DIFFs
Todd Heide
2009-03-25 19:46:59 UTC
Permalink
Two of my AS5350 gateways are doffing every run, and it is nothing more
than the placement of two lines.



paramspace english language en

paramspace english index 1



paramspace english index 1

paramspace english language en





Those two lines flip on every run, getting too many diffs now to be
useful. What do I do to prevent this?



Thanks

Todd
Daniel Medina
2009-03-26 00:56:41 UTC
Permalink
Post by Todd Heide
Two of my AS5350 gateways are doffing every run, and it is nothing more
than the placement of two lines.
paramspace english language en
paramspace english index 1
paramspace english index 1
paramspace english language en
Those two lines flip on every run, getting too many diffs now to be
useful. What do I do to prevent this?
If the lines are not valuable to you for any reason, you could suppress them from appearing in your output.

Changes would likely go into rancid, similar to what's there for 'ntp clock-period', etc.
--
Daniel Medina
Austin Schutz
2009-03-26 17:05:54 UTC
Permalink
On Wed, 25 Mar 2009 14:46:59 -0500
Post by Todd Heide
Two of my AS5350 gateways are doffing every run, and it is nothing
more than the placement of two lines.
paramspace english language en
paramspace english index 1
paramspace english index 1
paramspace english language en
you can insert a line in the config parsing section of rancid,
something like:

/^paramspace/ &&
ProcessHistory('PARAMSPACE',"valsort","",$_) &&
next;


Austin

Loading...