vscode-f5 icon indicating copy to clipboard operation
vscode-f5 copied to clipboard

wildcard virtuals not being caught by XC Diagnostics

Open m-bers opened this issue 3 years ago • 0 comments

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
}

m-bers avatar Oct 20 '22 21:10 m-bers