Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] conflicting virtual server counts #38

Open
DumpySquare opened this issue May 25, 2023 · 1 comment
Open

[BUG] conflicting virtual server counts #38

DumpySquare opened this issue May 25, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@DumpySquare
Copy link
Member

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 {

@DumpySquare DumpySquare added the bug Something isn't working label May 25, 2023
@DumpySquare DumpySquare self-assigned this May 25, 2023
@DumpySquare
Copy link
Member Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant