<div dir="ltr">Looking to see if we can get an easy patch added to <a href="http://fortigate.pm">fortigate.pm</a> to filter out some more filter_osc stuff. for context, in the past some stuff was added here:<div><br></div><div><a href="https://shrubbery.net/pipermail/rancid-discuss/2017-June/009636.html">https://shrubbery.net/pipermail/rancid-discuss/2017-June/009636.html</a><br></div><div><br></div><div>We had someone upgrade FortiOS from 6.x to 7.x recently and a new line is added that churns:</div><div><br></div><div>- #AV AI/ML Model: 2.05854(2022-06-02 02:45)<br>+ #AV AI/ML Model: 2.05855(2022-06-02 03:45)<br></div><div><br></div><div>We added this line manually to sub GetSystem to the existing "if ($filter_osc >= 2) {" and it worked for us to remove it:<br></div><div><br></div><div>            next if (/^\s*AV AI\/ML Model: .*/);<br></div><div><br></div><div>--Chris</div><div><br></div></div>