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
|
export function fileFilter(name: string): boolean { |
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
f5-corkscrew/src/unPackerStream.ts
Line 174 in 144c480