Forum Discussion
mihaic
MVP
If you have one irule , you can use priorities of each "when requests":
when HTTP_REQUEST priority 100 {
............................
}
when HTTP_REQUEST priority 200
{
......................
}
You can also have multiple irules attached to a virtual server.
Yesh1923
Mar 08, 2023Nimbostratus
my requriement is to add multiple irule in one VS , this is what i used version 13.x and now upgraded to version 16.x but this mutiple irule does not support
please help