f5devcentral / f5-corkscrew

TMOS parser and application extractor
Apache License 2.0
14 stars 3 forks source link

[BUG] conflicting virtual server counts #38

Open DumpySquare opened 1 year ago

DumpySquare commented 1 year ago

Seems that the file filter for the corkscrew file abstraction process needs to be tightened up a little. Ran across a situation where qkview has /config/bigip_backup.conf, which is getting parsed and messing with the config abstraction process.

Using the following article, we should be able to only pick up the files the system will use, so we are only parsing what is needed.

K26582310: Overview of BIG-IP configuration files https://my.f5.com/manage/s/article/K26582310

https://github.com/f5devcentral/f5-corkscrew/blob/144c4803513f057f05b92dc5bdef3dbcaf92de1c/src/unPackerStream.ts#L174

DumpySquare commented 2 weeks ago

This should have been included in one of the latest releases. Need to confirm