As documented here:
https://clouddocs.f5.com/api/irules/virtual.html
Currently I am using
on virtual name return foo
on virtual foo return ""
But then I cannot check that the virtual server is set properly. Ideally I would like to do something like
verify "Final virtual is the expected one after a match" "foo" eq { endstate_virtual }
(if it was possible to verify the value of a variable it would be great too)
Thanks for the great tool!
As documented here:
https://clouddocs.f5.com/api/irules/virtual.html
Currently I am using
But then I cannot check that the virtual server is set properly. Ideally I would like to do something like
(if it was possible to verify the value of a variable it would be great too)
Thanks for the great tool!