vscode-f5
vscode-f5 copied to clipboard
wildcard virtuals not being caught by XC Diagnostics
I have a bigip.conf that contains a virtual with a wildcard port. When importing this into the extension, XC Diagnostics does not catch this as problematic, even though wildcard virtuals are not supported in XC.
ltm virtual some_virtual {
destination /Common/10.1.1.18:0
ip-protocol tcp
mask 255.255.255.255
pool /Common/some_pool
profiles {
/Common/tcp { }
}
source 0.0.0.0/0
}