Mailing List Archive

IOS-XR spurious diffs
Anybody done a patch to get rid of something like this on ios-xr asr?

- !Flash: harddisk: -rw-r--r--. 1 8388943 Sep 13 00:25 nvgen_bkup.log
+ !Flash: harddisk: -rw-r--r--. 1 8388943 Sep 14 00:15 nvgen_bkup.log

--

E-Mail to and from me, in connection with the transaction
of public
business, is subject to the Wyoming Public Records
Act and may be
disclosed to third parties.
Re: IOS-XR spurious diffs [ In reply to ]
In iosxr.pm you probably want to be looking around the lines that say:

# filter frequently changing files from IOX bootflash, hardiska,
# and nvram



. . . . . . . . . . . . . . . . . . . . . . . . .

Jethro R Binks, Network Manager,

Information Services Directorate, University Of Strathclyde, Glasgow, UK


The University of Strathclyde is a charitable body, registered in Scotland, number SC015263.

________________________________
From: Rancid-discuss <rancid-discuss-bounces@www.shrubbery.net> on behalf of Daniel Schmidt <daniel.schmidt@wyo.gov>
Sent: 14 September 2023 18:03
To: rancid-discuss@shrubbery.net <rancid-discuss@shrubbery.net>
Subject: [rancid] IOS-XR spurious diffs

Anybody done a patch to get rid of something like this on ios-xr asr?

- !Flash: harddisk: -rw-r--r--. 1 8388943 Sep 13 00:25 nvgen_bkup.log
+ !Flash: harddisk: -rw-r--r--. 1 8388943 Sep 14 00:15 nvgen_bkup.log


E-Mail to and from me, in connection with the transaction
of public business, is subject to the Wyoming Public Records
Act and may be disclosed to third parties.
Re: IOS-XR spurious diffs [ In reply to ]
Thu, Sep 14, 2023 at 12:03:04PM -0500, Daniel Schmidt:
> Anybody done a patch to get rid of something like this on ios-xr asr?
>
> - !Flash: harddisk: -rw-r--r--. 1 8388943 Sep 13 00:25 nvgen_bkup.log
> + !Flash: harddisk: -rw-r--r--. 1 8388943 Sep 14 00:15 nvgen_bkup.log

this should ready be filtered, here:
https://github.com/haussli/rancid/blob/master/lib/iosxr.pm.in#L658

but, that hasn't made it to release yet, sorry. rancid is well overdue for
a release, but I've been trying to resolve a few things with vendor gear that
I do not have and its been slow going. the alpha version ought to have this.

_______________________________________________
Rancid-discuss mailing list
Rancid-discuss@www.shrubbery.net
https://www.shrubbery.net/mailman/listinfo/rancid-discuss
Re: IOS-XR spurious diffs [ In reply to ]
Ya, that's it exactly, thanks

On Tue, Sep 19, 2023 at 1:04?PM heasley <heas@shrubbery.net> wrote:

> Thu, Sep 14, 2023 at 12:03:04PM -0500, Daniel Schmidt:
> > Anybody done a patch to get rid of something like this on ios-xr asr?
> >
> > - !Flash: harddisk: -rw-r--r--. 1 8388943 Sep 13 00:25 nvgen_bkup.log
> > + !Flash: harddisk: -rw-r--r--. 1 8388943 Sep 14 00:15 nvgen_bkup.log
>
> this should ready be filtered, here:
> https://github.com/haussli/rancid/blob/master/lib/iosxr.pm.in#L658
>
> but, that hasn't made it to release yet, sorry. rancid is well overdue for
> a release, but I've been trying to resolve a few things with vendor gear
> that
> I do not have and its been slow going. the alpha version ought to have
> this.
>

--

E-Mail to and from me, in connection with the transaction
of public
business, is subject to the Wyoming Public Records
Act and may be
disclosed to third parties.