From me at falz.net Thu Jun 2 17:31:37 2022 From: me at falz.net (Chris Wopat) Date: Thu, 2 Jun 2022 12:31:37 -0500 Subject: [rancid] Fortigate 7.x filter_osc additional churn Message-ID: Looking to see if we can get an easy patch added to fortigate.pm to filter out some more filter_osc stuff. for context, in the past some stuff was added here: https://shrubbery.net/pipermail/rancid-discuss/2017-June/009636.html We had someone upgrade FortiOS from 6.x to 7.x recently and a new line is added that churns: - #AV AI/ML Model: 2.05854(2022-06-02 02:45) + #AV AI/ML Model: 2.05855(2022-06-02 03:45) We added this line manually to sub GetSystem to the existing "if ($filter_osc >= 2) {" and it worked for us to remove it: next if (/^\s*AV AI\/ML Model: .*/); --Chris -------------- next part -------------- An HTML attachment was scrubbed... URL: From heas at shrubbery.net Fri Jun 3 03:36:07 2022 From: heas at shrubbery.net (heasley) Date: Fri, 3 Jun 2022 03:36:07 +0000 Subject: [rancid] Fortigate 7.x filter_osc additional churn In-Reply-To: References: Message-ID: Thu, Jun 02, 2022 at 12:31:37PM -0500, Chris Wopat: > Looking to see if we can get an easy patch added to fortigate.pm to filter > out some more filter_osc stuff. for context, in the past some stuff was > added here: > > https://shrubbery.net/pipermail/rancid-discuss/2017-June/009636.html > > We had someone upgrade FortiOS from 6.x to 7.x recently and a new line is > added that churns: > > - #AV AI/ML Model: 2.05854(2022-06-02 02:45) > + #AV AI/ML Model: 2.05855(2022-06-02 03:45) > > We added this line manually to sub GetSystem to the existing "if > ($filter_osc >= 2) {" and it worked for us to remove it: > > next if (/^\s*AV AI\/ML Model: .*/); Sure. Don't you want to only remove the timestamp? hint: I do not know what an AV AI/ML is. From ugob at lubik.ca Fri Jun 3 09:57:51 2022 From: ugob at lubik.ca (Ugo Bellavance) Date: Fri, 3 Jun 2022 05:57:51 -0400 Subject: [rancid] Fortigate 7.x filter_osc additional churn In-Reply-To: References: Message-ID: On Thu, Jun 2, 2022 at 11:36 PM heasley wrote: > Thu, Jun 02, 2022 at 12:31:37PM -0500, Chris Wopat: > > Looking to see if we can get an easy patch added to fortigate.pm to > filter > > out some more filter_osc stuff. for context, in the past some stuff was > > added here: > > > > https://shrubbery.net/pipermail/rancid-discuss/2017-June/009636.html > > > > We had someone upgrade FortiOS from 6.x to 7.x recently and a new line is > > added that churns: > > > > - #AV AI/ML Model: 2.05854(2022-06-02 02:45) > > + #AV AI/ML Model: 2.05855(2022-06-02 03:45) > > > > We added this line manually to sub GetSystem to the existing "if > > ($filter_osc >= 2) {" and it worked for us to remove it: > > > > next if (/^\s*AV AI\/ML Model: .*/); > > Sure. Don't you want to only remove the timestamp? hint: I do not know > what > an AV AI/ML is. > > Anti-virus, Artificial Intelligence/Machine Learning, if it's like the Fortiweb. -------------- next part -------------- An HTML attachment was scrubbed... URL: From me at falz.net Fri Jun 3 12:01:58 2022 From: me at falz.net (Chris Wopat) Date: Fri, 3 Jun 2022 07:01:58 -0500 Subject: [rancid] Fortigate 7.x filter_osc additional churn In-Reply-To: References: Message-ID: On Thu, Jun 2, 2022 at 10:36 PM heasley wrote: > Thu, Jun 02, 2022 at 12:31:37PM -0500, Chris Wopat: > > > > next if (/^\s*AV AI\/ML Model: .*/); > > Sure. Don't you want to only remove the timestamp? hint: I do not know > what > an AV AI/ML is. > Also no clue what that is, just some internal antivirus database or something. Like the others in the old patch, removing the entire line is fine. Both the timestamp and version number (2.05855) change so I don't see what good the line without both would do. -------------- next part -------------- An HTML attachment was scrubbed... URL: From grao.lpic at gmail.com Mon Jun 6 17:59:32 2022 From: grao.lpic at gmail.com (=?UTF-8?Q?sr=2E_SAT=C3=83?=) Date: Mon, 06 Jun 2022 17:59:32 -0000 Subject: [rancid] Dell N series Message-ID: <2dc50066-e0e4-4ef1-96db-ca007d1830b4n@googlegroups.com> How can i insert dell switch into Rancid???? -------------- next part -------------- An HTML attachment was scrubbed... URL: