You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current security-list module does accept single ingress and egress rule per definition.
So, utmost we can have only 5 (permitted) security-lists associated per subnet. It means 5 sets of ingress/egress rules.
The workloads like packaged applications requires more than 5 ingress/egress rules.
The current security-list module has to be refactored to allow an array of ingress/egress rules to overcome this limitation.
The text was updated successfully, but these errors were encountered:
The current security-list module does accept single ingress and egress rule per definition.
So, utmost we can have only 5 (permitted) security-lists associated per subnet. It means 5 sets of ingress/egress rules.
The workloads like packaged applications requires more than 5 ingress/egress rules.
The current security-list module has to be refactored to allow an array of ingress/egress rules to overcome this limitation.
The text was updated successfully, but these errors were encountered: