Exit

Describes the Exit rule of the DSG ruleset configuration

The Exit option acts as a terminating action and the rules are not processed further. The exit option must always be created as a leaf node, a rule without a child node.

The fields for the Exit action are as seen in the following figure.

Exit Action type-specific fields

The following table describes the fields for the Exit Action.

FieldDescription
Has to MatchRegular Expression for the input to match to Exit.
Must Not MatchNegative Regular expression for the above.
Scope*Specifies the scope of the Exit Rule.

* The following are the available options for the Scope field.

  • Branch: Stop processing the child rules.
  • Profile: Stop processing the rules under the same profile.
  • RuleSet: Stop processing all the rules.

Last modified : December 20, 2024